Collapse-O-Matic - Version 1.6.12

Version Description

  • removed css that changed the display to block on focus
Download this release

Release Info

Developer baden03
Plugin Icon 128x128 Collapse-O-Matic
Version 1.6.12
Comparing to
See all releases

Code changes from version 1.6.11 to 1.6.12

Files changed (4) hide show
  1. collapse-o-matic.php +2 -2
  2. dark_style.css +0 -1
  3. light_style.css +0 -1
  4. readme.txt +5 -3
collapse-o-matic.php CHANGED
@@ -5,7 +5,7 @@ Text Domain: colomat
5
  Domain Path: /languages
6
  Plugin URI: http://plugins.twinpictures.de/plugins/collapse-o-matic/
7
  Description: Collapse-O-Matic adds an [expand] shortcode that wraps content into a lovely, jQuery collapsible div.
8
- Version: 1.6.11
9
  Author: twinpictures, baden03
10
  Author URI: http://twinpictures.de/
11
  License: GPL2
@@ -30,7 +30,7 @@ class WP_Collapse_O_Matic {
30
  * Current version
31
  * @var string
32
  */
33
- var $version = '1.6.11';
34
 
35
  /**
36
  * Used as prefix for options entry
5
  Domain Path: /languages
6
  Plugin URI: http://plugins.twinpictures.de/plugins/collapse-o-matic/
7
  Description: Collapse-O-Matic adds an [expand] shortcode that wraps content into a lovely, jQuery collapsible div.
8
+ Version: 1.6.12
9
  Author: twinpictures, baden03
10
  Author URI: http://twinpictures.de/
11
  License: GPL2
30
  * Current version
31
  * @var string
32
  */
33
+ var $version = '1.6.12';
34
 
35
  /**
36
  * Used as prefix for options entry
dark_style.css CHANGED
@@ -5,7 +5,6 @@
5
  cursor: pointer;
6
  }
7
  .collapseomatic:focus {
8
- display: block;
9
  outline: 0;
10
  }
11
  .arrowright {
5
  cursor: pointer;
6
  }
7
  .collapseomatic:focus {
 
8
  outline: 0;
9
  }
10
  .arrowright {
light_style.css CHANGED
@@ -5,7 +5,6 @@
5
  cursor: pointer;
6
  }
7
  .collapseomatic:focus {
8
- display: block;
9
  outline: 0;
10
  }
11
  .arrowright {
5
  cursor: pointer;
6
  }
7
  .collapseomatic:focus {
 
8
  outline: 0;
9
  }
10
  .arrowright {
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: http://plugins.twinpictures.de/plugins/collapse-o-matic/
5
  Tags: collapse, expand, collapsible, expandable, expandable content, collapsable content, shortcode, hidden, hide, display, accordion, accordion, jQuery, javascript, roll-your-own, twinpictures, read me, read more, more, plugin oven
6
  Requires at least: 3.9
7
  Tested up to: 4.2.2
8
- Stable tag: 1.6.11
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -50,6 +50,9 @@ No. Not even close.
50
 
51
  == Changelog ==
52
 
 
 
 
53
  = 1.6.11 =
54
  * added css to remove the border on focus
55
 
@@ -296,5 +299,4 @@ Fixed auto-expand of urls with id-anchors
296
 
297
  == Upgrade Notice ==
298
 
299
- = 1.6.11 =
300
- * the plugin has been turned up to 11… but the focus borders have been turned down to 0.
5
  Tags: collapse, expand, collapsible, expandable, expandable content, collapsable content, shortcode, hidden, hide, display, accordion, accordion, jQuery, javascript, roll-your-own, twinpictures, read me, read more, more, plugin oven
6
  Requires at least: 3.9
7
  Tested up to: 4.2.2
8
+ Stable tag: 1.6.12
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
50
 
51
  == Changelog ==
52
 
53
+ = 1.6.12 =
54
+ * removed css that changed the display to block on focus
55
+
56
  = 1.6.11 =
57
  * added css to remove the border on focus
58
 
299
 
300
  == Upgrade Notice ==
301
 
302
+ * removed css that changed the display to block on focus causing span triggers to jump down to the next line.