Plugin Directory

Changeset 3402185


Ignore:
Timestamp:
11/25/2025 04:24:50 AM (3 weeks ago)
Author:
wpdevart
Message:

code improved

Location:
organization-chart/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • organization-chart/trunk/admin/assets/css/popup_page.css

    r3382199 r3402185  
    117117  line-height: 1;
    118118  box-shadow: 0 0 7px rgba(167, 167, 167, 0.62) inset;
    119   cursor: pointer;
     119  cursor: help;
    120120  font-weight: bold;
    121121  color: #444;
  • organization-chart/trunk/admin/assets/css/theme_page.css

    r2594995 r3402185  
    108108  line-height: 1;
    109109  box-shadow: 0 0 7px rgba(167, 167, 167, 0.62) inset;
    110   cursor: pointer;
     110  cursor: help;
    111111  font-weight: bold;
    112112  color: #444;
  • organization-chart/trunk/admin/popup-page/class-popup-theme-page.php

    r3382199 r3402185  
    592592
    593593    public static function enqueue_scripts_styles() {
    594         wp_enqueue_style('wpda_chart_theme_page_css', wpda_org_chart_plugin_url . 'admin/assets/css/theme_page.css');
     594        wp_enqueue_style('wpda_chart_theme_page_css', wpda_org_chart_plugin_url . 'admin/assets/css/popup_page.css');
    595595        switch (self::$task) {
    596596            case 'add_edit_popup':
  • organization-chart/trunk/readme.txt

    r3393544 r3402185  
    55Requires at least: 3.4.0
    66Tested up to: 6.8.3
    7 Stable tag: 1.7.1
     7Stable tag: 1.7.2
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    132132== Changelog ==
    133133
     134= 1.7.2 =
     135
     136*  code improved.
     137
    134138= 1.7.1 =
    135139
  • organization-chart/trunk/wpdevart_chart.php

    r3393544 r3402185  
    55 * Author URI: https://wpdevart.com
    66 * Description: WpDevArt Organization Chart plugin is a nice tool for creating a beautiful organizational chart tree. Use this plugin and create different charts just in a few minutes.
    7  * Version: 1.7.1
     7 * Version: 1.7.2
    88 * Author: wpdevart
    99 * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.