Changeset 3344444
- Timestamp:
- 08/14/2025 08:26:35 AM (8 months ago)
- Location:
- understory
- Files:
-
- 8 edited
- 1 copied
-
tags/1.4.3 (copied) (copied from understory/trunk)
-
tags/1.4.3/CLAUDE.md (modified) (1 diff)
-
tags/1.4.3/includes/class-understory-settings.php (modified) (1 diff)
-
tags/1.4.3/readme.txt (modified) (2 diffs)
-
tags/1.4.3/understory.php (modified) (2 diffs)
-
trunk/CLAUDE.md (modified) (1 diff)
-
trunk/includes/class-understory-settings.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/understory.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
understory/tags/1.4.3/CLAUDE.md
r3343998 r3344444 180 180 ### Version Management 181 181 182 Current version: 1.4. 2(defined in both `package.json` and `understory.php`)182 Current version: 1.4.3 (defined in both `package.json` and `understory.php`) -
understory/tags/1.4.3/includes/class-understory-settings.php
r3343998 r3344444 30 30 $options = get_option(UNDERSTORY_OPTION_KEY); 31 31 32 if (empty($options['company']['storefronts']) ) {32 if (empty($options['company']['storefronts']) && !empty($options['company']['id'])) { 33 33 CompanyDataUpdater::update($options['company']['id']); 34 34 $options = get_option(UNDERSTORY_OPTION_KEY); -
understory/tags/1.4.3/readme.txt
r3343998 r3344444 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.4. 26 Stable tag: 1.4.3 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 76 76 == Changelog == 77 77 78 = 1.4.3 = 79 * Fix an issue where existing uses of the plugin could fail when auto-updating data from Understory. 80 78 81 = 1.4.2 = 79 82 * Fix an issue where existing uses of the plugin could fail if Understory data is stale. -
understory/tags/1.4.3/understory.php
r3343998 r3344444 3 3 Plugin Name: Understory 4 4 Description: Connect your WordPress site with Understory, to easily add your booking widget to posts and pages. 5 Version: 1.4. 25 Version: 1.4.3 6 6 Author: Understory 7 7 Text Domain: understory … … 18 18 define('UNDERSTORY_PLUGIN_URL', plugin_dir_url(__FILE__)); 19 19 define('UNDERSTORY_PLUGIN_SLUG', 'understory'); 20 define('UNDERSTORY_PLUGIN_VERSION', '1.4. 2');20 define('UNDERSTORY_PLUGIN_VERSION', '1.4.3'); 21 21 define('UNDERSTORY_OPTION_KEY', 'understory_options'); 22 22 define('UNDERSTORY_NONCE_KEY', 'understory_nonce'); -
understory/trunk/CLAUDE.md
r3343998 r3344444 180 180 ### Version Management 181 181 182 Current version: 1.4. 2(defined in both `package.json` and `understory.php`)182 Current version: 1.4.3 (defined in both `package.json` and `understory.php`) -
understory/trunk/includes/class-understory-settings.php
r3343998 r3344444 30 30 $options = get_option(UNDERSTORY_OPTION_KEY); 31 31 32 if (empty($options['company']['storefronts']) ) {32 if (empty($options['company']['storefronts']) && !empty($options['company']['id'])) { 33 33 CompanyDataUpdater::update($options['company']['id']); 34 34 $options = get_option(UNDERSTORY_OPTION_KEY); -
understory/trunk/readme.txt
r3343998 r3344444 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.4. 26 Stable tag: 1.4.3 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 76 76 == Changelog == 77 77 78 = 1.4.3 = 79 * Fix an issue where existing uses of the plugin could fail when auto-updating data from Understory. 80 78 81 = 1.4.2 = 79 82 * Fix an issue where existing uses of the plugin could fail if Understory data is stale. -
understory/trunk/understory.php
r3343998 r3344444 3 3 Plugin Name: Understory 4 4 Description: Connect your WordPress site with Understory, to easily add your booking widget to posts and pages. 5 Version: 1.4. 25 Version: 1.4.3 6 6 Author: Understory 7 7 Text Domain: understory … … 18 18 define('UNDERSTORY_PLUGIN_URL', plugin_dir_url(__FILE__)); 19 19 define('UNDERSTORY_PLUGIN_SLUG', 'understory'); 20 define('UNDERSTORY_PLUGIN_VERSION', '1.4. 2');20 define('UNDERSTORY_PLUGIN_VERSION', '1.4.3'); 21 21 define('UNDERSTORY_OPTION_KEY', 'understory_options'); 22 22 define('UNDERSTORY_NONCE_KEY', 'understory_nonce');
Note: See TracChangeset
for help on using the changeset viewer.