Plugin Directory

Changeset 3476915


Ignore:
Timestamp:
03/07/2026 07:57:27 AM (3 weeks ago)
Author:
rusnet
Message:
  • Fixed Version 2.0.9.
Location:
rusnet-interactive-map/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • rusnet-interactive-map/trunk/readme.txt

    r3476911 r3476915  
    55Requires at least: 5.0
    66Tested up to: 6.9
    7 Stable tag: 2.0.8
     7Stable tag: 2.0.9
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     69= 2.0.9 =
     70* Fixed Version.
     71
    6972= 2.0.8 =
    7073* Added delegated handler for "Map controls" buttons.
  • rusnet-interactive-map/trunk/rusnet-interactive-map.php

    r3476913 r3476915  
    66 * Author URI:  https://rusnet.su
    77 * Author:      ANO "Rusnet"
    8  * Version:     2.0.8
     8 * Version:     2.0.9
    99 * License:     GPLv2 or later
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1717}
    1818
    19 define( 'RUSNETIM_VERSION', '2.0.8' );
     19define( 'RUSNETIM_VERSION', '2.0.9' );
    2020define( 'RUSNETIM_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
    2121define( 'RUSNETIM_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.