Advanced Sidebar Menu - Version 8.3.1

Version Description

  • Add readme for translations.
  • Tested to WordPress 5.7.
  • Require WordPress core 5.2+.
  • Improved PHPCS configuration.
Download this release

Release Info

Developer Mat Lipe
Plugin Icon 128x128 Advanced Sidebar Menu
Version 8.3.1
Comparing to
See all releases

Code changes from version 8.3.0 to 8.3.1

advanced-sidebar-menu.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://onpointplugins.com/advanced-sidebar-menu/
5
  * Description: Creates dynamic menus based on parent/child relationship of your pages or categories.
6
  * Author: OnPoint Plugins
7
- * Version: 8.3.0
8
  * Author URI: https://onpointplugins.com
9
  * Text Domain: advanced-sidebar-menu
10
  * Domain Path: /languages/
@@ -19,7 +19,7 @@ if ( defined( 'ADVANCED_SIDEBAR_BASIC_VERSION' ) ) {
19
  return;
20
  }
21
 
22
- define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '8.3.0' );
23
  define( 'ADVANCED_SIDEBAR_MENU_REQUIRED_PRO_VERSION', '8.2.0' );
24
  define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
25
  define( 'ADVANCED_SIDEBAR_MENU_URL', plugin_dir_url( __FILE__ ) );
4
  * Plugin URI: https://onpointplugins.com/advanced-sidebar-menu/
5
  * Description: Creates dynamic menus based on parent/child relationship of your pages or categories.
6
  * Author: OnPoint Plugins
7
+ * Version: 8.3.1
8
  * Author URI: https://onpointplugins.com
9
  * Text Domain: advanced-sidebar-menu
10
  * Domain Path: /languages/
19
  return;
20
  }
21
 
22
+ define( 'ADVANCED_SIDEBAR_BASIC_VERSION', '8.3.1' );
23
  define( 'ADVANCED_SIDEBAR_MENU_REQUIRED_PRO_VERSION', '8.2.0' );
24
  define( 'ADVANCED_SIDEBAR_DIR', plugin_dir_path( __FILE__ ) );
25
  define( 'ADVANCED_SIDEBAR_MENU_URL', plugin_dir_url( __FILE__ ) );
languages/advanced-sidebar-menu.pot CHANGED
@@ -1,6 +1,7 @@
1
  #, fuzzy
2
  msgid ""
3
  msgstr ""
 
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Advanced Sidebar Menu\n"
6
  "POT-Creation-Date: 2021-01-20 11:16-0700\n"
1
  #, fuzzy
2
  msgid ""
3
  msgstr ""
4
+ "Project: https://translate.wordpress.org/projects/wp-plugins/advanced-sidebar-menu\n"
5
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
6
  "Project-Id-Version: Advanced Sidebar Menu\n"
7
  "POT-Creation-Date: 2021-01-20 11:16-0700\n"
readme.txt CHANGED
@@ -2,11 +2,11 @@
2
 
3
  Contributors: Mat Lipe, onpointplugins
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40onpointplugins%2ecom&lc=US&item_name=Advanced%20Sidebar%20Menu&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
5
- Tags: menus, sidebar menu, hierarchy, category menu, pages menu
6
- Requires at least: 5.0.0
7
- Tested up to: 5.6.2
8
  Requires PHP: 5.6.0
9
- Stable tag: 8.3.0
10
 
11
  == Description ==
12
 
@@ -14,9 +14,9 @@ Uses the parent/child relationship of your pages or categories to generate menus
14
 
15
  Keeps the menu clean and usable. Only related items display so you don't have to worry about keeping a custom menu up to date or displaying links to items that don't belong.
16
 
17
- <strong>Check out <a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/">Advanced Sidebar Menu PRO</a> for more features including priority support, the ability to customize the look and feel, custom link text, excluding of pages, category ordering, accordions, custom post types, custom taxonomies, and so much more!</strong>
18
 
19
- <blockquote><a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/" target="_blank">PRO version 8.2.0</a> is now available with improved style targeting including hover styles and border widths!</blockquote>
20
 
21
  <h3>Features</h3>
22
  * Page and Category widgets.
@@ -155,6 +155,12 @@ Yes. Based on whatever page, post, or category you are on, the menu will change
155
 
156
 
157
  == Changelog ==
 
 
 
 
 
 
158
  = 8.3.0 =
159
  * Improved plugin headers.
160
  * Added translations for French (fr_FR).
2
 
3
  Contributors: Mat Lipe, onpointplugins
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=paypal%40onpointplugins%2ecom&lc=US&item_name=Advanced%20Sidebar%20Menu&no_note=0&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHostedGuest
5
+ Tags: menus, sidebar menu, hierarchy, category menu, pages menu, dynamic
6
+ Requires at least: 5.2.0
7
+ Tested up to: 5.7.0
8
  Requires PHP: 5.6.0
9
+ Stable tag: 8.3.1
10
 
11
  == Description ==
12
 
14
 
15
  Keeps the menu clean and usable. Only related items display so you don't have to worry about keeping a custom menu up to date or displaying links to items that don't belong.
16
 
17
+ <strong>Check out <a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/">Advanced Sidebar Menu PRO</a> for more features including accordion menus, menu colors and styles, custom link text, excluding of pages, category ordering, custom post types, custom taxonomies, priority support, and so much more!</strong>
18
 
19
+ <blockquote><a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/" target="_blank">PRO version 8.3.0</a> is now available with improved style targeting including hover styles and border widths!</blockquote>
20
 
21
  <h3>Features</h3>
22
  * Page and Category widgets.
155
 
156
 
157
  == Changelog ==
158
+ = 8.3.1 =
159
+ * Add readme for translations.
160
+ * Tested to WordPress 5.7.
161
+ * Require WordPress core 5.2+.
162
+ * Improved PHPCS configuration.
163
+
164
  = 8.3.0 =
165
  * Improved plugin headers.
166
  * Added translations for French (fr_FR).