Changeset 3246454
- Timestamp:
- 02/25/2025 12:56:45 PM (13 months ago)
- Location:
- understory
- Files:
-
- 24 added
- 2 deleted
- 6 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from understory/trunk)
-
tags/1.2.1/build (added)
-
tags/1.2.1/build/246.js (added)
-
tags/1.2.1/build/528.js (added)
-
tags/1.2.1/build/665.js (added)
-
tags/1.2.1/build/availability (added)
-
tags/1.2.1/build/availability/block (added)
-
tags/1.2.1/build/availability/block/index.asset.php (added)
-
tags/1.2.1/build/availability/block/index.js (added)
-
tags/1.2.1/build/availability/index.asset.php (added)
-
tags/1.2.1/build/availability/index.js (added)
-
tags/1.2.1/build/availability/style-index-rtl.css (added)
-
tags/1.2.1/build/availability/style-index.css (added)
-
tags/1.2.1/includes/utils/class-company-data-updater.php (modified) (1 diff)
-
tags/1.2.1/readme.txt (modified) (1 diff)
-
tags/1.2.1/understory.php (modified) (1 diff)
-
tags/1.2.1/webpack.config.js (deleted)
-
trunk/build (added)
-
trunk/build/246.js (added)
-
trunk/build/528.js (added)
-
trunk/build/665.js (added)
-
trunk/build/availability (added)
-
trunk/build/availability/block (added)
-
trunk/build/availability/block/index.asset.php (added)
-
trunk/build/availability/block/index.js (added)
-
trunk/build/availability/index.asset.php (added)
-
trunk/build/availability/index.js (added)
-
trunk/build/availability/style-index-rtl.css (added)
-
trunk/build/availability/style-index.css (added)
-
trunk/includes/utils/class-company-data-updater.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/understory.php (modified) (1 diff)
-
trunk/webpack.config.js (deleted)
Legend:
- Unmodified
- Added
- Removed
-
understory/tags/1.2.1/includes/utils/class-company-data-updater.php
r3241799 r3246454 30 30 $options['company']['domainType'] = isset($domain_data['type']) ? $domain_data['type'] : null; 31 31 } 32 var_dump($options);33 32 // Save the updated options back to the database 34 33 update_option(UNDERSTORY_OPTION_KEY, $options); -
understory/tags/1.2.1/readme.txt
r3241799 r3246454 4 4 Requires at least: 5.0 5 5 Tested up to: 6.7 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later -
understory/tags/1.2.1/understory.php
r3241799 r3246454 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.2. 05 Version: 1.2.1 6 6 Author: Understory 7 7 Text Domain: understory -
understory/trunk/includes/utils/class-company-data-updater.php
r3241799 r3246454 30 30 $options['company']['domainType'] = isset($domain_data['type']) ? $domain_data['type'] : null; 31 31 } 32 var_dump($options);33 32 // Save the updated options back to the database 34 33 update_option(UNDERSTORY_OPTION_KEY, $options); -
understory/trunk/readme.txt
r3241799 r3246454 4 4 Requires at least: 5.0 5 5 Tested up to: 6.7 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later -
understory/trunk/understory.php
r3241799 r3246454 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.2. 05 Version: 1.2.1 6 6 Author: Understory 7 7 Text Domain: understory
Note: See TracChangeset
for help on using the changeset viewer.