Plugin Directory

Changeset 1923697


Ignore:
Timestamp:
08/12/2018 04:27:23 PM (8 years ago)
Author:
esstat17
Message:

Bug fix for Fatal Error, version 2.0.3 released.

Location:
magic-liquidizer-responsive-table/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • magic-liquidizer-responsive-table/trunk/magic-liquidizer-responsive-table.php

    r1923696 r1923697  
    55Author: Elvin D.
    66Description: 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.2
     7Version: 2.0.3
    88Tags: responsive, table, fluid, mobile screens
    99Author URI: http://innovedesigns.com/author/esstat17
     
    329329       
    330330        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');
    332332            wp_enqueue_style( 'magic-liquidizer-table-style' );
    333333        }
    334334   
    335335        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);       
    337337            wp_enqueue_script( 'magic-liquidizer-table');           
    338338        }
  • magic-liquidizer-responsive-table/trunk/readme.txt

    r1922841 r1923697  
    55Requires at least: 3.0.1
    66Tested up to: 4.9
    7 Stable tag: 2.0.2
     7Stable tag: 2.0.3
    88License: GPLv3 or later
    99License URI: http://www.gnu.org/licenses/gpl-3.0.txt
     
    6161
    6262== Changelog ==
     63= 2.0.3 - 08/13/2018 =
     64* [Fixed] Fatal Error on Older PHP versions
    6365
    6466= 2.0.2 - 08/10/2018 =
     
    121123== Upgrade Notice ==
    122124
     125= 2.0.3 - 08/13/2018 =
     126* [Important] Fatal Error on Older PHP versions
     127
    123128= 2.0.2 - 08/10/2018 =
    124129* [Important] Upgrade is required to avoid bugs. Sorry for inconvenience
Note: See TracChangeset for help on using the changeset viewer.