Plugin Directory

Changeset 3349775


Ignore:
Timestamp:
08/25/2025 02:17:58 PM (6 months ago)
Author:
wpchill
Message:

Update to version 3.2.16 from GitHub

Location:
strong-testimonials
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • strong-testimonials/tags/3.2.16/changelog.txt

    r3344477 r3349775  
     1= 3.2.16 - 25.08.2025 -
     2- Fixed: License activation/deactivation alternative server.
     3
    14= 3.2.15 - 14.08.2025 -
    25- Added: Option to order the testimonials based on submission date.
  • strong-testimonials/tags/3.2.16/readme.txt

    r3344477 r3349775  
    55Requires PHP: 5.6
    66Tested up to: 6.8
    7 Stable tag: 3.2.15
     7Stable tag: 3.2.16
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    202202
    203203== Changelog ==
     204= 3.2.16 - 25.08.2025 -
     205- Fixed: License activation/deactivation alternative server.
     206
    204207= 3.2.15 - 14.08.2025 -
    205208- Added: Option to order the testimonials based on submission date.
  • strong-testimonials/tags/3.2.16/strong-testimonials.php

    r3344477 r3349775  
    66 * Author: WPChill
    77 * Author URI: https://wpchill.com/
    8  * Version: 3.2.15
     8 * Version: 3.2.16
    99 * Text Domain: strong-testimonials
    1010 * Domain Path: /languages
     
    4646}
    4747
    48 define( 'WPMTST_VERSION', '3.2.15' );
     48define( 'WPMTST_VERSION', '3.2.16' );
    4949
    5050define( 'WPMTST_PLUGIN', plugin_basename( __FILE__ ) ); // strong-testimonials/strong-testimonials.php
     
    5252define( 'WPMTST_LOGS', wp_upload_dir()['basedir'] . '/st-logs/' );
    5353defined( 'WPMTST_STORE_URL' ) || define( 'WPMTST_STORE_URL', 'https://strongtestimonials.com/' );
    54 defined( 'WPMTST_ALT_STORE_URL' ) || define( 'WPMTST_ALT_STORE_URL', 'https://license.wpchill.com/strongtestimonials/' );
     54defined( 'WPMTST_ALT_STORE_URL' ) || define( 'WPMTST_ALT_STORE_URL', 'https://license.wpchill.com/strongtestimonials' );
    5555defined( 'WPMTST_STORE_UPGRADE_URL' ) || define( 'WPMTST_STORE_UPGRADE_URL', 'https://strongtestimonials.com/pricing' );
    5656
  • strong-testimonials/trunk/changelog.txt

    r3344477 r3349775  
     1= 3.2.16 - 25.08.2025 -
     2- Fixed: License activation/deactivation alternative server.
     3
    14= 3.2.15 - 14.08.2025 -
    25- Added: Option to order the testimonials based on submission date.
  • strong-testimonials/trunk/readme.txt

    r3344477 r3349775  
    55Requires PHP: 5.6
    66Tested up to: 6.8
    7 Stable tag: 3.2.15
     7Stable tag: 3.2.16
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    202202
    203203== Changelog ==
     204= 3.2.16 - 25.08.2025 -
     205- Fixed: License activation/deactivation alternative server.
     206
    204207= 3.2.15 - 14.08.2025 -
    205208- Added: Option to order the testimonials based on submission date.
  • strong-testimonials/trunk/strong-testimonials.php

    r3344477 r3349775  
    66 * Author: WPChill
    77 * Author URI: https://wpchill.com/
    8  * Version: 3.2.15
     8 * Version: 3.2.16
    99 * Text Domain: strong-testimonials
    1010 * Domain Path: /languages
     
    4646}
    4747
    48 define( 'WPMTST_VERSION', '3.2.15' );
     48define( 'WPMTST_VERSION', '3.2.16' );
    4949
    5050define( 'WPMTST_PLUGIN', plugin_basename( __FILE__ ) ); // strong-testimonials/strong-testimonials.php
     
    5252define( 'WPMTST_LOGS', wp_upload_dir()['basedir'] . '/st-logs/' );
    5353defined( 'WPMTST_STORE_URL' ) || define( 'WPMTST_STORE_URL', 'https://strongtestimonials.com/' );
    54 defined( 'WPMTST_ALT_STORE_URL' ) || define( 'WPMTST_ALT_STORE_URL', 'https://license.wpchill.com/strongtestimonials/' );
     54defined( 'WPMTST_ALT_STORE_URL' ) || define( 'WPMTST_ALT_STORE_URL', 'https://license.wpchill.com/strongtestimonials' );
    5555defined( 'WPMTST_STORE_UPGRADE_URL' ) || define( 'WPMTST_STORE_UPGRADE_URL', 'https://strongtestimonials.com/pricing' );
    5656
Note: See TracChangeset for help on using the changeset viewer.