Changeset 2457270
- Timestamp:
- 01/16/2021 12:25:04 AM (4 years ago)
- Location:
- responsive-sidebar/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
responsive-sidebar/trunk/readme.txt
r2332321 r2457270 1 1 === Responsive Sidebar === 2 2 Contributors: processby 3 Donate link: https://www.pa treon.com/processby3 Donate link: https://www.paypal.com/donate/?hosted_button_id=C28JNE5JS75X4 4 4 Tags: sidebar, responsive, mobile, responsive sidebar 5 5 Requires at least: 5.0.3 6 Tested up to: 5. 47 Stable tag: 1.2. 16 Tested up to: 5.6 7 Stable tag: 1.2.2 8 8 Requires PHP: 5.6 9 9 License: GPLv2 or later … … 38 38 39 39 == Changelog == 40 41 = 1.2.2 = 42 Release Date: Jan 16, 2021 43 44 * Compatibility with WordPress 5.6 45 40 46 41 47 = 1.2.1 = -
responsive-sidebar/trunk/responsive-sidebar.php
r2332321 r2457270 8 8 * Plugin URI: https://processby.com/responsive-sidebar-wordpress-plugin/ 9 9 * Description: Makes your sidebar responsive. 10 * Version: 1.2. 110 * Version: 1.2.2 11 11 * Author: Processby 12 12 * Author URI: https://processby.com -
responsive-sidebar/trunk/src/ResponsiveSidebarPlugin.php
r2332321 r2457270 14 14 class ResponsiveSidebarPlugin { 15 15 16 const VERSION = '1.2. 1';16 const VERSION = '1.2.2'; 17 17 18 18 /** -
responsive-sidebar/trunk/views/admin/main.php
r2290403 r2457270 26 26 27 27 <?php _e('If you like <strong>Responsive Sidebar</strong> please leave us a <a href="https://wordpress.org/support/plugin/responsive-sidebar/reviews?rate=5#new-post" target="_blank">★★★★★</a> rating.','responsive-sidebar') ?><br> 28 <?php _e('Or', 'responsive-sidebar'); ?> <strong><a href="https://www.patreon.com/processby" ><?php _e('support on Patreon', 'responsive-sidebar'); ?></a></strong>. <?php _e('Thanks!', 'responsive-sidebar'); ?>28 <?php _e('Or', 'responsive-sidebar'); ?> support on <strong><a href="https://www.patreon.com/processby" ><?php _e('Patreon', 'responsive-sidebar'); ?></a></strong>, <strong><a href="https://www.paypal.com/donate/?hosted_button_id=C28JNE5JS75X4">PayPal</a></strong>. <?php _e('Thanks!', 'responsive-sidebar'); ?> 29 29 30 30 </div>
Note: See TracChangeset
for help on using the changeset viewer.