Plugin Directory

Changeset 3432394


Ignore:
Timestamp:
01/05/2026 05:18:55 AM (3 months ago)
Author:
binsaifullah
Message:

Update to version 1.2.1 from GitHub

Location:
gmap-block
Files:
1 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • gmap-block/tags/1.2.1/gmap-block.php

    r3428825 r3432394  
    44 * Description: A custom Gutenberg block to display google map in Gutenberg editor.
    55 * Author: Zakaria Binsaifullah
    6  * Version: 1.2.0
     6 * Version: 1.2.1
    77 * Text Domain: gmap-block
    88 * Domain Path: /languages
     
    2828
    2929        // Plugin Version
    30         const VERSION = '1.2.0';
     30        const VERSION = '1.2.1';
    3131
    3232        /**
  • gmap-block/tags/1.2.1/readme.txt

    r3428825 r3432394  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 1.2.0
     6Stable tag: 1.2.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    3434
    3535== Changelog ==
     36= 1.2.1 =
     37* Missing banner added
     38
    3639= 1.2.0 =
    3740* Update Process is restructed and Compatibility check
  • gmap-block/trunk/gmap-block.php

    r3428825 r3432394  
    44 * Description: A custom Gutenberg block to display google map in Gutenberg editor.
    55 * Author: Zakaria Binsaifullah
    6  * Version: 1.2.0
     6 * Version: 1.2.1
    77 * Text Domain: gmap-block
    88 * Domain Path: /languages
     
    2828
    2929        // Plugin Version
    30         const VERSION = '1.2.0';
     30        const VERSION = '1.2.1';
    3131
    3232        /**
  • gmap-block/trunk/readme.txt

    r3428825 r3432394  
    44Requires at least: 6.0
    55Tested up to: 6.9
    6 Stable tag: 1.2.0
     6Stable tag: 1.2.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    3434
    3535== Changelog ==
     36= 1.2.1 =
     37* Missing banner added
     38
    3639= 1.2.0 =
    3740* Update Process is restructed and Compatibility check
Note: See TracChangeset for help on using the changeset viewer.