Changeset 2373284
- Timestamp:
- 09/01/2020 05:45:45 PM (6 years ago)
- Location:
- wp-customer-reviews/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wp-customer-reviews-3.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-customer-reviews/trunk/changelog.txt
r2372567 r2373284 1 = 3.5.3 = 2 * 09/01/2020 3 * [NOTICE] PLEASE UPGRADE TO THIS VERSION. 4 * [Bugfix] A tags in review content allow href/title/target/rel/style/class attributes. 5 * [Bugfix] IMG tags in review content allow src/alt/width/height/style/class attributes. 6 1 7 = 3.5.2 = 2 8 * 08/31/2020 -
wp-customer-reviews/trunk/readme.txt
r2372567 r2373284 5 5 Requires at least: 3.0.0 6 6 Tested up to: 5.5 7 Stable tag: 3.5. 27 Stable tag: 3.5.3 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 63 63 == Changelog == 64 64 65 = 3.5.3 = 66 * 09/01/2020 67 * [NOTICE] PLEASE UPGRADE TO THIS VERSION. 68 * [Bugfix] A tags in review content allow href/title/target/rel/style/class attributes. 69 * [Bugfix] IMG tags in review content allow src/alt/width/height/style/class attributes. 70 65 71 = 3.5.2 = 66 72 * 08/31/2020 -
wp-customer-reviews/trunk/wp-customer-reviews-3.php
r2372567 r2373284 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. 26 * Version: 3.5.3 7 7 * Author: Go Web Solutions 8 8 * Author URI: http://www.gowebsolutions.com/ … … 79 79 'href' => array(), 80 80 'title' => array(), 81 'target' => array() 81 'target' => array(), 82 'rel' => array(), 83 'style' => array(), 84 'class' => array() 82 85 ), 83 86 'img' => array( … … 85 88 'alt' => array(), 86 89 'width' => array(), 87 'height' => array() 90 'height' => array(), 91 'style' => array(), 92 'class' => array() 88 93 ) 89 94 );
Note: See TracChangeset
for help on using the changeset viewer.