Changeset 2823229
- Timestamp:
- 11/23/2022 11:37:09 PM (3 years ago)
- Location:
- setary
- Files:
-
- 6 edited
- 1 copied
-
tags/0.5.1 (copied) (copied from setary/trunk)
-
tags/0.5.1/README.md (modified) (2 diffs)
-
tags/0.5.1/inc/class-welcome.php (modified) (1 diff)
-
tags/0.5.1/setary.php (modified) (2 diffs)
-
trunk/README.md (modified) (2 diffs)
-
trunk/inc/class-welcome.php (modified) (1 diff)
-
trunk/setary.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
setary/tags/0.5.1/README.md
r2822462 r2823229 3 3 Tested up to: 6.0.2 4 4 Requires PHP: 5.6 5 Stable tag: 0.5. 05 Stable tag: 0.5.1 6 6 License: MIT 7 7 License URI: https://opensource.org/licenses/MIT … … 54 54 == Changelog == 55 55 56 = v0.5.1 (2022-11-23) = 57 * [fix] Fix string declaration error for < PHP8 58 56 59 = v0.5.0 (2022-11-22) = 57 60 * [new] Enabled Upsell/Cross Sell IDs columns -
setary/tags/0.5.1/inc/class-welcome.php
r2789743 r2823229 16 16 * @var string Page slug. 17 17 */ 18 private string$slug = 'setary-welcome';18 private $slug = 'setary-welcome'; 19 19 20 20 /** -
setary/tags/0.5.1/setary.php
r2822462 r2823229 10 10 * Author: Setary 11 11 * 12 * Version: 0.5. 012 * Version: 0.5.1 13 13 * Requires at least: 5.7 14 14 * Tested up to: 6.0.2 … … 23 23 define( 'SETARY_PATH', \plugin_dir_path( __FILE__ ) ); 24 24 define( 'SETARY_URL', \plugins_url( '/', __FILE__ ) ); 25 define( 'SETARY_VERSION', '0.5. 0' );25 define( 'SETARY_VERSION', '0.5.1' ); 26 26 define( 'SETARY_SITE_URL', 'https://setary.com/' ); 27 27 define( 'SETARY_APP_URL', 'https://setary.com/app/' ); -
setary/trunk/README.md
r2822462 r2823229 3 3 Tested up to: 6.0.2 4 4 Requires PHP: 5.6 5 Stable tag: 0.5. 05 Stable tag: 0.5.1 6 6 License: MIT 7 7 License URI: https://opensource.org/licenses/MIT … … 54 54 == Changelog == 55 55 56 = v0.5.1 (2022-11-23) = 57 * [fix] Fix string declaration error for < PHP8 58 56 59 = v0.5.0 (2022-11-22) = 57 60 * [new] Enabled Upsell/Cross Sell IDs columns -
setary/trunk/inc/class-welcome.php
r2789743 r2823229 16 16 * @var string Page slug. 17 17 */ 18 private string$slug = 'setary-welcome';18 private $slug = 'setary-welcome'; 19 19 20 20 /** -
setary/trunk/setary.php
r2822462 r2823229 10 10 * Author: Setary 11 11 * 12 * Version: 0.5. 012 * Version: 0.5.1 13 13 * Requires at least: 5.7 14 14 * Tested up to: 6.0.2 … … 23 23 define( 'SETARY_PATH', \plugin_dir_path( __FILE__ ) ); 24 24 define( 'SETARY_URL', \plugins_url( '/', __FILE__ ) ); 25 define( 'SETARY_VERSION', '0.5. 0' );25 define( 'SETARY_VERSION', '0.5.1' ); 26 26 define( 'SETARY_SITE_URL', 'https://setary.com/' ); 27 27 define( 'SETARY_APP_URL', 'https://setary.com/app/' );
Note: See TracChangeset
for help on using the changeset viewer.