Plugin Directory

Changeset 2457270


Ignore:
Timestamp:
01/16/2021 12:25:04 AM (4 years ago)
Author:
processby
Message:

Responsive Sidebar update

Location:
responsive-sidebar/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • responsive-sidebar/trunk/readme.txt

    r2332321 r2457270  
    11=== Responsive Sidebar ===
    22Contributors: processby
    3 Donate link: https://www.patreon.com/processby
     3Donate link: https://www.paypal.com/donate/?hosted_button_id=C28JNE5JS75X4
    44Tags: sidebar, responsive, mobile, responsive sidebar
    55Requires at least: 5.0.3
    6 Tested up to: 5.4
    7 Stable tag: 1.2.1
     6Tested up to: 5.6
     7Stable tag: 1.2.2
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    3838
    3939== Changelog ==
     40
     41= 1.2.2 =
     42Release Date: Jan 16, 2021
     43
     44* Compatibility with WordPress 5.6
     45
    4046
    4147= 1.2.1 =
  • responsive-sidebar/trunk/responsive-sidebar.php

    r2332321 r2457270  
    88 * Plugin URI:        https://processby.com/responsive-sidebar-wordpress-plugin/
    99 * Description:       Makes your sidebar responsive.
    10  * Version:           1.2.1
     10 * Version:           1.2.2
    1111 * Author:            Processby
    1212 * Author URI:        https://processby.com
  • responsive-sidebar/trunk/src/ResponsiveSidebarPlugin.php

    r2332321 r2457270  
    1414class ResponsiveSidebarPlugin {
    1515
    16     const VERSION = '1.2.1';
     16    const VERSION = '1.2.2';
    1717
    1818    /**
  • responsive-sidebar/trunk/views/admin/main.php

    r2290403 r2457270  
    2626
    2727    <?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'); ?>
    2929
    3030</div>
Note: See TracChangeset for help on using the changeset viewer.