Plugin Directory

Changeset 2905297


Ignore:
Timestamp:
04/27/2023 06:43:29 PM (3 years ago)
Author:
happyprime
Message:

Update to version 2.0.2 from GitHub

Location:
show-hide-section-block
Files:
40 added
14 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • show-hide-section-block/tags/2.0.2/plugin.php

    r2874431 r2905297  
    33 * Plugin Name: Show / Hide Section Block
    44 * Description: Display an accessible show/hide interface with details and summary elements.
    5  * Version: 2.0.1
     5 * Version: 2.0.2
    66 * Plugin URI: https://wordpress.org/plugins/show-hide-section-block/
    77 * Author: Happy Prime
     
    3333define( 'HP_SHS_PLUGIN_FILE', __FILE__ );
    3434
    35 require_once __DIR__ . '/blocks/show-hide-group/index.php';
     35require_once __DIR__ . '/src/show-hide-group/index.php';
     36require_once __DIR__ . '/src/show-hide-section/index.php';
  • show-hide-section-block/tags/2.0.2/readme.txt

    r2889297 r2905297  
    44Requires at least: 6.1
    55Tested up to: 6.2
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.2
    77License: GPLv2 or later
    88Requires PHP: 7.4
     
    4343## Changelog
    4444
     45### 2.0.2
     46
     47* Fix an issue preventing Open All toggle from working in Chrome.
     48* Update `@wordpress/scripts` dependency to 26.3.0.
     49* Improve block organization, use of `block.json`.
     50
    4551### 2.0.1
    4652
  • show-hide-section-block/trunk/plugin.php

    r2874431 r2905297  
    33 * Plugin Name: Show / Hide Section Block
    44 * Description: Display an accessible show/hide interface with details and summary elements.
    5  * Version: 2.0.1
     5 * Version: 2.0.2
    66 * Plugin URI: https://wordpress.org/plugins/show-hide-section-block/
    77 * Author: Happy Prime
     
    3333define( 'HP_SHS_PLUGIN_FILE', __FILE__ );
    3434
    35 require_once __DIR__ . '/blocks/show-hide-group/index.php';
     35require_once __DIR__ . '/src/show-hide-group/index.php';
     36require_once __DIR__ . '/src/show-hide-section/index.php';
  • show-hide-section-block/trunk/readme.txt

    r2889297 r2905297  
    44Requires at least: 6.1
    55Tested up to: 6.2
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.2
    77License: GPLv2 or later
    88Requires PHP: 7.4
     
    4343## Changelog
    4444
     45### 2.0.2
     46
     47* Fix an issue preventing Open All toggle from working in Chrome.
     48* Update `@wordpress/scripts` dependency to 26.3.0.
     49* Improve block organization, use of `block.json`.
     50
    4551### 2.0.1
    4652
Note: See TracChangeset for help on using the changeset viewer.