Plugin Directory

Changeset 3469134


Ignore:
Timestamp:
02/25/2026 07:49:28 AM (13 days ago)
Author:
matrixaddons
Message:

Update to version 1.2.1 from GitHub

Location:
geo-maps
Files:
18 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • geo-maps/tags/1.2.1/geo-maps.php

    r3469126 r3469134  
    66 * Author: MatrixAddons
    77 * Author URI: https://profiles.wordpress.org/matrixaddons
    8  * Version: 1.2
     8 * Version: 1.2.1
    99 * License: GPL2+
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    2828// Define GEO_MAPS_VERSION.
    2929if (!defined('GEO_MAPS_VERSION')) {
    30     define('GEO_MAPS_VERSION', '1.2');
     30    define('GEO_MAPS_VERSION', '1.2.1');
    3131}
    3232
  • geo-maps/tags/1.2.1/readme.txt

    r3469126 r3469134  
    55Tested up to: 6.9
    66Requires PHP: 5.6
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    206206
    207207== Changelog ==
    208 
    209 = 1.2 - 2025-02-25 =
     208= 1.2.1 - 2026-02-25 =
     209- **Fixed**: Src directory was excluded previously,  now its included
     210
     211= 1.2 - 2026-02-25 =
    210212- **Enhanced**: Complete plugin rebranding to MatrixMaps
    211213- **Fixed**: WordPress.org guideline compliance issues
  • geo-maps/trunk/geo-maps.php

    r3469126 r3469134  
    66 * Author: MatrixAddons
    77 * Author URI: https://profiles.wordpress.org/matrixaddons
    8  * Version: 1.2
     8 * Version: 1.2.1
    99 * License: GPL2+
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt
     
    2828// Define GEO_MAPS_VERSION.
    2929if (!defined('GEO_MAPS_VERSION')) {
    30     define('GEO_MAPS_VERSION', '1.2');
     30    define('GEO_MAPS_VERSION', '1.2.1');
    3131}
    3232
  • geo-maps/trunk/readme.txt

    r3469126 r3469134  
    55Tested up to: 6.9
    66Requires PHP: 5.6
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88License: GPLv3
    99License URI: https://opensource.org/licenses/GPL-3.0
     
    206206
    207207== Changelog ==
    208 
    209 = 1.2 - 2025-02-25 =
     208= 1.2.1 - 2026-02-25 =
     209- **Fixed**: Src directory was excluded previously,  now its included
     210
     211= 1.2 - 2026-02-25 =
    210212- **Enhanced**: Complete plugin rebranding to MatrixMaps
    211213- **Fixed**: WordPress.org guideline compliance issues
Note: See TracChangeset for help on using the changeset viewer.