Changeset 2839652
- Timestamp:
- 12/27/2022 05:35:56 AM (3 years ago)
- Location:
- wp-table-editor/trunk
- Files:
-
- 4 edited
-
assets/css/style.css (modified) (1 diff)
-
includes/public/shortcode.php (modified) (1 diff)
-
main.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-table-editor/trunk/assets/css/style.css
r2833890 r2839652 321 321 } 322 322 .xscontainer .dataTables_wrapper .add_to_cart_inline input[type=number]{ 323 min-width: 75px; 324 max-width: 100px; 323 min-width: 65px; 324 max-width: 80px; 325 height: 40px; 325 326 } 326 327 .xscontainer .dataTables_wrapper .add_to_cart_inline input[type=number]::-webkit-inner-spin-button { -
wp-table-editor/trunk/includes/public/shortcode.php
r2833890 r2839652 490 490 $output .= '</div>'; 491 491 $output .= '</div>'; 492 if(is_user_logged_in() && current_user_can('manage_options')){ 493 $output .= '<a href="wp-admin/admin.php?page=wptableeditor&tab=row&table_id='.$table_id.'&_xsnonce='.wp_create_nonce('xs-table'.$table_id).'" rel="nofollow">Edit</a>'; 494 } 492 495 ob_get_clean(); 493 496 return $output; -
wp-table-editor/trunk/main.php
r2837460 r2839652 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.1. 26 Version: 1.1.3 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.1. 2' );17 if ( ! defined( 'WPTABLEEDITOR_VERSION' ) ) define( 'WPTABLEEDITOR_VERSION', '1.1.3' ); 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
r2837460 r2839652 1 1 === Table Editor === 2 2 Contributors: Table Editor 3 Tags: table, table s, datatables, csv, excel, csv, json3 Tags: table, table editor, datatables, csv, excel 4 4 Requires at least: 5.9.3 5 5 Tested up to: 6.1.1 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 27 Stable tag: 1.1.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 72 72 == Changelog == 73 73 74 = 1.1.3 = 75 * Other small bug fixes and stability improvements. 76 74 77 = 1.1.2 = 75 78 * Code Optimization
Note: See TracChangeset
for help on using the changeset viewer.