Changeset 2372567
- Timestamp:
- 08/31/2020 08:24:25 PM (6 years ago)
- Location:
- wp-customer-reviews/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (2 diffs)
-
css/wp-customer-reviews-generated.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-customer-reviews-3.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-customer-reviews/trunk/changelog.txt
r2372558 r2372567 1 = 3.5.2 = 2 * 08/31/2020 3 * [NOTICE] PLEASE UPGRADE TO THIS VERSION. 4 * [Bugfix] Allow img tags with safe attributes to appear in review content. 5 1 6 = 3.5.1 = 2 7 * 08/29/2020 … … 15 20 = 3.4.5 = 16 21 * 08/19/2020 17 * [Bugfix] Allow safe html styling (bold, italic) and links to appear in review content.22 * [Bugfix] Allow safe html styling (bold, italic) and links (a tags with safe attributes) to appear in review content. 18 23 * [Bugfix] Allow safe html styling (bold, italic) to appear in review meta field values, such as review title. 19 24 -
wp-customer-reviews/trunk/css/wp-customer-reviews-generated.css
r1951032 r2372567 1 1 /* 2 2 WARNING: If you edit anything here, it will be overwritten with each plugin update and/or activation. 3 If you have the Pro version, you can edit this file via plugin settings without it being overwritten.4 3 5 4 You can also override any of these values in your theme CSS if you use !important or prepend with "body " -
wp-customer-reviews/trunk/readme.txt
r2372558 r2372567 5 5 Requires at least: 3.0.0 6 6 Tested up to: 5.5 7 Stable tag: 3.5. 17 Stable tag: 3.5.2 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 63 63 == Changelog == 64 64 65 = 3.5.2 = 66 * 08/31/2020 67 * [NOTICE] PLEASE UPGRADE TO THIS VERSION. 68 * [Bugfix] Allow img tags with safe attributes to appear in review content. 69 65 70 = 3.5.1 = 66 71 * 08/29/2020 -
wp-customer-reviews/trunk/wp-customer-reviews-3.php
r2371707 r2372567 4 4 * Plugin URI: http://www.gowebsolutions.com/wp-customer-reviews/ 5 5 * Description: Allows your visitors to leave business / product reviews. Testimonials are in Microdata / Microformat and may display star ratings in search results. 6 * Version: 3.5. 16 * Version: 3.5.2 7 7 * Author: Go Web Solutions 8 8 * Author URI: http://www.gowebsolutions.com/ … … 80 80 'title' => array(), 81 81 'target' => array() 82 ), 83 'img' => array( 84 'src' => array(), 85 'alt' => array(), 86 'width' => array(), 87 'height' => array() 82 88 ) 83 89 );
Note: See TracChangeset
for help on using the changeset viewer.