Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Commit e93a952

Browse files
committed
Update readme.txt
1 parent b01322d commit e93a952

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.txt

+10
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ For example:
107107

108108
✘ `fly_get_attachment_image( get_post_thumbnail_id(), array( 500, 500 ), array( 'bottom', 'right' ) )` Will not work! :(
109109

110+
= Detailed Documentation =
111+
112+
Check out the GitHub repository's Wiki page for the full documentation: [https://github.com/junaidbhura/fly-dynamic-image-resizer/wiki](https://github.com/junaidbhura/fly-dynamic-image-resizer/wiki)
113+
110114
== Installation ==
111115

112116
Upload 'fly-dynamic-image-resizer' to the '/wp-content/plugins/' directory
@@ -122,6 +126,12 @@ Create dynamic image sizes in your PHP code!
122126

123127
== Changelog ==
124128

129+
= 2.0.0 =
130+
* Complete re-factor of the plugin using better coding practices, standards and unit tests.
131+
* Image optimization has finally arrived - sort of. You'll still need to install the utilities on your server before it can start working. More info [here](https://github.com/junaidbhura/fly-dynamic-image-resizer/wiki/Optimization).
132+
* New WP CLI commands to manipulate Fly images. More info [here](https://github.com/junaidbhura/fly-dynamic-image-resizer/wiki/WP-CLI).
133+
* Full release details: [https://github.com/junaidbhura/fly-dynamic-image-resizer/releases/tag/2.0.0](https://github.com/junaidbhura/fly-dynamic-image-resizer/releases/tag/2.0.0)
134+
125135
= 1.0.5 =
126136
* Added support for crop positions. Images can now be cropped from the top, left, right, bottom or the default: center.
127137
* Added new hook 'fly_image_created'.

0 commit comments

Comments
 (0)