Plugin Directory

Changeset 3017399


Ignore:
Timestamp:
01/04/2024 11:22:22 AM (2 years ago)
Author:
setaryapp
Message:

Update to version 1.11.1 from GitHub

Location:
setary
Files:
4 edited
1 copied

Legend:

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

    r3003697 r3017399  
    55Tested up to: 6.2.2
    66Requires PHP: 7.1
    7 Stable tag: 1.10.2
     7Stable tag: 1.11.0
    88License: MIT
    99License URI: https://opensource.org/licenses/MIT
     
    9090
    9191== Changelog ==
     92
     93= v1.11.0 (2024-01-04) =
     94* [new] Import support
    9295
    9396= v1.10.2 (2023-11-30) =
  • setary/tags/1.11.1/setary.php

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

    r3003697 r3017399  
    55Tested up to: 6.2.2
    66Requires PHP: 7.1
    7 Stable tag: 1.10.2
     7Stable tag: 1.11.0
    88License: MIT
    99License URI: https://opensource.org/licenses/MIT
     
    9090
    9191== Changelog ==
     92
     93= v1.11.0 (2024-01-04) =
     94* [new] Import support
    9295
    9396= v1.10.2 (2023-11-30) =
  • setary/trunk/setary.php

    r3017317 r3017399  
    1111 * Author URI:           https://setary.com/
    1212 *
    13  * Version:              1.10.2
     13 * Version:              1.11.0
    1414 * WC requires at least: 6.0.0
    1515 * WC tested up to:      8.0.1
     
    2323define( 'SETARY_PATH', \plugin_dir_path( __FILE__ ) );
    2424define( 'SETARY_URL', \plugins_url( '/', __FILE__ ) );
    25 define( 'SETARY_VERSION', '1.10.2' );
     25define( 'SETARY_VERSION', '1.11.0' );
    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.