Changeset 2853002
- Timestamp:
- 01/23/2023 04:01:47 PM (3 years ago)
- Location:
- acf-yandex-maps-field/trunk
- Files:
-
- 2 edited
-
acf-yandex-map-fields.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
acf-yandex-maps-field/trunk/acf-yandex-map-fields.php
r2852999 r2853002 4 4 * Plugin URI: https://wordpress.org/plugins/acf-yandex-map-fields/ 5 5 * 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. 06 * Version: 1.1 7 7 * Requires at least: 6.1.1 8 8 * Requires PHP: 7.4 or higher … … 31 31 // - these will be passed into the field class. 32 32 $this->settings = [ 33 'version' => '1. 0.0',33 'version' => '1.1.0', 34 34 'url' => YMF_PLUGIN_URL, 35 35 'path' => YMF_PLUGIN_PATH, -
acf-yandex-maps-field/trunk/readme.txt
r2852999 r2853002 4 4 Requires at least: 5.0 5 5 Tested up to: 6.1.1 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 46 46 = 1.0 = 47 47 * 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.