Plugin Directory

Changeset 3093845


Ignore:
Timestamp:
05/28/2024 11:34:48 AM (22 months ago)
Author:
setaryapp
Message:

Update to version 1.11.7 from GitHub

Location:
setary
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • setary/tags/1.11.7/README.md

    r3093838 r3093845  
    55Tested up to: 6.5.3
    66Requires PHP: 7.1
    7 Stable tag: 1.11.5
     7Stable tag: 1.11.7
    88License: MIT
    99License URI: https://opensource.org/licenses/MIT
     
    9191== Changelog ==
    9292
    93 = v1.11.6 (2024-05-28) =
     93= v1.11.7 (2024-05-28) =
    9494* [update] Tested up to WordPress & WooCommerce versions
    9595
  • setary/tags/1.11.7/setary.php

    r3093838 r3093845  
    1111 * Author URI:           https://setary.com/
    1212 *
    13  * Version:              1.11.6
     13 * Version:              1.11.7
    1414 * WC requires at least: 6.0.0
    1515 * WC tested up to:      8.9.1
     
    2323define( 'SETARY_PATH', \plugin_dir_path( __FILE__ ) );
    2424define( 'SETARY_URL', \plugins_url( '/', __FILE__ ) );
    25 define( 'SETARY_VERSION', '1.11.6' );
     25define( 'SETARY_VERSION', '1.11.7' );
    2626define( 'SETARY_SITE_URL', 'https://setary.com/' );
    2727define( 'SETARY_APP_URL', 'https://setary.com/app/' );
  • setary/trunk/README.md

    r3093838 r3093845  
    55Tested up to: 6.5.3
    66Requires PHP: 7.1
    7 Stable tag: 1.11.5
     7Stable tag: 1.11.7
    88License: MIT
    99License URI: https://opensource.org/licenses/MIT
     
    9191== Changelog ==
    9292
    93 = v1.11.6 (2024-05-28) =
     93= v1.11.7 (2024-05-28) =
    9494* [update] Tested up to WordPress & WooCommerce versions
    9595
  • setary/trunk/setary.php

    r3093838 r3093845  
    1111 * Author URI:           https://setary.com/
    1212 *
    13  * Version:              1.11.6
     13 * Version:              1.11.7
    1414 * WC requires at least: 6.0.0
    1515 * WC tested up to:      8.9.1
     
    2323define( 'SETARY_PATH', \plugin_dir_path( __FILE__ ) );
    2424define( 'SETARY_URL', \plugins_url( '/', __FILE__ ) );
    25 define( 'SETARY_VERSION', '1.11.6' );
     25define( 'SETARY_VERSION', '1.11.7' );
    2626define( 'SETARY_SITE_URL', 'https://setary.com/' );
    2727define( 'SETARY_APP_URL', 'https://setary.com/app/' );
Note: See TracChangeset for help on using the changeset viewer.