Changeset 1923697
- Timestamp:
- 08/12/2018 04:27:23 PM (8 years ago)
- Location:
- magic-liquidizer-responsive-table/trunk
- Files:
-
- 2 edited
-
magic-liquidizer-responsive-table.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
magic-liquidizer-responsive-table/trunk/magic-liquidizer-responsive-table.php
r1923696 r1923697 5 5 Author: Elvin D. 6 6 Description: A simple and lightweight plugin that makes HTML <table> tag become responsive. After activation, go to Dashboard > Magic Liquidizer Lite > Table. 7 Version: 2.0. 27 Version: 2.0.3 8 8 Tags: responsive, table, fluid, mobile screens 9 9 Author URI: http://innovedesigns.com/author/esstat17 … … 329 329 330 330 public function magic_liquidizer_table_style() { 331 wp_register_style( 'magic-liquidizer-table-style', plugins_url('idcss/ml-responsive-table.css', __FILE__),array(), '2.0. 2', 'all');331 wp_register_style( 'magic-liquidizer-table-style', plugins_url('idcss/ml-responsive-table.css', __FILE__),array(), '2.0.3', 'all'); 332 332 wp_enqueue_style( 'magic-liquidizer-table-style' ); 333 333 } 334 334 335 335 public function magic_liquidizer_table_scripts() { 336 wp_register_script( 'magic-liquidizer-table', plugins_url('idjs/ml.responsive.table.min.js', __FILE__), array('jquery'), '2.0. 2', false);336 wp_register_script( 'magic-liquidizer-table', plugins_url('idjs/ml.responsive.table.min.js', __FILE__), array('jquery'), '2.0.3', false); 337 337 wp_enqueue_script( 'magic-liquidizer-table'); 338 338 } -
magic-liquidizer-responsive-table/trunk/readme.txt
r1922841 r1923697 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.9 7 Stable tag: 2.0. 27 Stable tag: 2.0.3 8 8 License: GPLv3 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.txt … … 61 61 62 62 == Changelog == 63 = 2.0.3 - 08/13/2018 = 64 * [Fixed] Fatal Error on Older PHP versions 63 65 64 66 = 2.0.2 - 08/10/2018 = … … 121 123 == Upgrade Notice == 122 124 125 = 2.0.3 - 08/13/2018 = 126 * [Important] Fatal Error on Older PHP versions 127 123 128 = 2.0.2 - 08/10/2018 = 124 129 * [Important] Upgrade is required to avoid bugs. Sorry for inconvenience
Note: See TracChangeset
for help on using the changeset viewer.