Plugin Directory

Changeset 2823229


Ignore:
Timestamp:
11/23/2022 11:37:09 PM (3 years ago)
Author:
setaryapp
Message:

Update to version 0.5.1 from GitHub

Location:
setary
Files:
6 edited
1 copied

Legend:

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

    r2822462 r2823229  
    33Tested up to: 6.0.2
    44Requires PHP: 5.6
    5 Stable tag: 0.5.0
     5Stable tag: 0.5.1
    66License: MIT
    77License URI: https://opensource.org/licenses/MIT
     
    5454== Changelog ==
    5555
     56= v0.5.1 (2022-11-23) =
     57* [fix] Fix string declaration error for < PHP8
     58
    5659= v0.5.0 (2022-11-22) =
    5760* [new] Enabled Upsell/Cross Sell IDs columns
  • setary/tags/0.5.1/inc/class-welcome.php

    r2789743 r2823229  
    1616     * @var string Page slug.
    1717     */
    18     private string $slug = 'setary-welcome';
     18    private $slug = 'setary-welcome';
    1919
    2020    /**
  • setary/tags/0.5.1/setary.php

    r2822462 r2823229  
    1010 * Author:            Setary
    1111 *
    12  * Version:           0.5.0
     12 * Version:           0.5.1
    1313 * Requires at least: 5.7
    1414 * Tested up to:      6.0.2
     
    2323define( 'SETARY_PATH', \plugin_dir_path( __FILE__ ) );
    2424define( 'SETARY_URL', \plugins_url( '/', __FILE__ ) );
    25 define( 'SETARY_VERSION', '0.5.0' );
     25define( 'SETARY_VERSION', '0.5.1' );
    2626define( 'SETARY_SITE_URL', 'https://setary.com/' );
    2727define( 'SETARY_APP_URL', 'https://setary.com/app/' );
  • setary/trunk/README.md

    r2822462 r2823229  
    33Tested up to: 6.0.2
    44Requires PHP: 5.6
    5 Stable tag: 0.5.0
     5Stable tag: 0.5.1
    66License: MIT
    77License URI: https://opensource.org/licenses/MIT
     
    5454== Changelog ==
    5555
     56= v0.5.1 (2022-11-23) =
     57* [fix] Fix string declaration error for < PHP8
     58
    5659= v0.5.0 (2022-11-22) =
    5760* [new] Enabled Upsell/Cross Sell IDs columns
  • setary/trunk/inc/class-welcome.php

    r2789743 r2823229  
    1616     * @var string Page slug.
    1717     */
    18     private string $slug = 'setary-welcome';
     18    private $slug = 'setary-welcome';
    1919
    2020    /**
  • setary/trunk/setary.php

    r2822462 r2823229  
    1010 * Author:            Setary
    1111 *
    12  * Version:           0.5.0
     12 * Version:           0.5.1
    1313 * Requires at least: 5.7
    1414 * Tested up to:      6.0.2
     
    2323define( 'SETARY_PATH', \plugin_dir_path( __FILE__ ) );
    2424define( 'SETARY_URL', \plugins_url( '/', __FILE__ ) );
    25 define( 'SETARY_VERSION', '0.5.0' );
     25define( 'SETARY_VERSION', '0.5.1' );
    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.