Version Description
24-Mar-2016 = * resolved media thumbnail padding css conflict issue.
Download this release
Release Info
Developer | wpshopmart |
Plugin | Accordion FAQ |
Version | 1.6.3 |
Comparing to | |
See all releases |
Code changes from version 1.6.2 to 1.6.3
- css/bootstrap.css +1 -26
- readme.txt +4 -1
- responsive-accordion.php +1 -1
css/bootstrap.css
CHANGED
@@ -2494,32 +2494,7 @@ a.badge:focus {
|
|
2494 |
font-size: 63px;
|
2495 |
}
|
2496 |
}
|
2497 |
-
|
2498 |
-
display: block;
|
2499 |
-
padding: 4px;
|
2500 |
-
margin-bottom: 20px;
|
2501 |
-
line-height: 1.42857143;
|
2502 |
-
background-color: #fff;
|
2503 |
-
border: 1px solid #ddd;
|
2504 |
-
border-radius: 4px;
|
2505 |
-
-webkit-transition: border .2s ease-in-out;
|
2506 |
-
-o-transition: border .2s ease-in-out;
|
2507 |
-
transition: border .2s ease-in-out;
|
2508 |
-
}
|
2509 |
-
.thumbnail > img,
|
2510 |
-
.thumbnail a > img {
|
2511 |
-
margin-right: auto;
|
2512 |
-
margin-left: auto;
|
2513 |
-
}
|
2514 |
-
a.thumbnail:hover,
|
2515 |
-
a.thumbnail:focus,
|
2516 |
-
a.thumbnail.active {
|
2517 |
-
border-color: #337ab7;
|
2518 |
-
}
|
2519 |
-
.thumbnail .caption {
|
2520 |
-
padding: 9px;
|
2521 |
-
color: #333;
|
2522 |
-
}
|
2523 |
.alert {
|
2524 |
padding: 15px;
|
2525 |
margin-bottom: 20px;
|
2494 |
font-size: 63px;
|
2495 |
}
|
2496 |
}
|
2497 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2498 |
.alert {
|
2499 |
padding: 15px;
|
2500 |
margin-bottom: 20px;
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.wpshopmart.com
|
|
4 |
Tags: Accordion, accordions, accordion plugin, accordion plugin jquery, accordions plugin wordpress, accordions shortcode, accordion shortcode, accordions Widget, accordion Widget, jQuery accordions, Responsive accordion, Responsive accordions, collapsable content, collapse, collapsible, display, expand, expandable, expandable content, hidden, hide, javascript, jquery, toggle, css accordion, css3 , bootstrap, bootstrap accordion, bootstrap collapse, wordpress accordion, widget, shortcode, responsive, plugin, wordpress accordion plugin
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.4.2
|
7 |
-
Stable tag: 1.6.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -103,6 +103,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
103 |
|
104 |
== Changelog ==
|
105 |
|
|
|
|
|
|
|
106 |
= 1.6.2 24-Mar-2016 =
|
107 |
* New: Add WYSIWYG Editor for accordion description.
|
108 |
|
4 |
Tags: Accordion, accordions, accordion plugin, accordion plugin jquery, accordions plugin wordpress, accordions shortcode, accordion shortcode, accordions Widget, accordion Widget, jQuery accordions, Responsive accordion, Responsive accordions, collapsable content, collapse, collapsible, display, expand, expandable, expandable content, hidden, hide, javascript, jquery, toggle, css accordion, css3 , bootstrap, bootstrap accordion, bootstrap collapse, wordpress accordion, widget, shortcode, responsive, plugin, wordpress accordion plugin
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.4.2
|
7 |
+
Stable tag: 1.6.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
103 |
|
104 |
== Changelog ==
|
105 |
|
106 |
+
= 1.6.3 24-Mar-2016 =
|
107 |
+
* resolved media thumbnail padding css conflict issue.
|
108 |
+
|
109 |
= 1.6.2 24-Mar-2016 =
|
110 |
* New: Add WYSIWYG Editor for accordion description.
|
111 |
|
responsive-accordion.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Responsive Accordion And Collapse
|
4 |
-
* Version: 1.6.
|
5 |
* Description: Responsive Accordion is the most easiest drag & drop accordion builder for WordPress. You can generate multiple accordion and collapse with multiple colour.
|
6 |
* Author: wpshopmart
|
7 |
* Author URI: http://www.wpshopmart.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Responsive Accordion And Collapse
|
4 |
+
* Version: 1.6.3
|
5 |
* Description: Responsive Accordion is the most easiest drag & drop accordion builder for WordPress. You can generate multiple accordion and collapse with multiple colour.
|
6 |
* Author: wpshopmart
|
7 |
* Author URI: http://www.wpshopmart.com
|