Plugin Directory

Changeset 3369610


Ignore:
Timestamp:
09/29/2025 10:24:53 AM (6 months ago)
Author:
holdbar
Message:

Update to version 1.5.5 from GitHub

Location:
understory
Files:
2 added
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • understory/tags/1.5.5/CLAUDE.md

    r3369591 r3369610  
    99- **Development mode**: `npm run dev` - Starts development server with and watches for changes
    1010- **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)
    1112- **Minify assets**: Individual minification scripts for widget configuration JS files (auto-runs with `npm run build`)
    1213
     
    203204### Version Management
    204205
    205 Current version: 1.5.4 (defined in both `package.json` and `understory.php`)
     206Current version: 1.5.5 (defined in both `package.json` and `understory.php`)
  • understory/tags/1.5.5/package-lock.json

    r3369591 r3369610  
    11{
    22  "name": "understory",
    3   "version": "1.5.4",
     3  "version": "1.5.5",
    44  "lockfileVersion": 3,
    55  "requires": true,
     
    77    "": {
    88      "name": "understory",
    9       "version": "1.5.4",
     9      "version": "1.5.5",
    1010      "dependencies": {
    1111        "@mui/material": "6.4.2",
  • understory/tags/1.5.5/readme.txt

    r3369591 r3369610  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.5.3
     6Stable tag: 1.5.5
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    7878== Changelog ==
    7979
     80= 1.5.5 =
     81* Fix buggy release 1.5.4
     82
    8083= 1.5.4 =
    8184* Experiences widget: Support descriptions with newlines correctly
  • understory/tags/1.5.5/understory.php

    r3369591 r3369610  
    33Plugin Name: Understory
    44Description: Connect your WordPress site with Understory, to easily add your booking widget to posts and pages.
    5 Version: 1.5.4
     5Version: 1.5.5
    66Author: Understory
    77Text Domain: understory
     
    1818define('UNDERSTORY_PLUGIN_URL', plugin_dir_url(__FILE__));
    1919define('UNDERSTORY_PLUGIN_SLUG', 'understory');
    20 define('UNDERSTORY_PLUGIN_VERSION', '1.5.4');
     20define('UNDERSTORY_PLUGIN_VERSION', '1.5.5');
    2121define('UNDERSTORY_OPTION_KEY', 'understory_options');
    2222define('UNDERSTORY_NONCE_KEY', 'understory_nonce');
  • understory/trunk/CLAUDE.md

    r3369591 r3369610  
    99- **Development mode**: `npm run dev` - Starts development server with and watches for changes
    1010- **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)
    1112- **Minify assets**: Individual minification scripts for widget configuration JS files (auto-runs with `npm run build`)
    1213
     
    203204### Version Management
    204205
    205 Current version: 1.5.4 (defined in both `package.json` and `understory.php`)
     206Current version: 1.5.5 (defined in both `package.json` and `understory.php`)
  • understory/trunk/package-lock.json

    r3369591 r3369610  
    11{
    22  "name": "understory",
    3   "version": "1.5.4",
     3  "version": "1.5.5",
    44  "lockfileVersion": 3,
    55  "requires": true,
     
    77    "": {
    88      "name": "understory",
    9       "version": "1.5.4",
     9      "version": "1.5.5",
    1010      "dependencies": {
    1111        "@mui/material": "6.4.2",
  • understory/trunk/readme.txt

    r3369591 r3369610  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.5.3
     6Stable tag: 1.5.5
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    7878== Changelog ==
    7979
     80= 1.5.5 =
     81* Fix buggy release 1.5.4
     82
    8083= 1.5.4 =
    8184* Experiences widget: Support descriptions with newlines correctly
  • understory/trunk/understory.php

    r3369591 r3369610  
    33Plugin Name: Understory
    44Description: Connect your WordPress site with Understory, to easily add your booking widget to posts and pages.
    5 Version: 1.5.4
     5Version: 1.5.5
    66Author: Understory
    77Text Domain: understory
     
    1818define('UNDERSTORY_PLUGIN_URL', plugin_dir_url(__FILE__));
    1919define('UNDERSTORY_PLUGIN_SLUG', 'understory');
    20 define('UNDERSTORY_PLUGIN_VERSION', '1.5.4');
     20define('UNDERSTORY_PLUGIN_VERSION', '1.5.5');
    2121define('UNDERSTORY_OPTION_KEY', 'understory_options');
    2222define('UNDERSTORY_NONCE_KEY', 'understory_nonce');
Note: See TracChangeset for help on using the changeset viewer.