Changeset 2852864
- Timestamp:
- 01/23/2023 11:23:27 AM (3 years ago)
- Location:
- wp-table-editor/trunk
- Files:
-
- 3 edited
-
includes/admin/table_action.php (modified) (1 diff)
-
main.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-table-editor/trunk/includes/admin/table_action.php
r2847538 r2852864 25 25 wptableeditor_load::set_max_execution_time(); 26 26 $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 }32 27 if($action === 'table_getdata_wpte'){ 33 28 wptableeditor_init::rename_column(WPTABLEEDITOR_TABLE, 'table_responsive', 'table_responsive', "enum('collapse','scroll','flip')"); -
wp-table-editor/trunk/main.php
r2850627 r2852864 4 4 Plugin URI: https://wptableeditor.com/documentation/ 5 5 Description: 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. 06 Version: 1.2.1 7 7 Author: wptableeditor.com 8 8 Author URI: https://wptableeditor.com/ … … 15 15 if ( ! defined( 'WPTABLEEDITOR_ASSETS' ) ) define( 'WPTABLEEDITOR_ASSETS', plugins_url( 'assets/', __FILE__ ) ); 16 16 if ( ! defined( 'WPTABLEEDITOR_VENDOR' ) ) define( 'WPTABLEEDITOR_VENDOR', plugins_url( 'vendor/', __FILE__ ) ); 17 if ( ! defined( 'WPTABLEEDITOR_VERSION' ) ) define( 'WPTABLEEDITOR_VERSION', '1.2. 0' );17 if ( ! defined( 'WPTABLEEDITOR_VERSION' ) ) define( 'WPTABLEEDITOR_VERSION', '1.2.1' ); 18 18 if ( ! defined( 'WPTABLEEDITOR_SLUG' ) ) define( 'WPTABLEEDITOR_SLUG', basename( plugin_dir_path( __FILE__ ) ) ); 19 19 if ( ! defined( 'WPTABLEEDITOR_MAIN' ) ) define( 'WPTABLEEDITOR_MAIN', plugin_basename( __FILE__ ) ); -
wp-table-editor/trunk/readme.txt
r2850627 r2852864 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 7.4 7 Stable tag: 1.2. 07 Stable tag: 1.2.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 75 75 == Changelog == 76 76 77 = 1.2.1 = 78 * Other small bug fixes 79 77 80 = 1.2.0 = 78 81 * Code Optimization
Note: See TracChangeset
for help on using the changeset viewer.