Plugin Directory

Changeset 2988543


Ignore:
Timestamp:
11/03/2023 03:00:27 PM (2 years ago)
Author:
bompus
Message:

3.7.0

Location:
wp-customer-reviews/trunk
Files:
4 edited

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
    15= 3.6.9 =
    26* 11/01/2023
  • wp-customer-reviews/trunk/include/admin/wp-customer-reviews-3-admin.php

    r2965656 r2988543  
    587587                        'id' => 'wpcr3_enable',
    588588                        'type' => 'select',
    589                         'default' => '0',
    590589                        'options' => array(
    591                             '1' => 'Yes',
    592                             '0' => 'No'
     590                            '0' => 'No',
     591                            '1' => 'Yes'
    593592                        )
    594593                    ),
     
    598597                        'id' => $this->prefix.'_hideform',
    599598                        'type' => 'select',
    600                         'default' => '0',
    601599                        'options' => array(
    602                             '1' => 'Yes',
    603                             '0' => 'No (Default)'
     600                            '0' => 'No (Default)',
     601                            '1' => 'Yes'
    604602                        )
    605603                    ),
     
    609607                        'id' => $this->prefix.'_format',
    610608                        'type' => 'select',
    611                         'default' => 'business',
    612609                        'options' => array(
    613610                            'business' => 'Business',
  • wp-customer-reviews/trunk/readme.txt

    r2987642 r2988543  
    55Requires at least: 3.0.0
    66Tested up to: 6.4
    7 Stable tag: 3.6.9
     7Stable tag: 3.7.0
    88License: MIT
    99License URI: http://opensource.org/licenses/MIT
     
    6363== Changelog ==
    6464
     65= 3.7.0 =
     66* 11/03/2023
     67* [Fix] Plugin should be defaulted to OFF instead of ON for pages
     68
    6569= 3.6.9 =
    6670* 11/01/2023
  • wp-customer-reviews/trunk/wp-customer-reviews-3.php

    r2987642 r2988543  
    44 * Plugin URI: https://wordpress.org/plugins/wp-customer-reviews/
    55 * 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.9
     6 * Version: 3.7.0
    77 * Author: Aaron Queen
    88 * Author URI: https://wordpress.org/plugins/wp-customer-reviews/
Note: See TracChangeset for help on using the changeset viewer.