Plugin Directory

Changeset 2931951


Ignore:
Timestamp:
06/28/2023 06:01:29 PM (3 years ago)
Author:
pubydoc
Message:

version 2.0.2

Location:
pubydoc-data-tables-and-charts/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pubydoc-data-tables-and-charts/trunk/classes/frame.php

    r2900249 r2931951  
    466466    public function isAdminPlugOptsPage() {
    467467        $page = ReqPyt::getVar('page');
    468         if (is_admin() && strpos($page, self::_()->getModule('adminmenu')->getMainSlug()) !== false) {
     468        if (is_admin() && !empty($page) && strpos($page, self::_()->getModule('adminmenu')->getMainSlug()) !== false) {
    469469            return true;
    470470        }
  • pubydoc-data-tables-and-charts/trunk/config.php

    r2900249 r2931951  
    4343define('PYT_DEFAULT', 'default');
    4444
    45 define('PYT_VERSION', '2.0.1');
     45define('PYT_VERSION', '2.0.2');
    4646
    4747define('PYT_CLASS_PREFIX', 'pytc');
  • pubydoc-data-tables-and-charts/trunk/publish-your-table.php

    r2900249 r2931951  
    44 * Plugin URI: https://pubydoc.com/
    55 * Description: Create and manage beautiful data tables and charts with custom design.
    6  * Version: 2.0.1
     6 * Version: 2.0.2
    77 * Author: PubyDoc
    88 * Text Domain: publish-your-table
  • pubydoc-data-tables-and-charts/trunk/readme.txt

    r2900249 r2931951  
    44Requires at least: 3.4.0
    55Tested up to: 6.2
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.2
    77
    88Create responsive data tables & charts with Table Builder, Excel spreadsheet or CSV. Searching, pagination, custom data table design, media support
     
    213213
    214214== Changelog ==
     215
     216= 2.0.2 =
     217* Fixed deprecated functions
     218* Small code fixes
    215219
    216220= 2.0.1 =
Note: See TracChangeset for help on using the changeset viewer.