Plugin Directory

Changeset 2853002


Ignore:
Timestamp:
01/23/2023 04:01:47 PM (3 years ago)
Author:
romchyk16
Message:

update plugin version

Location:
acf-yandex-maps-field/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • acf-yandex-maps-field/trunk/acf-yandex-map-fields.php

    r2852999 r2853002  
    44 * Plugin URI:        https://wordpress.org/plugins/acf-yandex-map-fields/
    55 * Description:       A new field type for Advanced Custom Fields (ACF) that allows you to place single marker (with description) for each map.
    6  * Version:           1.0
     6 * Version:           1.1
    77 * Requires at least: 6.1.1
    88 * Requires PHP:      7.4 or higher
     
    3131        // - these will be passed into the field class.
    3232        $this->settings = [
    33             'version' => '1.0.0',
     33            'version' => '1.1.0',
    3434            'url' => YMF_PLUGIN_URL,
    3535            'path' => YMF_PLUGIN_PATH,
  • acf-yandex-maps-field/trunk/readme.txt

    r2852999 r2853002  
    44Requires at least: 5.0
    55Tested up to: 6.1.1
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4646= 1.0 =
    4747* Initial Release.
     48
     49= 1.1 =
     50* Add Yandex api key.
     51* Add options page for save api key
Note: See TracChangeset for help on using the changeset viewer.