Plugin Directory

Changeset 3471141


Ignore:
Timestamp:
02/27/2026 02:45:27 PM (4 weeks ago)
Author:
holdbar
Message:

Update to version 1.8.3 from GitHub

Location:
understory
Files:
8 edited
1 copied

Legend:

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

    r3470118 r3471141  
    66
    77### JavaScript/React Assets
     8
    89- **Build assets**: `npm run build` - Compiles React/JS assets using @wordpress/scripts and minifies configuration JS files
    910- **Development mode**: `npm run dev` - Starts development server with and watches for changes
     
    1516
    1617**Prerequisites**:
     18
    1719- Install Composer with `brew install composer` (macOS) or [download from getcomposer.org](https://getcomposer.org/download/)
    1820- For VS Code users: Install the recommended PHP extension (Intelephense) when prompted, or install manually
    1921
    2022**Setup**:
     23
    2124- **Install PHP tools**: `composer install` - Installs PHP CodeSniffer, WordPress coding standards, and WordPress function stubs for IDE intellisense
    2225- **VS Code Setup**:
     
    204207### Version Management
    205208
    206 Current version: 1.8.2 (defined in both `package.json` and `understory.php`)
     209Current version: 1.8.3 (defined in both `package.json` and `understory.php`)
  • understory/tags/1.8.3/includes/utils/class-experiences.php

    r3470118 r3471141  
    2626        ),
    2727        'nb' => array(
     28            'from'   => 'Fra',
     29            'person' => 'menneske',
     30        ),
     31        'no' => array(
    2832            'from'   => 'Fra',
    2933            'person' => 'menneske',
     
    149153            'sv' => 'sv_SE',
    150154            'nb' => 'nb_NO',
     155            'no' => 'nb_NO',
    151156            'nl' => 'nl_NL',
    152157            'it' => 'it_IT',
  • understory/tags/1.8.3/readme.txt

    r3470118 r3471141  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.8.2
     6Stable tag: 1.8.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    7777
    7878== Changelog ==
     79
     80= 1.8.3 =
     81* Experiences widget: Fix a bug where the Norwegian "From"-label would not be translated correctly.
    7982
    8083= 1.8.2 =
  • understory/tags/1.8.3/understory.php

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

    r3470118 r3471141  
    66
    77### JavaScript/React Assets
     8
    89- **Build assets**: `npm run build` - Compiles React/JS assets using @wordpress/scripts and minifies configuration JS files
    910- **Development mode**: `npm run dev` - Starts development server with and watches for changes
     
    1516
    1617**Prerequisites**:
     18
    1719- Install Composer with `brew install composer` (macOS) or [download from getcomposer.org](https://getcomposer.org/download/)
    1820- For VS Code users: Install the recommended PHP extension (Intelephense) when prompted, or install manually
    1921
    2022**Setup**:
     23
    2124- **Install PHP tools**: `composer install` - Installs PHP CodeSniffer, WordPress coding standards, and WordPress function stubs for IDE intellisense
    2225- **VS Code Setup**:
     
    204207### Version Management
    205208
    206 Current version: 1.8.2 (defined in both `package.json` and `understory.php`)
     209Current version: 1.8.3 (defined in both `package.json` and `understory.php`)
  • understory/trunk/includes/utils/class-experiences.php

    r3470118 r3471141  
    2626        ),
    2727        'nb' => array(
     28            'from'   => 'Fra',
     29            'person' => 'menneske',
     30        ),
     31        'no' => array(
    2832            'from'   => 'Fra',
    2933            'person' => 'menneske',
     
    149153            'sv' => 'sv_SE',
    150154            'nb' => 'nb_NO',
     155            'no' => 'nb_NO',
    151156            'nl' => 'nl_NL',
    152157            'it' => 'it_IT',
  • understory/trunk/readme.txt

    r3470118 r3471141  
    44Requires at least: 5.0
    55Tested up to: 6.8
    6 Stable tag: 1.8.2
     6Stable tag: 1.8.3
    77Requires PHP: 7.0
    88License: GPLv2 or later
     
    7777
    7878== Changelog ==
     79
     80= 1.8.3 =
     81* Experiences widget: Fix a bug where the Norwegian "From"-label would not be translated correctly.
    7982
    8083= 1.8.2 =
  • understory/trunk/understory.php

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