diff --git a/README.md b/README.md index 0269db9..1ab89dc 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/image/about.page b/image/about.page index ae12261..428251c 100644 --- a/image/about.page +++ b/image/about.page @@ -146,4 +146,4 @@ This extension will also add `image` and `images` property to the current `$page -~~~ +~~~ \ No newline at end of file diff --git a/image/engine/f.php b/image/engine/f.php index 888dd03..a6fdf58 100644 --- a/image/engine/f.php +++ b/image/engine/f.php @@ -81,4 +81,4 @@ function xbm(...$v) { // function xpm(...$v) { // return \image_type_to_mime_type(\IMAGETYPE_XPM); // } -} +} \ No newline at end of file diff --git a/image/engine/kernel/g-d/image.php b/image/engine/kernel/g-d/image.php index b3e627e..cd6f53f 100644 --- a/image/engine/kernel/g-d/image.php +++ b/image/engine/kernel/g-d/image.php @@ -288,4 +288,4 @@ public function width($i = null) { public static $state = self::state; -} +} \ No newline at end of file diff --git a/image/engine/r/hook.php b/image/engine/r/hook.php index 6cd952b..848a8b4 100644 --- a/image/engine/r/hook.php +++ b/image/engine/r/hook.php @@ -89,4 +89,4 @@ function images($images) { } \Hook::set('page.image', __NAMESPACE__ . "\\image", 2.1); \Hook::set('page.images', __NAMESPACE__ . "\\images", 2.1); -} +} \ No newline at end of file