Changeset 3469134
- Timestamp:
- 02/25/2026 07:49:28 AM (13 days ago)
- Location:
- geo-maps
- Files:
-
- 18 added
- 4 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from geo-maps/trunk)
-
tags/1.2.1/assets/src (added)
-
tags/1.2.1/assets/src/block (added)
-
tags/1.2.1/assets/src/block/edit.js (added)
-
tags/1.2.1/assets/src/block/map.js (added)
-
tags/1.2.1/assets/src/components (added)
-
tags/1.2.1/assets/src/components/Icon.js (added)
-
tags/1.2.1/assets/src/geo-maps.js (added)
-
tags/1.2.1/assets/src/map-block.js (added)
-
tags/1.2.1/assets/src/render-engine.js (added)
-
tags/1.2.1/geo-maps.php (modified) (2 diffs)
-
tags/1.2.1/readme.txt (modified) (2 diffs)
-
trunk/assets/src (added)
-
trunk/assets/src/block (added)
-
trunk/assets/src/block/edit.js (added)
-
trunk/assets/src/block/map.js (added)
-
trunk/assets/src/components (added)
-
trunk/assets/src/components/Icon.js (added)
-
trunk/assets/src/geo-maps.js (added)
-
trunk/assets/src/map-block.js (added)
-
trunk/assets/src/render-engine.js (added)
-
trunk/geo-maps.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
geo-maps/tags/1.2.1/geo-maps.php
r3469126 r3469134 6 6 * Author: MatrixAddons 7 7 * Author URI: https://profiles.wordpress.org/matrixaddons 8 * Version: 1.2 8 * Version: 1.2.1 9 9 * License: GPL2+ 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt … … 28 28 // Define GEO_MAPS_VERSION. 29 29 if (!defined('GEO_MAPS_VERSION')) { 30 define('GEO_MAPS_VERSION', '1.2 ');30 define('GEO_MAPS_VERSION', '1.2.1'); 31 31 } 32 32 -
geo-maps/tags/1.2.1/readme.txt
r3469126 r3469134 5 5 Tested up to: 6.9 6 6 Requires PHP: 5.6 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 206 206 207 207 == 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 = 210 212 - **Enhanced**: Complete plugin rebranding to MatrixMaps 211 213 - **Fixed**: WordPress.org guideline compliance issues -
geo-maps/trunk/geo-maps.php
r3469126 r3469134 6 6 * Author: MatrixAddons 7 7 * Author URI: https://profiles.wordpress.org/matrixaddons 8 * Version: 1.2 8 * Version: 1.2.1 9 9 * License: GPL2+ 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.txt … … 28 28 // Define GEO_MAPS_VERSION. 29 29 if (!defined('GEO_MAPS_VERSION')) { 30 define('GEO_MAPS_VERSION', '1.2 ');30 define('GEO_MAPS_VERSION', '1.2.1'); 31 31 } 32 32 -
geo-maps/trunk/readme.txt
r3469126 r3469134 5 5 Tested up to: 6.9 6 6 Requires PHP: 5.6 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 License: GPLv3 9 9 License URI: https://opensource.org/licenses/GPL-3.0 … … 206 206 207 207 == 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 = 210 212 - **Enhanced**: Complete plugin rebranding to MatrixMaps 211 213 - **Fixed**: WordPress.org guideline compliance issues
Note: See TracChangeset
for help on using the changeset viewer.