Plugin Directory

Changeset 3484531


Ignore:
Timestamp:
03/17/2026 07:32:27 AM (12 days ago)
Author:
rusnet
Message:

Update to version 2.1.2 – bugs fixed

Location:
rusnet-interactive-map/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rusnet-interactive-map/trunk/classes/class-taxonomy-category.php

    r3477799 r3484531  
    7777        </div>
    7878        <?php
    79         do_action( 'rusnetim_category_add_form_fields', $taxonomy );
     79        do_action( 'rusnetim_category_add_form_fields_after', $taxonomy );
    8080    }
    8181
     
    131131        </tr>
    132132        <?php
    133         do_action( 'rusnetim_category_edit_form_fields', $term, $taxonomy );
     133        do_action( 'rusnetim_category_edit_form_fields_after', $term, $taxonomy );
    134134    }
    135135
  • rusnet-interactive-map/trunk/readme.txt

    r3484431 r3484531  
    55Requires at least: 5.0
    66Tested up to: 6.9
    7 Stable tag: 2.1.1
     7Stable tag: 2.1.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    6767== Changelog ==
    6868
     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
    6972= 2.1.1 =
    7073* Photo in the info panel is now clickable.
  • rusnet-interactive-map/trunk/rusnet-interactive-map.php

    r3484431 r3484531  
    66 * Author URI:  https://rusnet.su
    77 * Author:      ANO "Rusnet"
    8  * Version:     2.1.1
     8 * Version:     2.1.2
    99 * License:     GPLv2 or later
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1717}
    1818
    19 define( 'RUSNETIM_VERSION', '2.1.1' );
     19define( 'RUSNETIM_VERSION', '2.1.2' );
    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.