Plugin Directory

Changeset 3040357


Ignore:
Timestamp:
02/23/2024 05:32:43 PM (2 years ago)
Author:
bompus
Message:

updated tags, truncated changelog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-customer-reviews/trunk/readme.txt

    r3040355 r3040357  
    22Contributors: bompus
    33Donate 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, wpmu
     4Tags: hcard, schema.org, hreview, reviews, testimonials
    55Requires at least: 3.0.0
    66Tested up to: 6.4
     
    118118* [Update] Renamed CSS file from wp-customer-reviews-generated.css to wp-customer-reviews.css and simplified usage.
    119119
    120 = 3.5.9 =
    121 * 07/16/2021
    122 * [Update] Compatibility with WP 5.8
    123 
    124 = 3.5.8 =
    125 * 06/18/2021
    126 * [Update] Added rel noopener to Powered By link.
    127 
    128 = 3.5.7 =
    129 * 06/11/2021
    130 * [Update] Updated author website links to temporarily point to plugin directory instead.
    131 
    132 = 3.5.6 =
    133 * 04/22/2021
    134 * [Update] Added compatibility with WordPress 5.7
    135 * [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/2020
    140 * [Update] Added compatibility with WordPress 5.6
    141 
    142 = 3.5.4 =
    143 * 09/02/2020
    144 * [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/2020
    149 * [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/2020
    154 * [Bugfix] Allow img tags with safe attributes to appear in review content.
    155 
    156 = 3.5.1 =
    157 * 08/29/2020
    158 * [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/2020
    162 * [2.x] Fixes applied to prevent reported security issue. All users are encouraged to upgrade immediately.
    163 
    164 = 3.5.0 =
    165 * 08/26/2020
    166 * [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/2020
    170 * [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/2020
    175 * [Bugfix] Fixed escaped HTML code appearing in review content instead of line breaks.
    176 
    177 = 3.4.3 =
    178 * 08/18/2020
    179 * [Security] Fixes applied to prevent reported security issue. All users are encouraged to upgrade immediately.
    180 
    181 = 3.4.2 =
    182 * 07/31/2020
    183 * [Update] Added compatibility with WordPress 5.5
    184 
    185 = 3.4.0 / 3.4.1 =
    186 * 11/19/2018
    187 * [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.0
    189 
    190 = 3.3.0 =
    191 * 10/08/2018
    192 * [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/2018
    196 * [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/2018
    205 * [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/2018
    212 * [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/2018
    219 * [Update] Huge performance improvement for blogs with large postmeta db tables. Thanks gig8@github.
    220 
    221 = 3.2.0 =
    222 * 07/03/2018
    223 * [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/2018
    231 * [Update] Allow HIDEREVIEWS=0 to be used in shortcode without needing the (unreleased) Pro version
    232 * [Bugfix] Fixed an invalid CSS important rule on a label, making it valid and as intended.
    233 
    234 = 3.1.8 =
    235 * 03/30/2018
    236 * [Bugfix] Compatibility with PHP 4.3+, apparently people still use PHP 4.3.x and 4.4.x
    237 
    238 = 3.1.7 =
    239 * 03/27/2018
    240 * [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/2018
    244 * [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/2017
    249 * [Update] compatible with WP 4.9
    250 
    251 = 3.1.4 =
    252 * 10/16/2017
    253 * [Bugfix] Fixed validation issue which broke AMP
    254 
    255 = 3.1.3 =
    256 * 05/31/2017
    257 * [Bugfix] css typo bug fix
    258 * [Update] compatible with WP 4.8
    259 
    260 = 3.1.2 =
    261 * 04/21/2016
    262 * [Update] Made activation process simpler
    263 * [Update] Images losslessly compressed
    264 
    265 = 3.1.1 =
    266 * 04/19/2016
    267 * [Bugfix] Fixed possible issues with WordPress 3.6
    268 
    269 = 3.1.0 =
    270 * 04/09/2016
    271 * [Bugfix] Fixed possible issue with PHP 7.0
    272 
    273 = 3.0.9 =
    274 * 04/05/2016
    275 * [Security] Prevented CSRF and XSS in admin tools.
    276 
    277 = 3.0.8 =
    278 * 01/04/2016
    279 * [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/2015
    284 * [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/2015
    288 * [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/2015
    298 * [Bugfix] JavaScript will now work with older versions of jQuery
    299 
    300 = 3.0.4 =
    301 * 10/18/2015
    302 * [Bugfix] Fixed post/page saving issue
    303 
    304 = 3.0.3 =
    305 * 10/18/2015
    306 * [Bugfix] Fix for broken JavaScript
    307 
    308 = 3.0.2 =
    309 * 10/18/2015
    310 * [Bugfix] Shortcode copied/pasted itno WP visual editor should now work better
    311 * [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 linked
    314 * [Bugfix] Relaxed the human detection anti-spam rules a bit
    315 * [Bugfix] Fixed "failed the spambot check" issue when WP back-end is SSL, but front-end is not
    316 * [Bugfix] Fixed some PHP error notices
    317 * [Bugfix] JavaScript will now work with older versions of jQuery
    318 * [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 reviews
    320 * [Update] You can now edit the WP post title of reviews
    321 
    322 = 3.0.1 =
    323 * 09/29/2015
    324 * [Update] Enabled for custom post types
    325 * [Update] Upgrading from 2.x should go smoother for some people
    326 
    327 = 3.0.0 =
    328 * 09/10/2015
    329 * [Update] Complete code cleanup and rewrite
    330 * [Update] Complete overhaul of settings and management interface
    331 
    332120== Upgrade Notice ==
    333121
Note: See TracChangeset for help on using the changeset viewer.