Version Description
(11th May 2017) = * Requires PHP 5.4 * Updated badge counts * Updated Font Icon area text * Fixed bug with single menu breakpoint width - Pro Only * Fixed bug with empty Font Icons - Pro Only * Fixed bug with WP CLI
Download this release
Release Info
| Developer | peterfeatherstone |
| Plugin | |
| Version | 3.1.2 |
| Comparing to | |
| See all releases | |
Code changes from version 3.1.1 to 3.1.2
- config/services.php +1 -0
- public/css/admin/admin.css +8 -0
- readme.txt +10 -2
- responsive-menu.php +1 -1
- views/admin/sections/menu.html.twig +10 -14
- views/admin/tabs.html.twig +2 -2
config/services.php
CHANGED
|
@@ -5,6 +5,7 @@
|
|
| 5 |
* bottom of this file
|
| 6 |
*
|
| 7 |
*/
|
|
|
|
| 8 |
$services_428734872364 = new ResponsiveMenu\Container\Container;
|
| 9 |
|
| 10 |
$services_428734872364['database'] = function($c) {
|
| 5 |
* bottom of this file
|
| 6 |
*
|
| 7 |
*/
|
| 8 |
+
global $services_428734872364;
|
| 9 |
$services_428734872364 = new ResponsiveMenu\Container\Container;
|
| 10 |
|
| 11 |
$services_428734872364['database'] = function($c) {
|
public/css/admin/admin.css
CHANGED
|
@@ -349,6 +349,14 @@ li.draggable {
|
|
| 349 |
text-align: left;
|
| 350 |
}
|
| 351 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 352 |
.container-fluid form.form-horizontal td.pro {
|
| 353 |
position: relative;
|
| 354 |
}
|
| 349 |
text-align: left;
|
| 350 |
}
|
| 351 |
|
| 352 |
+
.container-fluid form.form-horizontal td.well .sub-text ul {
|
| 353 |
+
margin: 15px;
|
| 354 |
+
}
|
| 355 |
+
|
| 356 |
+
.container-fluid form.form-horizontal td.well .sub-text ul li {
|
| 357 |
+
list-style: disc;
|
| 358 |
+
}
|
| 359 |
+
|
| 360 |
.container-fluid form.form-horizontal td.pro {
|
| 361 |
position: relative;
|
| 362 |
}
|
readme.txt
CHANGED
|
@@ -3,8 +3,8 @@ Contributors: ResponsiveMenu, peterfeatherstone
|
|
| 3 |
Donate link: https://responsive.menu/donate
|
| 4 |
Tags: responsive, menu, responsive menu, mobile menu, wordpress responsive menu, wp responsive menu, tablet menu, hamburger menu, hamburger, mobile, tablet, 3 lines, 3 line, three line, three lines
|
| 5 |
Requires at least: 3.5.0
|
| 6 |
-
Tested up to: 4.7.
|
| 7 |
-
Stable tag: 3.1.
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
|
@@ -111,6 +111,14 @@ To view our FAQ, please go to <a href="https://responsive.menu/faq">https://resp
|
|
| 111 |
|
| 112 |
== Changelog ==
|
| 113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
= 3.1.1 (5th May 2017) =
|
| 115 |
* **Requires PHP 5.4**
|
| 116 |
* Added filter box in admin for options
|
| 3 |
Donate link: https://responsive.menu/donate
|
| 4 |
Tags: responsive, menu, responsive menu, mobile menu, wordpress responsive menu, wp responsive menu, tablet menu, hamburger menu, hamburger, mobile, tablet, 3 lines, 3 line, three line, three lines
|
| 5 |
Requires at least: 3.5.0
|
| 6 |
+
Tested up to: 4.7.4
|
| 7 |
+
Stable tag: 3.1.2
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 111 |
|
| 112 |
== Changelog ==
|
| 113 |
|
| 114 |
+
= 3.1.2 (11th May 2017) =
|
| 115 |
+
* **Requires PHP 5.4**
|
| 116 |
+
* Updated badge counts
|
| 117 |
+
* Updated Font Icon area text
|
| 118 |
+
* Fixed bug with single menu breakpoint width - Pro Only
|
| 119 |
+
* Fixed bug with empty Font Icons - Pro Only
|
| 120 |
+
* Fixed bug with WP CLI
|
| 121 |
+
|
| 122 |
= 3.1.1 (5th May 2017) =
|
| 123 |
* **Requires PHP 5.4**
|
| 124 |
* Added filter box in admin for options
|
responsive-menu.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
Plugin Name: Responsive Menu
|
| 5 |
Plugin URI: https://responsive.menu
|
| 6 |
Description: Highly Customisable Responsive Menu Plugin for WordPress
|
| 7 |
-
Version: 3.1.
|
| 8 |
Author: Peter Featherstone
|
| 9 |
Text Domain: responsive-menu
|
| 10 |
Author URI: https://peterfeatherstone.com
|
| 4 |
Plugin Name: Responsive Menu
|
| 5 |
Plugin URI: https://responsive.menu
|
| 6 |
Description: Highly Customisable Responsive Menu Plugin for WordPress
|
| 7 |
+
Version: 3.1.2
|
| 8 |
Author: Peter Featherstone
|
| 9 |
Text Domain: responsive-menu
|
| 10 |
Author URI: https://peterfeatherstone.com
|
views/admin/sections/menu.html.twig
CHANGED
|
@@ -43,14 +43,21 @@
|
|
| 43 |
</script>
|
| 44 |
|
| 45 |
<div class='panel panel-default'>
|
| 46 |
-
<div class='panel-body'>
|
| 47 |
<table class='table table-bordered table-hover'>
|
| 48 |
<tr{% if errors.menu_font_icons %} class='danger'{% endif %}>
|
| 49 |
<td class='well col-md-3'>
|
| 50 |
<label for='items_order' class='control-label'>Font Icons</label>
|
| 51 |
<div class='sub-text'>
|
| 52 |
-
Responsive Menu
|
| 53 |
-
your
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
</div>
|
| 55 |
</td>
|
| 56 |
<td class='pro'>
|
|
@@ -84,17 +91,6 @@
|
|
| 84 |
</table>
|
| 85 |
</div>
|
| 86 |
|
| 87 |
-
<script>
|
| 88 |
-
jQuery(document).ready(function($) {
|
| 89 |
-
$(document).on('click', '#add-font-icon', function() {
|
| 90 |
-
var lastRow = $('#font-icon-container tr').last();
|
| 91 |
-
var nextRow = lastRow.clone();
|
| 92 |
-
nextRow.find(':text').val('');
|
| 93 |
-
lastRow.after(nextRow);
|
| 94 |
-
});
|
| 95 |
-
});
|
| 96 |
-
</script>
|
| 97 |
-
|
| 98 |
<div class='panel panel-default'>
|
| 99 |
<div class='panel-body'>Sizing<small>Menu</small></div>
|
| 100 |
<table class='table table-bordered table-hover'>
|
| 43 |
</script>
|
| 44 |
|
| 45 |
<div class='panel panel-default'>
|
| 46 |
+
<div class='panel-body'>Font Icons<small>Menu</small></div>
|
| 47 |
<table class='table table-bordered table-hover'>
|
| 48 |
<tr{% if errors.menu_font_icons %} class='danger'{% endif %}>
|
| 49 |
<td class='well col-md-3'>
|
| 50 |
<label for='items_order' class='control-label'>Font Icons</label>
|
| 51 |
<div class='sub-text'>
|
| 52 |
+
Responsive Menu gives you the opportunity to use a selection of brilliant font icon packages or to
|
| 53 |
+
create your own custom ones. Currently we support the following:
|
| 54 |
+
<ul>
|
| 55 |
+
<li><a href='http://fontawesome.io/icons/' target='_blank'>Font Awesome</a></li>
|
| 56 |
+
<li><a href='http://getbootstrap.com/components/#glyphicons' target='_blank'>GlyphIcons</a></li>
|
| 57 |
+
<li>Custom HTML</li>
|
| 58 |
+
</ul>
|
| 59 |
+
For a guide on implementing icons in your menu and for more info please visit our dedicated doc page
|
| 60 |
+
<a href='https://responsive.menu/docs/basic-setup/font-icons/' target='_blank'>here</a>.
|
| 61 |
</div>
|
| 62 |
</td>
|
| 63 |
<td class='pro'>
|
| 91 |
</table>
|
| 92 |
</div>
|
| 93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
<div class='panel panel-default'>
|
| 95 |
<div class='panel-body'>Sizing<small>Menu</small></div>
|
| 96 |
<table class='table table-bordered table-hover'>
|
views/admin/tabs.html.twig
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<ul class='nav nav-tabs'>
|
| 2 |
<li{% if current_page() == 'initial-setup' %} class='active'{% endif %} id="initial-setup-tab"><a data-toggle='tab' href='#initial-setup'>Initial Setup <span class='badge'>3</span></a></li>
|
| 3 |
-
<li{% if current_page() == 'menu' %} class='active'{% endif %} id="menu-tab"><a data-toggle='tab' href='#menu'>Menu <span class='badge'>
|
| 4 |
-
<li{% if current_page() == 'button' %} class='active'{% endif %} id="button-tab"><a data-toggle='tab' href='#button'>Button <span class='badge'>
|
| 5 |
<li{% if current_page() == 'sub-menus' %} class='active'{% endif %} id="sub-menus-tab"><a data-toggle='tab' href='#sub-menus'>Sub Menus <span class='badge'>33</span></a></li>
|
| 6 |
<li{% if current_page() == 'technical' %} class='active'{% endif %} id="technical-tab"><a data-toggle='tab' href='#technical'>Technical <span class='badge'>8</span></a></li>
|
| 7 |
<li{% if current_page() == 'import-export' %} class='active'{% endif %} id="import-export-tabZz"><a data-toggle='tab' href='#import-export'>Import/Export <span class='badge'>4</span></a></li>
|
| 1 |
<ul class='nav nav-tabs'>
|
| 2 |
<li{% if current_page() == 'initial-setup' %} class='active'{% endif %} id="initial-setup-tab"><a data-toggle='tab' href='#initial-setup'>Initial Setup <span class='badge'>3</span></a></li>
|
| 3 |
+
<li{% if current_page() == 'menu' %} class='active'{% endif %} id="menu-tab"><a data-toggle='tab' href='#menu'>Menu <span class='badge'>56</span></a></li>
|
| 4 |
+
<li{% if current_page() == 'button' %} class='active'{% endif %} id="button-tab"><a data-toggle='tab' href='#button'>Button <span class='badge'>31</span></a></li>
|
| 5 |
<li{% if current_page() == 'sub-menus' %} class='active'{% endif %} id="sub-menus-tab"><a data-toggle='tab' href='#sub-menus'>Sub Menus <span class='badge'>33</span></a></li>
|
| 6 |
<li{% if current_page() == 'technical' %} class='active'{% endif %} id="technical-tab"><a data-toggle='tab' href='#technical'>Technical <span class='badge'>8</span></a></li>
|
| 7 |
<li{% if current_page() == 'import-export' %} class='active'{% endif %} id="import-export-tabZz"><a data-toggle='tab' href='#import-export'>Import/Export <span class='badge'>4</span></a></li>
|
