From 768cec8323883c48f5d0498a62420fffe0f5f0d5 Mon Sep 17 00:00:00 2001 From: Tim Date: Mon, 14 Dec 2015 21:10:03 -0500 Subject: [PATCH] Adding post WP 4.4 notices This lets people know that the plugin is no longer needed if you're running WP 4.4, unless you had installed version <2.5 before we were using a content filter. Still notes that advanced image compression and picturefill are included. --- readme.md | 8 ++++++++ readme.txt | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/readme.md b/readme.md index 33d4f48..3ef2562 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,11 @@ +##WordPress 4.4 and Native Responsive Images + +As of WordPress 4.4, images are responsive by default. If you are on WordPress 4.4 or plan to update, you will not need to install this plugin. + +If you have had this plugin installed since before version 2.5 but are running version 4.4 of WordPress, it is important that you leave the plugin installed. This is because all versions of the plugin before version 2.5 relied on a `data-sizes` attribute being present on an image in order to provide the responsive markup needed. If the plugin in this case is removed, then images in posts will be left with invalid markup. We are working to address this issue, and you can [keep track of our progress here](https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images/issues/178). + +You can still use the plugin for advanced image compression support or as a simple way to include the picturefill script. The plugin will fall back to WordPress default functions if responsive image support is detected in your installation. + RICG-responsive-images --- diff --git a/readme.txt b/readme.txt index c6a2b29..77a4142 100644 --- a/readme.txt +++ b/readme.txt @@ -18,6 +18,13 @@ This plugin works by including all available image sizes for each image upload. **Important notes** +* As of WordPress 4.4, images are responsive by default. If you are on WordPress 4.4 or plan to update, you will not need to install this plugin. + +If you have had this plugin installed since before version 2.5 but are running version 4.4 of WordPress, it is important that you leave the plugin installed. This is because all versions of the plugin before version 2.5 relied on a `data-sizes` attribute being present on an image in order to provide the responsive markup needed. If the plugin in this case is removed, then images in posts will be left with invalid markup. We are working to address this issue, and you can keep track of our progress here at https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images/issues/178. + +You can still use the plugin for advanced image compression support or as a simple way to include the picturefill script. The plugin will fall back to WordPress default functions if responsive image support is detected in your installation. + + * Version 3.1.0 includes important changes that make this plugin compatible with WordPress version 4.4. Upgrading is highly recommended. * As of version 2.5.0, the plugin adds `srcset` and `sizes` attributes to images on the front end instead of adding them to the image markup saved in posts.