Skip to content

Commit

Permalink
Hate EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
taufik-nurrohman committed Aug 28, 2021
1 parent 5a8a3b2 commit 72edf53
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Release Notes

- API has been reduced to only have an ability to resize and crop images. Other abilities such as flipping and rotating an image can be enabled in a separate extension. This extension is now focused to help authors in generating image thumbnails.
- The class constructor now accept remote image URL as well as Base64 image URL to be processed by GD.
- This extension removes the `page.image` plugin and now has an ability to add `image` and `images` property to a page by default.
- This extension removes the `page.image` plugin and now has an ability to add `image` and `images` property to a page by default.
2 changes: 1 addition & 1 deletion image/about.page
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ This extension will also add `image` and `images` property to the current `$page
<?php endif; ?>
</article>
<?php endforeach; ?>
~~~
~~~
2 changes: 1 addition & 1 deletion image/engine/f.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ function xbm(...$v) {
// function xpm(...$v) {
// return \image_type_to_mime_type(\IMAGETYPE_XPM);
// }
}
}
2 changes: 1 addition & 1 deletion image/engine/kernel/g-d/image.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,4 +288,4 @@ public function width($i = null) {

public static $state = self::state;

}
}
2 changes: 1 addition & 1 deletion image/engine/r/hook.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ function images($images) {
}
\Hook::set('page.image', __NAMESPACE__ . "\\image", 2.1);
\Hook::set('page.images', __NAMESPACE__ . "\\images", 2.1);
}
}

0 comments on commit 72edf53

Please sign in to comment.