Changeset 3484531
- Timestamp:
- 03/17/2026 07:32:27 AM (12 days ago)
- Location:
- rusnet-interactive-map/trunk
- Files:
-
- 3 edited
-
classes/class-taxonomy-category.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
rusnet-interactive-map.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rusnet-interactive-map/trunk/classes/class-taxonomy-category.php
r3477799 r3484531 77 77 </div> 78 78 <?php 79 do_action( 'rusnetim_category_add_form_fields ', $taxonomy );79 do_action( 'rusnetim_category_add_form_fields_after', $taxonomy ); 80 80 } 81 81 … … 131 131 </tr> 132 132 <?php 133 do_action( 'rusnetim_category_edit_form_fields ', $term, $taxonomy );133 do_action( 'rusnetim_category_edit_form_fields_after', $term, $taxonomy ); 134 134 } 135 135 -
rusnet-interactive-map/trunk/readme.txt
r3484431 r3484531 5 5 Requires at least: 5.0 6 6 Tested up to: 6.9 7 Stable tag: 2.1. 17 Stable tag: 2.1.2 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.1.2 = 70 * Fixed a critical bug that caused infinite page loading when creating or editing marker categories. The issue was caused by recursive hook calls in the taxonomy field templates, leading to duplicated fields and browser freezing. 71 69 72 = 2.1.1 = 70 73 * Photo in the info panel is now clickable. -
rusnet-interactive-map/trunk/rusnet-interactive-map.php
r3484431 r3484531 6 6 * Author URI: https://rusnet.su 7 7 * Author: ANO "Rusnet" 8 * Version: 2.1. 18 * Version: 2.1.2 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.1. 1' );19 define( 'RUSNETIM_VERSION', '2.1.2' ); 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.