Changeset 2988543
- Timestamp:
- 11/03/2023 03:00:27 PM (2 years ago)
- Location:
- wp-customer-reviews/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
include/admin/wp-customer-reviews-3-admin.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
-
wp-customer-reviews-3.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-customer-reviews/trunk/changelog.txt
r2987642 r2988543 1 = 3.7.0 = 2 * 11/03/2023 3 * [Fix] Plugin should be defaulted to OFF instead of ON for pages 4 1 5 = 3.6.9 = 2 6 * 11/01/2023 -
wp-customer-reviews/trunk/include/admin/wp-customer-reviews-3-admin.php
r2965656 r2988543 587 587 'id' => 'wpcr3_enable', 588 588 'type' => 'select', 589 'default' => '0',590 589 'options' => array( 591 ' 1' => 'Yes',592 ' 0' => 'No'590 '0' => 'No', 591 '1' => 'Yes' 593 592 ) 594 593 ), … … 598 597 'id' => $this->prefix.'_hideform', 599 598 'type' => 'select', 600 'default' => '0',601 599 'options' => array( 602 ' 1' => 'Yes',603 ' 0' => 'No (Default)'600 '0' => 'No (Default)', 601 '1' => 'Yes' 604 602 ) 605 603 ), … … 609 607 'id' => $this->prefix.'_format', 610 608 'type' => 'select', 611 'default' => 'business',612 609 'options' => array( 613 610 'business' => 'Business', -
wp-customer-reviews/trunk/readme.txt
r2987642 r2988543 5 5 Requires at least: 3.0.0 6 6 Tested up to: 6.4 7 Stable tag: 3. 6.97 Stable tag: 3.7.0 8 8 License: MIT 9 9 License URI: http://opensource.org/licenses/MIT … … 63 63 == Changelog == 64 64 65 = 3.7.0 = 66 * 11/03/2023 67 * [Fix] Plugin should be defaulted to OFF instead of ON for pages 68 65 69 = 3.6.9 = 66 70 * 11/01/2023 -
wp-customer-reviews/trunk/wp-customer-reviews-3.php
r2987642 r2988543 4 4 * Plugin URI: https://wordpress.org/plugins/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. 6.96 * Version: 3.7.0 7 7 * Author: Aaron Queen 8 8 * Author URI: https://wordpress.org/plugins/wp-customer-reviews/
Note: See TracChangeset
for help on using the changeset viewer.