Changeset 3471141
- Timestamp:
- 02/27/2026 02:45:27 PM (4 weeks ago)
- Location:
- understory
- Files:
-
- 8 edited
- 1 copied
-
tags/1.8.3 (copied) (copied from understory/trunk)
-
tags/1.8.3/CLAUDE.md (modified) (3 diffs)
-
tags/1.8.3/includes/utils/class-experiences.php (modified) (2 diffs)
-
tags/1.8.3/readme.txt (modified) (2 diffs)
-
tags/1.8.3/understory.php (modified) (2 diffs)
-
trunk/CLAUDE.md (modified) (3 diffs)
-
trunk/includes/utils/class-experiences.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/understory.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
understory/tags/1.8.3/CLAUDE.md
r3470118 r3471141 6 6 7 7 ### JavaScript/React Assets 8 8 9 - **Build assets**: `npm run build` - Compiles React/JS assets using @wordpress/scripts and minifies configuration JS files 9 10 - **Development mode**: `npm run dev` - Starts development server with and watches for changes … … 15 16 16 17 **Prerequisites**: 18 17 19 - Install Composer with `brew install composer` (macOS) or [download from getcomposer.org](https://getcomposer.org/download/) 18 20 - For VS Code users: Install the recommended PHP extension (Intelephense) when prompted, or install manually 19 21 20 22 **Setup**: 23 21 24 - **Install PHP tools**: `composer install` - Installs PHP CodeSniffer, WordPress coding standards, and WordPress function stubs for IDE intellisense 22 25 - **VS Code Setup**: … … 204 207 ### Version Management 205 208 206 Current version: 1.8. 2(defined in both `package.json` and `understory.php`)209 Current version: 1.8.3 (defined in both `package.json` and `understory.php`) -
understory/tags/1.8.3/includes/utils/class-experiences.php
r3470118 r3471141 26 26 ), 27 27 'nb' => array( 28 'from' => 'Fra', 29 'person' => 'menneske', 30 ), 31 'no' => array( 28 32 'from' => 'Fra', 29 33 'person' => 'menneske', … … 149 153 'sv' => 'sv_SE', 150 154 'nb' => 'nb_NO', 155 'no' => 'nb_NO', 151 156 'nl' => 'nl_NL', 152 157 'it' => 'it_IT', -
understory/tags/1.8.3/readme.txt
r3470118 r3471141 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.8. 26 Stable tag: 1.8.3 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 77 77 78 78 == Changelog == 79 80 = 1.8.3 = 81 * Experiences widget: Fix a bug where the Norwegian "From"-label would not be translated correctly. 79 82 80 83 = 1.8.2 = -
understory/tags/1.8.3/understory.php
r3470118 r3471141 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.8. 25 Version: 1.8.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.8. 2');20 define('UNDERSTORY_PLUGIN_VERSION', '1.8.3'); 21 21 define('UNDERSTORY_OPTION_KEY', 'understory_options'); 22 22 define('UNDERSTORY_NONCE_KEY', 'understory_nonce'); -
understory/trunk/CLAUDE.md
r3470118 r3471141 6 6 7 7 ### JavaScript/React Assets 8 8 9 - **Build assets**: `npm run build` - Compiles React/JS assets using @wordpress/scripts and minifies configuration JS files 9 10 - **Development mode**: `npm run dev` - Starts development server with and watches for changes … … 15 16 16 17 **Prerequisites**: 18 17 19 - Install Composer with `brew install composer` (macOS) or [download from getcomposer.org](https://getcomposer.org/download/) 18 20 - For VS Code users: Install the recommended PHP extension (Intelephense) when prompted, or install manually 19 21 20 22 **Setup**: 23 21 24 - **Install PHP tools**: `composer install` - Installs PHP CodeSniffer, WordPress coding standards, and WordPress function stubs for IDE intellisense 22 25 - **VS Code Setup**: … … 204 207 ### Version Management 205 208 206 Current version: 1.8. 2(defined in both `package.json` and `understory.php`)209 Current version: 1.8.3 (defined in both `package.json` and `understory.php`) -
understory/trunk/includes/utils/class-experiences.php
r3470118 r3471141 26 26 ), 27 27 'nb' => array( 28 'from' => 'Fra', 29 'person' => 'menneske', 30 ), 31 'no' => array( 28 32 'from' => 'Fra', 29 33 'person' => 'menneske', … … 149 153 'sv' => 'sv_SE', 150 154 'nb' => 'nb_NO', 155 'no' => 'nb_NO', 151 156 'nl' => 'nl_NL', 152 157 'it' => 'it_IT', -
understory/trunk/readme.txt
r3470118 r3471141 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.8. 26 Stable tag: 1.8.3 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 77 77 78 78 == Changelog == 79 80 = 1.8.3 = 81 * Experiences widget: Fix a bug where the Norwegian "From"-label would not be translated correctly. 79 82 80 83 = 1.8.2 = -
understory/trunk/understory.php
r3470118 r3471141 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.8. 25 Version: 1.8.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.8. 2');20 define('UNDERSTORY_PLUGIN_VERSION', '1.8.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.