Changeset 3070905
- Timestamp:
- 04/15/2024 02:31:20 PM (2 years ago)
- Location:
- dr-widgets-blocks/trunk
- Files:
-
- 3 edited
-
dr-widgets-blocks.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
src/DR_Widgets_Blocks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dr-widgets-blocks/trunk/dr-widgets-blocks.php
r2919457 r3070905 8 8 * Text Domain: dr-widgets-blocks 9 9 * Domain Path: /languages 10 * Version: 1.0. 310 * Version: 1.0.4 11 11 * 12 12 * @package DR_Widgets_Blocks -
dr-widgets-blocks/trunk/readme.txt
r2919457 r3070905 4 4 Tags: recipe, food, cooking, recipes, elementor, widgets 5 5 Requires at least: 5.5 6 Tested up to: 6. 26 Tested up to: 6.5 7 7 Requires PHP: 7.4 or greater 8 Stable tag: 1.0. 38 Stable tag: 1.0.4 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 58 58 == Changelog == 59 59 60 = 1.0.4 - 15th April, 2024 = 61 * Compatibility Updates 62 60 63 = 1.0.3 - 31st May, 2023 = 61 64 * Compatibility Updates -
dr-widgets-blocks/trunk/src/DR_Widgets_Blocks.php
r2919457 r3070905 21 21 * @var string 22 22 */ 23 public $version = '1.0. 3';23 public $version = '1.0.4'; 24 24 25 25 /**
Note: See TracChangeset
for help on using the changeset viewer.