Changeset 3211811
- Timestamp:
- 12/22/2024 11:45:46 AM (16 months ago)
- Location:
- acf-openstreetmap-field
- Files:
-
- 12 edited
- 1 copied
-
tags/1.6.1 (copied) (copied from acf-openstreetmap-field/trunk)
-
tags/1.6.1/.wp-release-info.json (modified) (1 diff)
-
tags/1.6.1/include/ACFFieldOpenstreetmap/Core/Plugin.php (modified) (1 diff)
-
tags/1.6.1/include/version.php (modified) (1 diff)
-
tags/1.6.1/index.php (modified) (1 diff)
-
tags/1.6.1/languages/acf-openstreetmap-field.pot (modified) (2 diffs)
-
tags/1.6.1/readme.txt (modified) (2 diffs)
-
trunk/.wp-release-info.json (modified) (1 diff)
-
trunk/include/ACFFieldOpenstreetmap/Core/Plugin.php (modified) (1 diff)
-
trunk/include/version.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
-
trunk/languages/acf-openstreetmap-field.pot (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-openstreetmap-field/tags/1.6.1/.wp-release-info.json
r3211638 r3211811 2 2 "id": "https://github.com/mcguffin/acf-openstreetmap-field/raw/master/.wp-release-info.json", 3 3 "slug": "acf-openstreetmap-field", 4 "version": "1.6. 0",4 "version": "1.6.1", 5 5 "url": "https://wordpress.org/plugins/acf-openstreetmap-field", 6 "package": "https://github.com/mcguffin/acf-openstreetmap-field/releases/download/1.6. 0/acf-openstreetmap-field.zip",6 "package": "https://github.com/mcguffin/acf-openstreetmap-field/releases/download/1.6.1/acf-openstreetmap-field.zip", 7 7 "tested": "6.7", 8 8 "requires_php": "5.6" -
acf-openstreetmap-field/tags/1.6.1/include/ACFFieldOpenstreetmap/Core/Plugin.php
r3211638 r3211811 129 129 if ( version_compare($new_version, $old_version, '>' ) ) { 130 130 131 $this->upgrade( $new_version, $old_version );131 // $this->upgrade( $new_version, $old_version ); 132 132 133 133 update_site_option( 'acf-openstreetmap-field_version', $new_version ); // TODO: store blog-wide -
acf-openstreetmap-field/tags/1.6.1/include/version.php
r3211638 r3211811 1 <?php return "1.6. 0";1 <?php return "1.6.1"; -
acf-openstreetmap-field/tags/1.6.1/index.php
r3211638 r3211811 6 6 Description: A configurable OpenStreetMap Field for ACF. 7 7 Author: Jörn Lund 8 Version: 1.6. 08 Version: 1.6.1 9 9 Author URI: https://github.com/mcguffin 10 10 License: GPL3 -
acf-openstreetmap-field/tags/1.6.1/languages/acf-openstreetmap-field.pot
r3211638 r3211811 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ACF OpenStreetMap Field 1.6. 0\n"5 "Project-Id-Version: ACF OpenStreetMap Field 1.6.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-openstreetmap-field\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024-12-2 1T18:08:19+00:00\n"12 "POT-Creation-Date: 2024-12-22T11:45:17+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" -
acf-openstreetmap-field/tags/1.6.1/readme.txt
r3211638 r3211811 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.7 8 Stable tag: 1.6. 08 Stable tag: 1.6.1 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 120 120 121 121 == Changelog == 122 123 = 1.6.1 = 124 - Fix PHP fatal during upgrade 122 125 123 126 = 1.6.0 = -
acf-openstreetmap-field/trunk/.wp-release-info.json
r3211638 r3211811 2 2 "id": "https://github.com/mcguffin/acf-openstreetmap-field/raw/master/.wp-release-info.json", 3 3 "slug": "acf-openstreetmap-field", 4 "version": "1.6. 0",4 "version": "1.6.1", 5 5 "url": "https://wordpress.org/plugins/acf-openstreetmap-field", 6 "package": "https://github.com/mcguffin/acf-openstreetmap-field/releases/download/1.6. 0/acf-openstreetmap-field.zip",6 "package": "https://github.com/mcguffin/acf-openstreetmap-field/releases/download/1.6.1/acf-openstreetmap-field.zip", 7 7 "tested": "6.7", 8 8 "requires_php": "5.6" -
acf-openstreetmap-field/trunk/include/ACFFieldOpenstreetmap/Core/Plugin.php
r3211638 r3211811 129 129 if ( version_compare($new_version, $old_version, '>' ) ) { 130 130 131 $this->upgrade( $new_version, $old_version );131 // $this->upgrade( $new_version, $old_version ); 132 132 133 133 update_site_option( 'acf-openstreetmap-field_version', $new_version ); // TODO: store blog-wide -
acf-openstreetmap-field/trunk/include/version.php
r3211638 r3211811 1 <?php return "1.6. 0";1 <?php return "1.6.1"; -
acf-openstreetmap-field/trunk/index.php
r3211638 r3211811 6 6 Description: A configurable OpenStreetMap Field for ACF. 7 7 Author: Jörn Lund 8 Version: 1.6. 08 Version: 1.6.1 9 9 Author URI: https://github.com/mcguffin 10 10 License: GPL3 -
acf-openstreetmap-field/trunk/languages/acf-openstreetmap-field.pot
r3211638 r3211811 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: ACF OpenStreetMap Field 1.6. 0\n"5 "Project-Id-Version: ACF OpenStreetMap Field 1.6.1\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-openstreetmap-field\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2024-12-2 1T18:08:19+00:00\n"12 "POT-Creation-Date: 2024-12-22T11:45:17+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.11.0\n" -
acf-openstreetmap-field/trunk/readme.txt
r3211638 r3211811 6 6 Requires PHP: 5.6 7 7 Tested up to: 6.7 8 Stable tag: 1.6. 08 Stable tag: 1.6.1 9 9 License: GPLv3 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 120 120 121 121 == Changelog == 122 123 = 1.6.1 = 124 - Fix PHP fatal during upgrade 122 125 123 126 = 1.6.0 =
Note: See TracChangeset
for help on using the changeset viewer.