Changeset 3476915
- Timestamp:
- 03/07/2026 07:57:27 AM (3 weeks ago)
- Location:
- rusnet-interactive-map/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
rusnet-interactive-map.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rusnet-interactive-map/trunk/readme.txt
r3476911 r3476915 5 5 Requires at least: 5.0 6 6 Tested up to: 6.9 7 Stable tag: 2.0. 87 Stable tag: 2.0.9 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 67 67 == Changelog == 68 68 69 = 2.0.9 = 70 * Fixed Version. 71 69 72 = 2.0.8 = 70 73 * Added delegated handler for "Map controls" buttons. -
rusnet-interactive-map/trunk/rusnet-interactive-map.php
r3476913 r3476915 6 6 * Author URI: https://rusnet.su 7 7 * Author: ANO "Rusnet" 8 * Version: 2.0. 88 * Version: 2.0.9 9 9 * License: GPLv2 or later 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 17 17 } 18 18 19 define( 'RUSNETIM_VERSION', '2.0. 8' );19 define( 'RUSNETIM_VERSION', '2.0.9' ); 20 20 define( 'RUSNETIM_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 21 21 define( 'RUSNETIM_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.