Changeset 3432394
- Timestamp:
- 01/05/2026 05:18:55 AM (3 months ago)
- Location:
- gmap-block
- Files:
-
- 1 added
- 4 edited
- 1 copied
-
assets/banner-772x250.jpg (added)
-
tags/1.2.1 (copied) (copied from gmap-block/trunk)
-
tags/1.2.1/gmap-block.php (modified) (2 diffs)
-
tags/1.2.1/readme.txt (modified) (2 diffs)
-
trunk/gmap-block.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
gmap-block/tags/1.2.1/gmap-block.php
r3428825 r3432394 4 4 * Description: A custom Gutenberg block to display google map in Gutenberg editor. 5 5 * Author: Zakaria Binsaifullah 6 * Version: 1.2. 06 * Version: 1.2.1 7 7 * Text Domain: gmap-block 8 8 * Domain Path: /languages … … 28 28 29 29 // Plugin Version 30 const VERSION = '1.2. 0';30 const VERSION = '1.2.1'; 31 31 32 32 /** -
gmap-block/tags/1.2.1/readme.txt
r3428825 r3432394 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 34 34 35 35 == Changelog == 36 = 1.2.1 = 37 * Missing banner added 38 36 39 = 1.2.0 = 37 40 * Update Process is restructed and Compatibility check -
gmap-block/trunk/gmap-block.php
r3428825 r3432394 4 4 * Description: A custom Gutenberg block to display google map in Gutenberg editor. 5 5 * Author: Zakaria Binsaifullah 6 * Version: 1.2. 06 * Version: 1.2.1 7 7 * Text Domain: gmap-block 8 8 * Domain Path: /languages … … 28 28 29 29 // Plugin Version 30 const VERSION = '1.2. 0';30 const VERSION = '1.2.1'; 31 31 32 32 /** -
gmap-block/trunk/readme.txt
r3428825 r3432394 4 4 Requires at least: 6.0 5 5 Tested up to: 6.9 6 Stable tag: 1.2. 06 Stable tag: 1.2.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 34 34 35 35 == Changelog == 36 = 1.2.1 = 37 * Missing banner added 38 36 39 = 1.2.0 = 37 40 * Update Process is restructed and Compatibility check
Note: See TracChangeset
for help on using the changeset viewer.