Changeset 2457284
- Timestamp:
- 01/16/2021 01:04:03 AM (5 years ago)
- Location:
- wp-responsive-table/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (2 diffs)
-
src/Admin/Customizer/CustomizeDonate.php (modified) (1 diff)
-
src/ResponsiveTablePlugin.php (modified) (1 diff)
-
wp-responsive-table.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-responsive-table/trunk/README.txt
r2287493 r2457284 1 1 === WP Responsive Table === 2 2 Contributors: Processby, storky87 3 Donate link: https://www.pa treon.com/processby3 Donate link: https://www.paypal.com/donate/?hosted_button_id=C28JNE5JS75X4 4 4 Tags: table, tables, responsive, mobile, responsive tables 5 5 Requires at least: 4.0 6 Tested up to: 5. 47 Stable tag: 1.2. 56 Tested up to: 5.6 7 Stable tag: 1.2.6 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 44 44 45 45 == Changelog == 46 47 48 = 1.2.6 = 49 50 Release Date: Jan 16, 2021 51 52 * Compatibility with WordPress 5.6 53 46 54 47 55 -
wp-responsive-table/trunk/src/Admin/Customizer/CustomizeDonate.php
r2287493 r2457284 14 14 <a href="https://www.patreon.com/processby"> 15 15 <?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> 17 19 18 20 -
wp-responsive-table/trunk/src/ResponsiveTablePlugin.php
r2287493 r2457284 14 14 15 15 16 const VERSION = '1.2. 5';16 const VERSION = '1.2.6'; 17 17 18 18 /** -
wp-responsive-table/trunk/wp-responsive-table.php
r2287493 r2457284 8 8 * Plugin URI: https://processby.com/responsive-tables-wordpress/ 9 9 * Description: Makes HTML tables horizontally scrollable on a small screen 10 * Version: 1.2. 510 * Version: 1.2.6 11 11 * Author: Processby 12 12 * Author URI: https://processby.com
Note: See TracChangeset
for help on using the changeset viewer.