Plugin Directory

Changeset 2858474


Ignore:
Timestamp:
02/01/2023 04:02:20 PM (3 years ago)
Author:
cusmin
Message:

version 7.1.2 fixed sanitization

Location:
ag-custom-admin/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ag-custom-admin/trunk/plugin.php

    r2857079 r2858474  
    55Description: CHANGE: admin menu, login page, admin bar, dashboard widgets, custom colors, custom CSS & JS, logo & images
    66Author: Cusmin
    7 Version: 7.1.2
     7Version: 7.1.3
    88Text Domain: ag-custom-admin
    99Domain Path: /languages
     
    2929
    3030class AGCA{
    31     private $agca_version = "7.1.2";
     31    private $agca_version = "7.1.3";
    3232    private $colorizer = "";
    3333    private $agca_debug = false;
     
    17561756                }finally{
    17571757                    jQuery('html').css('visibility','visible');
     1758                    jQuery('head').append('<style>html{visibility: visible !important;}</style>');
    17581759                }
    17591760                <?php
  • ag-custom-admin/trunk/readme.txt

    r2857079 r2858474  
    55Requires at least: 3.0
    66Tested up to: 6.1.1
    7 Stable tag: 7.1.2
     7Stable tag: 7.1.3
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl.txt
     
    160160== Change Log ==
    161161
     162= 7.1.3 =
     163* Fixed compatibility issue with WP Forms
     164
    162165= 7.1.2 =
    163166* Compatibility with WordPress 6.1.1
     
    176179== Upgrade Notice ==
    177180
     181= 7.1.3 =
     182* Fixed compatibility issue with WP Forms
     183
    178184= 7.1.2 =
    179185* Compatibility with WordPress 6.1.1
Note: See TracChangeset for help on using the changeset viewer.