Plugin Directory

Changeset 3377627


Ignore:
Timestamp:
10/13/2025 03:18:56 PM (2 months ago)
Author:
domainsupport
Message:

Tagging version 1.8.8

Location:
sidemenu
Files:
1 deleted
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • sidemenu/tags/1.8.8/readme.txt

    r3335234 r3377627  
    44Tags: slide menu, side menu, side nav, vertical menu
    55Requires at least: 4.6
    6 Tested up to: 6.8.2
     6Tested up to: 6.8.3
    77Requires PHP: 5.6
    8 Stable tag: 1.8.7
     8Stable tag: 1.8.8
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3636* Divi
    3737* Genesis Block Theme
     38* Genesis Framework
    3839* Inspiro
    3940* OKAB
     
    8586== Changelog ==
    8687
     88= 1.8.8 =
     89* Added support to hijack the mobile menu toggle in Genesis Framework theme
     90
    8791= 1.8.7 =
    8892* Added support to hijack the mobile menu toggle in Avanam theme
     
    361365== Upgrade Notice ==
    362366
    363 = 1.8.7 =
    364 * Added support to hijack the mobile menu toggle in Avanam theme
     367= 1.8.8 =
     368* Added support to hijack the mobile menu toggle in Genesis Framework theme
  • sidemenu/tags/1.8.8/sidemenu.php

    r3335234 r3377627  
    22/*
    33 * Plugin Name: SideMenu
    4  * Version: 1.8.7
     4 * Version: 1.8.8
    55 * Plugin URI: https://webd.uk/product/sidemenu-upgrade/
    66 * Description: Injects a sliding side menu / sidebar into any theme!
     
    2222    class sidemenu_class {
    2323
    24         public static $version = '1.8.7';
     24        public static $version = '1.8.8';
    2525
    2626        private $mobile_toggles = array(
     
    3737            'twentytwenty' => 'button.toggle.nav-toggle.mobile-nav-toggle',
    3838            'inspiro' => 'button.navbar-toggle',
     39            'genesis' => 'button.menu-toggle',
    3940            'genesis-block-theme' => 'button.menu-toggle.button-toggle',
    4041            'Avada' => '.fusion-mobile-selector',
  • sidemenu/trunk/readme.txt

    r3335234 r3377627  
    44Tags: slide menu, side menu, side nav, vertical menu
    55Requires at least: 4.6
    6 Tested up to: 6.8.2
     6Tested up to: 6.8.3
    77Requires PHP: 5.6
    8 Stable tag: 1.8.7
     8Stable tag: 1.8.8
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3636* Divi
    3737* Genesis Block Theme
     38* Genesis Framework
    3839* Inspiro
    3940* OKAB
     
    8586== Changelog ==
    8687
     88= 1.8.8 =
     89* Added support to hijack the mobile menu toggle in Genesis Framework theme
     90
    8791= 1.8.7 =
    8892* Added support to hijack the mobile menu toggle in Avanam theme
     
    361365== Upgrade Notice ==
    362366
    363 = 1.8.7 =
    364 * Added support to hijack the mobile menu toggle in Avanam theme
     367= 1.8.8 =
     368* Added support to hijack the mobile menu toggle in Genesis Framework theme
  • sidemenu/trunk/sidemenu.php

    r3335234 r3377627  
    22/*
    33 * Plugin Name: SideMenu
    4  * Version: 1.8.7
     4 * Version: 1.8.8
    55 * Plugin URI: https://webd.uk/product/sidemenu-upgrade/
    66 * Description: Injects a sliding side menu / sidebar into any theme!
     
    2222    class sidemenu_class {
    2323
    24         public static $version = '1.8.7';
     24        public static $version = '1.8.8';
    2525
    2626        private $mobile_toggles = array(
     
    3737            'twentytwenty' => 'button.toggle.nav-toggle.mobile-nav-toggle',
    3838            'inspiro' => 'button.navbar-toggle',
     39            'genesis' => 'button.menu-toggle',
    3940            'genesis-block-theme' => 'button.menu-toggle.button-toggle',
    4041            'Avada' => '.fusion-mobile-selector',
Note: See TracChangeset for help on using the changeset viewer.