Plugin Directory

Changeset 2457284


Ignore:
Timestamp:
01/16/2021 01:04:03 AM (5 years ago)
Author:
processby
Message:

WP Responsive Table update

Location:
wp-responsive-table/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • wp-responsive-table/trunk/README.txt

    r2287493 r2457284  
    11=== WP Responsive Table ===
    22Contributors: Processby, storky87
    3 Donate link: https://www.patreon.com/processby
     3Donate link: https://www.paypal.com/donate/?hosted_button_id=C28JNE5JS75X4
    44Tags: table, tables, responsive, mobile, responsive tables
    55Requires at least: 4.0
    6 Tested up to: 5.4
    7 Stable tag: 1.2.5
     6Tested up to: 5.6
     7Stable tag: 1.2.6
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    4444
    4545== Changelog ==
     46
     47
     48= 1.2.6 =
     49
     50Release Date: Jan 16, 2021
     51
     52* Compatibility with WordPress 5.6
     53
    4654
    4755
  • wp-responsive-table/trunk/src/Admin/Customizer/CustomizeDonate.php

    r2287493 r2457284  
    1414        <a href="https://www.patreon.com/processby">
    1515            <?php _e('Support on Patreon', 'wp-responsive-table'); ?>
    16         </a><br><br>
     16        </a>,  <a href="https://www.paypal.com/donate/?hosted_button_id=C28JNE5JS75X4">
     17        <?php _e('PayPal', 'wp-responsive-table'); ?>
     18    </a><br><br><br><br>
    1719
    1820
  • wp-responsive-table/trunk/src/ResponsiveTablePlugin.php

    r2287493 r2457284  
    1414
    1515
    16     const VERSION = '1.2.5';
     16    const VERSION = '1.2.6';
    1717
    1818    /**
  • wp-responsive-table/trunk/wp-responsive-table.php

    r2287493 r2457284  
    88 * Plugin URI:        https://processby.com/responsive-tables-wordpress/
    99 * Description:       Makes HTML tables horizontally scrollable on a small screen
    10  * Version:           1.2.5
     10 * Version:           1.2.6
    1111 * Author:            Processby
    1212 * Author URI:        https://processby.com
Note: See TracChangeset for help on using the changeset viewer.