Plugin Directory

Changeset 3239520


Ignore:
Timestamp:
02/12/2025 04:23:58 PM (14 months ago)
Author:
edge22
Message:

Update to version 2.0.1 from GitHub

Location:
generateblocks
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • generateblocks/tags/2.0.1/package.json

    r3239498 r3239520  
    11{
    22    "name": "generateblocks",
    3     "version": "2.0.0",
     3    "version": "2.0.1",
    44    "private": true,
    55    "description": "A small collection of lightweight WordPress blocks that can accomplish nearly anything.",
  • generateblocks/tags/2.0.1/plugin.php

    r3239461 r3239520  
    66 * Author: Tom Usborne
    77 * Author URI: https://tomusborne.com
    8  * Version: 2.0.0
     8 * Version: 2.0.1
    99 * Requires at least: 6.5
    1010 * Requires PHP: 7.2
     
    2020}
    2121
    22 define( 'GENERATEBLOCKS_VERSION', '2.0.0' );
     22define( 'GENERATEBLOCKS_VERSION', '2.0.1' );
    2323define( 'GENERATEBLOCKS_DIR', plugin_dir_path( __FILE__ ) );
    2424define( 'GENERATEBLOCKS_DIR_URL', plugin_dir_url( __FILE__ ) );
  • generateblocks/tags/2.0.1/readme.txt

    r3239487 r3239520  
    66Tested up to: 6.7
    77Requires PHP: 7.2
    8 Stable tag: 1.9.1
     8Stable tag: 2.0.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    128128
    129129== Changelog ==
     130
     131= 2.0.1 =
     132* Fix: WordPress.org zip package issue
    130133
    131134= 2.0.0 =
  • generateblocks/trunk/package.json

    r3239498 r3239520  
    11{
    22    "name": "generateblocks",
    3     "version": "2.0.0",
     3    "version": "2.0.1",
    44    "private": true,
    55    "description": "A small collection of lightweight WordPress blocks that can accomplish nearly anything.",
  • generateblocks/trunk/plugin.php

    r3239461 r3239520  
    66 * Author: Tom Usborne
    77 * Author URI: https://tomusborne.com
    8  * Version: 2.0.0
     8 * Version: 2.0.1
    99 * Requires at least: 6.5
    1010 * Requires PHP: 7.2
     
    2020}
    2121
    22 define( 'GENERATEBLOCKS_VERSION', '2.0.0' );
     22define( 'GENERATEBLOCKS_VERSION', '2.0.1' );
    2323define( 'GENERATEBLOCKS_DIR', plugin_dir_path( __FILE__ ) );
    2424define( 'GENERATEBLOCKS_DIR_URL', plugin_dir_url( __FILE__ ) );
  • generateblocks/trunk/readme.txt

    r3239487 r3239520  
    66Tested up to: 6.7
    77Requires PHP: 7.2
    8 Stable tag: 1.9.1
     8Stable tag: 2.0.1
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    128128
    129129== Changelog ==
     130
     131= 2.0.1 =
     132* Fix: WordPress.org zip package issue
    130133
    131134= 2.0.0 =
Note: See TracChangeset for help on using the changeset viewer.