Changeset 3132262
- Timestamp:
- 08/07/2024 04:01:07 PM (20 months ago)
- Location:
- blocks-monster
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.1 (copied) (copied from blocks-monster/trunk)
-
tags/1.4.1/blocks-monster.php (modified) (2 diffs)
-
tags/1.4.1/readme.txt (modified) (2 diffs)
-
trunk/blocks-monster.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blocks-monster/tags/1.4.1/blocks-monster.php
r3132258 r3132262 10 10 * @wordpress-plugin 11 11 * Plugin Name: Blocks Monster 12 * Version: 1.4. 012 * Version: 1.4.1 13 13 * Plugin URI: https://blocks.monster/blocks-monster 14 14 * Description: The library of all the blocks for the Elementor blocks. … … 35 35 * @var string 36 36 */ 37 public $version = '1.4. 0';37 public $version = '1.4.1'; 38 38 39 39 /** -
blocks-monster/tags/1.4.1/readme.txt
r3132258 r3132262 2 2 Contributors: blocksmonster 3 3 Tags: Blocks, Elementor, Elementor Blocks, Gutenberg 4 Tested up to: 6. 4.25 Stable tag: 1.4. 04 Tested up to: 6.6.1 5 Stable tag: 1.4.1 6 6 Requires PHP: 5.6 7 7 Requires at least: 4.4 … … 40 40 == Changelog == 41 41 42 = 1.4.1 = 43 44 * Improvement: Added compatibility with WordPress 6.6.1. 45 42 46 = 1.4.0 = 43 47 -
blocks-monster/trunk/blocks-monster.php
r3132258 r3132262 10 10 * @wordpress-plugin 11 11 * Plugin Name: Blocks Monster 12 * Version: 1.4. 012 * Version: 1.4.1 13 13 * Plugin URI: https://blocks.monster/blocks-monster 14 14 * Description: The library of all the blocks for the Elementor blocks. … … 35 35 * @var string 36 36 */ 37 public $version = '1.4. 0';37 public $version = '1.4.1'; 38 38 39 39 /** -
blocks-monster/trunk/readme.txt
r3132258 r3132262 2 2 Contributors: blocksmonster 3 3 Tags: Blocks, Elementor, Elementor Blocks, Gutenberg 4 Tested up to: 6. 4.25 Stable tag: 1.4. 04 Tested up to: 6.6.1 5 Stable tag: 1.4.1 6 6 Requires PHP: 5.6 7 7 Requires at least: 4.4 … … 40 40 == Changelog == 41 41 42 = 1.4.1 = 43 44 * Improvement: Added compatibility with WordPress 6.6.1. 45 42 46 = 1.4.0 = 43 47
Note: See TracChangeset
for help on using the changeset viewer.