Changeset 3040357
- Timestamp:
- 02/23/2024 05:32:43 PM (2 years ago)
- File:
-
- 1 edited
-
wp-customer-reviews/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-customer-reviews/trunk/readme.txt
r3040355 r3040357 2 2 Contributors: bompus 3 3 Donate link: https://www.paypal.com/donate/?hosted_button_id=WWRLGGP9CE4LE 4 Tags: business, google, hcard, schema.org, hproduct, hreview, microformat, microformats, mu, places, plugin, product, rating, ratings, rdfa, review, review box, review widget, reviews, seo, service, snippet, snippets, testimonial, testimonials, widget, wordpressmu, wpmu4 Tags: hcard, schema.org, hreview, reviews, testimonials 5 5 Requires at least: 3.0.0 6 6 Tested up to: 6.4 … … 118 118 * [Update] Renamed CSS file from wp-customer-reviews-generated.css to wp-customer-reviews.css and simplified usage. 119 119 120 = 3.5.9 =121 * 07/16/2021122 * [Update] Compatibility with WP 5.8123 124 = 3.5.8 =125 * 06/18/2021126 * [Update] Added rel noopener to Powered By link.127 128 = 3.5.7 =129 * 06/11/2021130 * [Update] Updated author website links to temporarily point to plugin directory instead.131 132 = 3.5.6 =133 * 04/22/2021134 * [Update] Added compatibility with WordPress 5.7135 * [Bugfix] Space missing around "by" and "on". You may need to deactivate/activate the plugin to see this change.136 * [Security] Prevented low-risk XSS which could be injected by an administrator user role.137 138 = 3.5.5 =139 * 12/06/2020140 * [Update] Added compatibility with WordPress 5.6141 142 = 3.5.4 =143 * 09/02/2020144 * [NOTICE] PLEASE UPGRADE TO THIS VERSION.145 * [Bugfix] Workaround to prevent plugins / web servers from interfering with our security checks.146 147 = 3.5.3 =148 * 09/01/2020149 * [Bugfix] A tags in review content allow href/title/target/rel/style/class attributes.150 * [Bugfix] IMG tags in review content allow src/alt/width/height/style/class attributes.151 152 = 3.5.2 =153 * 08/31/2020154 * [Bugfix] Allow img tags with safe attributes to appear in review content.155 156 = 3.5.1 =157 * 08/29/2020158 * [Bugfix] Fixed PHP errors being displayed on frontend review pages when custom fields are enabled in plugin settings.159 160 = 2.5.1 =161 * 08/29/2020162 * [2.x] Fixes applied to prevent reported security issue. All users are encouraged to upgrade immediately.163 164 = 3.5.0 =165 * 08/26/2020166 * [Security] There have been reported attempts to inject code into your website / admin area, which this version aims to prevent. This should also prevent some spam submission attempts.167 168 = 3.4.5 =169 * 08/19/2020170 * [Bugfix] Allow safe html styling (bold, italic) and links to appear in review content.171 * [Bugfix] Allow safe html styling (bold, italic) to appear in review meta field values, such as review title.172 173 = 3.4.4 =174 * 08/19/2020175 * [Bugfix] Fixed escaped HTML code appearing in review content instead of line breaks.176 177 = 3.4.3 =178 * 08/18/2020179 * [Security] Fixes applied to prevent reported security issue. All users are encouraged to upgrade immediately.180 181 = 3.4.2 =182 * 07/31/2020183 * [Update] Added compatibility with WordPress 5.5184 185 = 3.4.0 / 3.4.1 =186 * 11/19/2018187 * [Update] 3.4.0 - Tested compatibility with WordPress 5.0 and Gutenberg editor.188 * [Update] 3.4.1 - Forgot to update Tested up to: 5.0189 190 = 3.3.0 =191 * 10/08/2018192 * [Update] 3.2.3 added the ability to assign a review to any post/page, not just WPCR-enabled posts. This caused some confusion when assigning reviews manually, so the "Reviewed Post / Page" dropdown has been refactored to display WPCR-enabled posts first, exclude posts with no title, and display the post slug. You can find the post you are looking for by clicking the dropdown, then begin to type the name of your post to search for and select it.193 194 = 3.2.5 =195 * 10/04/2018196 * [Update] Backend checkboxes are now Yes/No select dropdowns. Developers everywhere rejoice with me eliminating non-form-submitting HTML checkboxes. Should eliminate reported issue with WPCR-enabled posts becoming non-enabled.197 * [Update] Simplified some logic in the admin JS file.198 * [Bugfix] The save_post hook will now only run our custom meta updating logic when saving a post via the standard WP post editing form. Should eliminate reported issue with WPCR-enabled posts becoming non-enabled.199 * [Bugfix] The save_post hook no longer deletes/ignores updates to our custom meta on all falsy values. Submitted value must be an empty string to trigger the delete. This allows for a value of '0' to actually save.200 * [Bugfix] Fixed race condition in displaying Business/Product fields based on Review Format dropdown when editing posts. Previously, both Business and Product fields could sometimes display, which was confusing.201 * [Bugfix] If a visitor submits a review with line breaks, they used to be stripped out during front-end display. These are now converted into HTML line breaks.202 203 = 3.2.4 =204 * 10/03/2018205 * [Bugfix] Allow assiging reviews to posts that are not yet WPCR enabled (via checkbox on post edit form)206 * [Bugfix] Fixed missing href in aggregate snippet when using shortcode to display reviews by specific POSTID.207 * [Bugfix] If we detect that we are viewing the same page as the reviews being output are assigned to, do not link aggregate/reviews using href, because it links to the same page we are on.208 * [Bugfix] Fixed 1x1 temporary review image to output absolute URL. For some reason, it was previously outputting relative, contrary to plugins_url() WP docs.209 210 = 3.2.3 =211 * 10/03/2018212 * [Bugfix] Review holder container was overflowing boundaries on smaller screen sizes.213 * [Update] When editing a post, business/product info fields would only display if WPCR was enabled for the post. They now display always.214 * [Update] When using [WPCR_INSERT] shortcode, we now pretend the "Enable WPCR" checkbox is checked to allow reviews to output.215 * [Update] When using [WPCR_SHOW] shortcode, we now pretend the "Enable WPCR" checkbox is checked on the selected POSTID="###" post to allow aggregate/reviews to output. This allows for some advanced usage of do_shortcode in themes for optimal placement.216 217 = 3.2.1 =218 * 07/27/2018219 * [Update] Huge performance improvement for blogs with large postmeta db tables. Thanks gig8@github.220 221 = 3.2.0 =222 * 07/03/2018223 * [Update] Prevent business phone and address microdata from outputting if they have not been filled out.224 * [Update] To prevent Structured Data Testing Tool errors, a 1x1 image has been added to the microdata. We have plans to replace this in the future with an actual image. From our testing, this field is not actually required and made no difference, but some are concerned about the testing tool error, hence this partial fix.225 * [Update] Instead of outputting "Blank Business Name" / "Blank Product Name" when the plugin is used improperly, we instead output the name of the site.226 * [Update] Instead of outputting an empty business URL when the plugin is used improperly, we instead output the url of the site.227 * [Update] Various performance improvements when outputting multiple reviews.228 229 = 3.1.9 =230 * 04/03/2018231 * [Update] Allow HIDEREVIEWS=0 to be used in shortcode without needing the (unreleased) Pro version232 * [Bugfix] Fixed an invalid CSS important rule on a label, making it valid and as intended.233 234 = 3.1.8 =235 * 03/30/2018236 * [Bugfix] Compatibility with PHP 4.3+, apparently people still use PHP 4.3.x and 4.4.x237 238 = 3.1.7 =239 * 03/27/2018240 * [Bugfix] To prevent conflicts with other plugins, we renamed our usage of select2 to wpcr3_select2, and are loading it locally instead of via a CDN.241 242 = 3.1.6 =243 * 03/24/2018244 * [Update] Significant performance improvements when logged in or using WP admin. Blogs with many review-enabled posts should notice significantly faster page load times.245 * [Bugfix] "Enable WP Customer Reviews for this page" form should now properly initialize when adding new posts. Previously, it only worked properly on existing posts.246 247 = 3.1.5 =248 * 11/16/2017249 * [Update] compatible with WP 4.9250 251 = 3.1.4 =252 * 10/16/2017253 * [Bugfix] Fixed validation issue which broke AMP254 255 = 3.1.3 =256 * 05/31/2017257 * [Bugfix] css typo bug fix258 * [Update] compatible with WP 4.8259 260 = 3.1.2 =261 * 04/21/2016262 * [Update] Made activation process simpler263 * [Update] Images losslessly compressed264 265 = 3.1.1 =266 * 04/19/2016267 * [Bugfix] Fixed possible issues with WordPress 3.6268 269 = 3.1.0 =270 * 04/09/2016271 * [Bugfix] Fixed possible issue with PHP 7.0272 273 = 3.0.9 =274 * 04/05/2016275 * [Security] Prevented CSRF and XSS in admin tools.276 277 = 3.0.8 =278 * 01/04/2016279 * [Bugfix] Fixed the appearance of a security hole with admin tools. Malicious action was not possible.280 * [Bugfix] Fixed deprecation warning with wpseo_pre_analysis_post_content (Yoast SEO).281 282 = 3.0.7 =283 * 11/15/2015284 * [Bugfix] In some installations, ajax requests were still failing. We are reverting to using admin-ajax once again.285 286 = 3.0.6 =287 * 11/12/2015288 * [Bugfix] In some installations, a dynamic CSS file could not be written upon plugin activation.289 * [Bugfix] In some installations, ajax requests to admin-ajax were failing. We are trying a new method.290 * [Bugfix] In some installations, the number of reviews displayed for "Average Rating" was inflated.291 * [Bugfix] Email notifications for new reviews were missing a timestamp in the subject line.292 * [Bugfix] When using [WPCR_SHOW POSTID="123"] shortcode on the page ID 123, reviews would output twice.293 * [Bugfix] When a page had 0 reviews, the average rating would show 2.5 stars instead of 0.294 * [Feature] Added PAGINATE and PERPAGE as shortcode options.295 296 = 3.0.5 =297 * 10/19/2015298 * [Bugfix] JavaScript will now work with older versions of jQuery299 300 = 3.0.4 =301 * 10/18/2015302 * [Bugfix] Fixed post/page saving issue303 304 = 3.0.3 =305 * 10/18/2015306 * [Bugfix] Fix for broken JavaScript307 308 = 3.0.2 =309 * 10/18/2015310 * [Bugfix] Shortcode copied/pasted itno WP visual editor should now work better311 * [Bugfix] Migrating from 2.x would sometimes duplicate imported reviews ( see "Tools" settings tab for fix )312 * [Bugfix] Migrating from 2.x would sometimes skip importing reviews ( see "Tools" settings tab for fix )313 * [Bugfix] When paginating reviews on the front-end, "reviewed on" page links would sometimes be not linked314 * [Bugfix] Relaxed the human detection anti-spam rules a bit315 * [Bugfix] Fixed "failed the spambot check" issue when WP back-end is SSL, but front-end is not316 * [Bugfix] Fixed some PHP error notices317 * [Bugfix] JavaScript will now work with older versions of jQuery318 * [Update] "Tools" tab added to plugin settings. This will contain various methods for managing/fixing review data.319 * [Update] When adding reviews manually in WP admin, the WP post title now matches user-added reviews320 * [Update] You can now edit the WP post title of reviews321 322 = 3.0.1 =323 * 09/29/2015324 * [Update] Enabled for custom post types325 * [Update] Upgrading from 2.x should go smoother for some people326 327 = 3.0.0 =328 * 09/10/2015329 * [Update] Complete code cleanup and rewrite330 * [Update] Complete overhaul of settings and management interface331 332 120 == Upgrade Notice == 333 121
Note: See TracChangeset
for help on using the changeset viewer.