Plugin Directory

Changeset 2852864


Ignore:
Timestamp:
01/23/2023 11:23:27 AM (3 years ago)
Author:
wptableeditor
Message:

Other small bug fixes

Location:
wp-table-editor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp-table-editor/trunk/includes/admin/table_action.php

    r2847538 r2852864  
    2525    wptableeditor_load::set_max_execution_time();
    2626    $tables = wptableeditor_table::column();
    27     if(!class_exists('wptableeditor_license') || !wptableeditor_license::check_license()){
    28         for($i = 49; $i <= 66; $i++){
    29             unset($tables[$i]);
    30         }
    31     }
    3227    if($action === 'table_getdata_wpte'){
    3328        wptableeditor_init::rename_column(WPTABLEEDITOR_TABLE, 'table_responsive', 'table_responsive', "enum('collapse','scroll','flip')");
  • wp-table-editor/trunk/main.php

    r2850627 r2852864  
    44Plugin URI: https://wptableeditor.com/documentation/
    55Description: Table Editor is a WordPress plugin used to quickly create tables from Excel, CSV, JSON and other data sources. Allows you to create beautiful sortable and responsive tables inside your posts, pages, custom post types or widget area.
    6 Version: 1.2.0
     6Version: 1.2.1
    77Author: wptableeditor.com
    88Author URI: https://wptableeditor.com/
     
    1515if ( ! defined( 'WPTABLEEDITOR_ASSETS' ) ) define( 'WPTABLEEDITOR_ASSETS', plugins_url( 'assets/', __FILE__ ) );
    1616if ( ! defined( 'WPTABLEEDITOR_VENDOR' ) ) define( 'WPTABLEEDITOR_VENDOR', plugins_url( 'vendor/', __FILE__ ) );
    17 if ( ! defined( 'WPTABLEEDITOR_VERSION' ) ) define( 'WPTABLEEDITOR_VERSION', '1.2.0' );
     17if ( ! defined( 'WPTABLEEDITOR_VERSION' ) ) define( 'WPTABLEEDITOR_VERSION', '1.2.1' );
    1818if ( ! defined( 'WPTABLEEDITOR_SLUG' ) ) define( 'WPTABLEEDITOR_SLUG', basename( plugin_dir_path( __FILE__ ) ) );
    1919if ( ! defined( 'WPTABLEEDITOR_MAIN' ) ) define( 'WPTABLEEDITOR_MAIN', plugin_basename( __FILE__ ) );
  • wp-table-editor/trunk/readme.txt

    r2850627 r2852864  
    55Tested up to: 6.1.1
    66Requires PHP: 7.4
    7 Stable tag: 1.2.0
     7Stable tag: 1.2.1
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7575== Changelog ==
    7676
     77= 1.2.1 =
     78* Other small bug fixes
     79
    7780= 1.2.0 =
    7881* Code Optimization
Note: See TracChangeset for help on using the changeset viewer.