Changeset 3343998
- Timestamp:
- 08/13/2025 08:08:52 AM (8 months ago)
- Location:
- understory
- Files:
-
- 8 edited
- 1 copied
-
tags/1.4.2 (copied) (copied from understory/trunk)
-
tags/1.4.2/CLAUDE.md (modified) (1 diff)
-
tags/1.4.2/includes/class-understory-settings.php (modified) (1 diff)
-
tags/1.4.2/readme.txt (modified) (2 diffs)
-
tags/1.4.2/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.2/CLAUDE.md
r3343980 r3343998 180 180 ### Version Management 181 181 182 Current version: 1.4. 1(defined in both `package.json` and `understory.php`)182 Current version: 1.4.2 (defined in both `package.json` and `understory.php`) -
understory/tags/1.4.2/includes/class-understory-settings.php
r3343976 r3343998 29 29 { 30 30 $options = get_option(UNDERSTORY_OPTION_KEY); 31 32 if (empty($options['company']['storefronts'])) { 33 CompanyDataUpdater::update($options['company']['id']); 34 $options = get_option(UNDERSTORY_OPTION_KEY); 35 } 36 31 37 return $options['company']['storefronts'] ?? []; 32 38 } -
understory/tags/1.4.2/readme.txt
r3343980 r3343998 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.4. 16 Stable tag: 1.4.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 76 76 == Changelog == 77 77 78 = 1.4.2 = 79 * Fix an issue where existing uses of the plugin could fail if Understory data is stale. 80 78 81 = 1.4.1 = 79 82 * Fix reported 4.0 version of the plugin instead of 1.4.0 -
understory/tags/1.4.2/understory.php
r3343980 r3343998 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. 15 Version: 1.4.2 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. 1');20 define('UNDERSTORY_PLUGIN_VERSION', '1.4.2'); 21 21 define('UNDERSTORY_OPTION_KEY', 'understory_options'); 22 22 define('UNDERSTORY_NONCE_KEY', 'understory_nonce'); -
understory/trunk/CLAUDE.md
r3343980 r3343998 180 180 ### Version Management 181 181 182 Current version: 1.4. 1(defined in both `package.json` and `understory.php`)182 Current version: 1.4.2 (defined in both `package.json` and `understory.php`) -
understory/trunk/includes/class-understory-settings.php
r3343976 r3343998 29 29 { 30 30 $options = get_option(UNDERSTORY_OPTION_KEY); 31 32 if (empty($options['company']['storefronts'])) { 33 CompanyDataUpdater::update($options['company']['id']); 34 $options = get_option(UNDERSTORY_OPTION_KEY); 35 } 36 31 37 return $options['company']['storefronts'] ?? []; 32 38 } -
understory/trunk/readme.txt
r3343980 r3343998 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.4. 16 Stable tag: 1.4.2 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 76 76 == Changelog == 77 77 78 = 1.4.2 = 79 * Fix an issue where existing uses of the plugin could fail if Understory data is stale. 80 78 81 = 1.4.1 = 79 82 * Fix reported 4.0 version of the plugin instead of 1.4.0 -
understory/trunk/understory.php
r3343980 r3343998 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. 15 Version: 1.4.2 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. 1');20 define('UNDERSTORY_PLUGIN_VERSION', '1.4.2'); 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.