Plugin Directory

Changeset 3211811


Ignore:
Timestamp:
12/22/2024 11:45:46 AM (16 months ago)
Author:
podpirate
Message:

Release 1.6.1

Location:
acf-openstreetmap-field
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • acf-openstreetmap-field/tags/1.6.1/.wp-release-info.json

    r3211638 r3211811  
    22  "id": "https://github.com/mcguffin/acf-openstreetmap-field/raw/master/.wp-release-info.json",
    33  "slug": "acf-openstreetmap-field",
    4   "version": "1.6.0",
     4  "version": "1.6.1",
    55  "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",
    77  "tested": "6.7",
    88  "requires_php": "5.6"
  • acf-openstreetmap-field/tags/1.6.1/include/ACFFieldOpenstreetmap/Core/Plugin.php

    r3211638 r3211811  
    129129        if ( version_compare($new_version, $old_version, '>' ) ) {
    130130
    131             $this->upgrade( $new_version, $old_version );
     131            // $this->upgrade( $new_version, $old_version );
    132132
    133133            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  
    66Description: A configurable OpenStreetMap Field for ACF.
    77Author: Jörn Lund
    8 Version: 1.6.0
     8Version: 1.6.1
    99Author URI: https://github.com/mcguffin
    1010License: GPL3
  • acf-openstreetmap-field/tags/1.6.1/languages/acf-openstreetmap-field.pot

    r3211638 r3211811  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: ACF OpenStreetMap Field 1.6.0\n"
     5"Project-Id-Version: ACF OpenStreetMap Field 1.6.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-openstreetmap-field\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-12-21T18:08:19+00:00\n"
     12"POT-Creation-Date: 2024-12-22T11:45:17+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
  • acf-openstreetmap-field/tags/1.6.1/readme.txt

    r3211638 r3211811  
    66Requires PHP: 5.6
    77Tested up to: 6.7
    8 Stable tag: 1.6.0
     8Stable tag: 1.6.1
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    120120
    121121== Changelog ==
     122
     123= 1.6.1 =
     124 - Fix PHP fatal during upgrade
    122125
    123126= 1.6.0 =
  • acf-openstreetmap-field/trunk/.wp-release-info.json

    r3211638 r3211811  
    22  "id": "https://github.com/mcguffin/acf-openstreetmap-field/raw/master/.wp-release-info.json",
    33  "slug": "acf-openstreetmap-field",
    4   "version": "1.6.0",
     4  "version": "1.6.1",
    55  "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",
    77  "tested": "6.7",
    88  "requires_php": "5.6"
  • acf-openstreetmap-field/trunk/include/ACFFieldOpenstreetmap/Core/Plugin.php

    r3211638 r3211811  
    129129        if ( version_compare($new_version, $old_version, '>' ) ) {
    130130
    131             $this->upgrade( $new_version, $old_version );
     131            // $this->upgrade( $new_version, $old_version );
    132132
    133133            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  
    66Description: A configurable OpenStreetMap Field for ACF.
    77Author: Jörn Lund
    8 Version: 1.6.0
     8Version: 1.6.1
    99Author URI: https://github.com/mcguffin
    1010License: GPL3
  • acf-openstreetmap-field/trunk/languages/acf-openstreetmap-field.pot

    r3211638 r3211811  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: ACF OpenStreetMap Field 1.6.0\n"
     5"Project-Id-Version: ACF OpenStreetMap Field 1.6.1\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-openstreetmap-field\n"
    77"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
     
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2024-12-21T18:08:19+00:00\n"
     12"POT-Creation-Date: 2024-12-22T11:45:17+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.11.0\n"
  • acf-openstreetmap-field/trunk/readme.txt

    r3211638 r3211811  
    66Requires PHP: 5.6
    77Tested up to: 6.7
    8 Stable tag: 1.6.0
     8Stable tag: 1.6.1
    99License: GPLv3 or later
    1010License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    120120
    121121== Changelog ==
     122
     123= 1.6.1 =
     124 - Fix PHP fatal during upgrade
    122125
    123126= 1.6.0 =
Note: See TracChangeset for help on using the changeset viewer.