Plugin Directory

Changeset 3132262


Ignore:
Timestamp:
08/07/2024 04:01:07 PM (20 months ago)
Author:
blocksmonster
Message:

Update to version 1.4.1 from GitHub

Location:
blocks-monster
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • blocks-monster/tags/1.4.1/blocks-monster.php

    r3132258 r3132262  
    1010 * @wordpress-plugin
    1111 * Plugin Name:       Blocks Monster
    12  * Version:           1.4.0
     12 * Version:           1.4.1
    1313 * Plugin URI:        https://blocks.monster/blocks-monster
    1414 * Description:       The library of all the blocks for the Elementor blocks.
     
    3535     * @var string
    3636     */
    37     public $version = '1.4.0';
     37    public $version = '1.4.1';
    3838
    3939    /**
  • blocks-monster/tags/1.4.1/readme.txt

    r3132258 r3132262  
    22Contributors: blocksmonster
    33Tags: Blocks, Elementor, Elementor Blocks, Gutenberg
    4 Tested up to: 6.4.2
    5 Stable tag: 1.4.0
     4Tested up to: 6.6.1
     5Stable tag: 1.4.1
    66Requires PHP: 5.6
    77Requires at least: 4.4
     
    4040== Changelog ==
    4141
     42= 1.4.1 =
     43
     44* Improvement: Added compatibility with WordPress 6.6.1.
     45
    4246= 1.4.0 =
    4347
  • blocks-monster/trunk/blocks-monster.php

    r3132258 r3132262  
    1010 * @wordpress-plugin
    1111 * Plugin Name:       Blocks Monster
    12  * Version:           1.4.0
     12 * Version:           1.4.1
    1313 * Plugin URI:        https://blocks.monster/blocks-monster
    1414 * Description:       The library of all the blocks for the Elementor blocks.
     
    3535     * @var string
    3636     */
    37     public $version = '1.4.0';
     37    public $version = '1.4.1';
    3838
    3939    /**
  • blocks-monster/trunk/readme.txt

    r3132258 r3132262  
    22Contributors: blocksmonster
    33Tags: Blocks, Elementor, Elementor Blocks, Gutenberg
    4 Tested up to: 6.4.2
    5 Stable tag: 1.4.0
     4Tested up to: 6.6.1
     5Stable tag: 1.4.1
    66Requires PHP: 5.6
    77Requires at least: 4.4
     
    4040== Changelog ==
    4141
     42= 1.4.1 =
     43
     44* Improvement: Added compatibility with WordPress 6.6.1.
     45
    4246= 1.4.0 =
    4347
Note: See TracChangeset for help on using the changeset viewer.