Changeset 3369610
- Timestamp:
- 09/29/2025 10:24:53 AM (6 months ago)
- Location:
- understory
- Files:
-
- 2 added
- 8 edited
- 1 copied
-
tags/1.5.5 (copied) (copied from understory/trunk)
-
tags/1.5.5/CLAUDE.md (modified) (2 diffs)
-
tags/1.5.5/package-lock.json (modified) (2 diffs)
-
tags/1.5.5/readme.txt (modified) (2 diffs)
-
tags/1.5.5/understory.php (modified) (2 diffs)
-
tags/1.5.5/update-version.js (added)
-
trunk/CLAUDE.md (modified) (2 diffs)
-
trunk/package-lock.json (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/understory.php (modified) (2 diffs)
-
trunk/update-version.js (added)
Legend:
- Unmodified
- Added
- Removed
-
understory/tags/1.5.5/CLAUDE.md
r3369591 r3369610 9 9 - **Development mode**: `npm run dev` - Starts development server with and watches for changes 10 10 - **Create plugin zip**: `npm run plugin-zip` - Packages plugin for distribution 11 - **Update version**: `npm run update-version <version>` - Updates plugin version across all files (package.json, readme.txt, understory.php, CLAUDE.md, package-lock.json) 11 12 - **Minify assets**: Individual minification scripts for widget configuration JS files (auto-runs with `npm run build`) 12 13 … … 203 204 ### Version Management 204 205 205 Current version: 1.5. 4(defined in both `package.json` and `understory.php`)206 Current version: 1.5.5 (defined in both `package.json` and `understory.php`) -
understory/tags/1.5.5/package-lock.json
r3369591 r3369610 1 1 { 2 2 "name": "understory", 3 "version": "1.5. 4",3 "version": "1.5.5", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "understory", 9 "version": "1.5. 4",9 "version": "1.5.5", 10 10 "dependencies": { 11 11 "@mui/material": "6.4.2", -
understory/tags/1.5.5/readme.txt
r3369591 r3369610 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.5. 36 Stable tag: 1.5.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 78 78 == Changelog == 79 79 80 = 1.5.5 = 81 * Fix buggy release 1.5.4 82 80 83 = 1.5.4 = 81 84 * Experiences widget: Support descriptions with newlines correctly -
understory/tags/1.5.5/understory.php
r3369591 r3369610 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.5. 45 Version: 1.5.5 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.5. 4');20 define('UNDERSTORY_PLUGIN_VERSION', '1.5.5'); 21 21 define('UNDERSTORY_OPTION_KEY', 'understory_options'); 22 22 define('UNDERSTORY_NONCE_KEY', 'understory_nonce'); -
understory/trunk/CLAUDE.md
r3369591 r3369610 9 9 - **Development mode**: `npm run dev` - Starts development server with and watches for changes 10 10 - **Create plugin zip**: `npm run plugin-zip` - Packages plugin for distribution 11 - **Update version**: `npm run update-version <version>` - Updates plugin version across all files (package.json, readme.txt, understory.php, CLAUDE.md, package-lock.json) 11 12 - **Minify assets**: Individual minification scripts for widget configuration JS files (auto-runs with `npm run build`) 12 13 … … 203 204 ### Version Management 204 205 205 Current version: 1.5. 4(defined in both `package.json` and `understory.php`)206 Current version: 1.5.5 (defined in both `package.json` and `understory.php`) -
understory/trunk/package-lock.json
r3369591 r3369610 1 1 { 2 2 "name": "understory", 3 "version": "1.5. 4",3 "version": "1.5.5", 4 4 "lockfileVersion": 3, 5 5 "requires": true, … … 7 7 "": { 8 8 "name": "understory", 9 "version": "1.5. 4",9 "version": "1.5.5", 10 10 "dependencies": { 11 11 "@mui/material": "6.4.2", -
understory/trunk/readme.txt
r3369591 r3369610 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.5. 36 Stable tag: 1.5.5 7 7 Requires PHP: 7.0 8 8 License: GPLv2 or later … … 78 78 == Changelog == 79 79 80 = 1.5.5 = 81 * Fix buggy release 1.5.4 82 80 83 = 1.5.4 = 81 84 * Experiences widget: Support descriptions with newlines correctly -
understory/trunk/understory.php
r3369591 r3369610 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.5. 45 Version: 1.5.5 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.5. 4');20 define('UNDERSTORY_PLUGIN_VERSION', '1.5.5'); 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.