Collapse-O-Matic - Version 1.3.18

Version Description

  • Added alternate style sheet for sites with dark backgrounds.
Download this release

Release Info

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

Code changes from version 1.3.17 to 1.3.18

Files changed (3) hide show
  1. collapse-o-matic.php +3 -3
  2. readme.txt +12 -6
  3. style-dark.css +35 -0
collapse-o-matic.php CHANGED
@@ -1,10 +1,10 @@
1
  <?php
2
  /*
3
  Plugin Name: jQuery Collapse-O-Matic
4
- Plugin URI: http://www.twinpictures.de/jquery-collapse-o-matic-1-3/
5
- Description: Collapse-O-Matic adds an `[expand]` shortcode that wraps content into a lovely, jQuery collapsible div.
6
  Version: 1.3.17
7
- Author: Twinpictures
8
  Author URI: http://twinpictures.de/
9
  License: GPL2
10
 
1
  <?php
2
  /*
3
  Plugin Name: jQuery Collapse-O-Matic
4
+ Plugin URI: http://plugins.twinpictures.de/plugins/collapse-o-matic/
5
+ Description: Collapse-O-Matic adds an [expand] shortcode that wraps content into a lovely, jQuery collapsible div.
6
  Version: 1.3.17
7
+ Author: twinpictures, baden03
8
  Author URI: http://twinpictures.de/
9
  License: GPL2
10
 
readme.txt CHANGED
@@ -1,17 +1,17 @@
1
  === jQuery Collapse-O-Matic ===
2
 
3
- Contributors: Twinpictures
4
- Donate link: http://www.twinpictures.de/jquery-collapse-o-matic-v1-3/
5
  Tags: collapse, expand, collapsible, expandable, expandable content, collapsable content, shortcode, hidden, hide, display, accordion, accordion, jQuery, javascript, roll-your-own, twinpictures
6
  Requires at least: 2.8
7
  Tested up to: 3.3.1
8
- Stable tag: 1.3.17
9
 
10
- Remove clutter, save space: display and hide additional content in a SEO friendly way. Collapse-O-Matic adds an `[expand]` shortcode that will wrap any content in an expanding and collapsing div.
11
 
12
  == Description ==
13
 
14
- Collapse-O-Matic adds an `[expand title="trigger text"]hidden content[/expand]` shortcode that will wrap any content, including other shortcodes, into a lovely jQuery expanding and collapsing div. A <a href='http://www.twinpictures.de/jquery-collapse-o-matic-1-3/'>complete listing of shortcode options and attribute demos</a> are available. This plug-in was inspired by DrLebowski's Collapsing Objects.
15
 
16
  == Installation ==
17
 
@@ -21,7 +21,7 @@ Collapse-O-Matic adds an `[expand title="trigger text"]hidden content[/expand]`
21
  1. Test that the this plug-in meets your demanding needs.
22
  1. Tweak the CSS to match your flavor.
23
  1. Rate the plug-in and verify if it works at wordpress.org.
24
- 1. Leave a comment regarding bugs, feature request, cocktail recipes at http://www.twinpictures.de/jquery-collapse-o-matic-1-3/
25
 
26
  == Frequently Asked Questions ==
27
 
@@ -44,6 +44,9 @@ No. Not even close.
44
 
45
  == Changelog ==
46
 
 
 
 
47
  = 1.3.17 =
48
  * Improved nesting collapse function for sub-levels and added support for nesting 30 levels deep.
49
 
@@ -129,6 +132,9 @@ No. Not even close.
129
 
130
  == Upgrade Notice ==
131
 
 
 
 
132
  = 1.3.17 =
133
  * Improved nesting collapse function for sub-levels and added support for nesting 30 levels deep.
134
 
1
  === jQuery Collapse-O-Matic ===
2
 
3
+ Contributors: twinpictures, baden03
4
+ 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
6
  Requires at least: 2.8
7
  Tested up to: 3.3.1
8
+ Stable tag: 1.3.18
9
 
10
+ Remove clutter, save space: display and hide additional content in a SEO friendly way. Collapse-O-Matic adds an [expand] shortcode that wrappes any content in a collapsable div.
11
 
12
  == Description ==
13
 
14
+ Collapse-O-Matic adds an `[expand title="trigger text"]hidden content[/expand]` shortcode that will wrap any content, including other shortcodes, into a lovely jQuery expanding and collapsing div. A <a href='http://plugins.twinpictures.de/plugins/collapse-o-matic/documentation/'>complete listing of shortcode options and attribute demos</a> are available, as well as <a href='http://wordpress.org/tags/jquery-collapse-o-matic'>free community</a> and <a href='http://plugins.twinpictures.de/plugins/collapse-o-matic/support/'>premium support</a>. This plug-in was inspired by DrLebowski's Collapsing Objects.
15
 
16
  == Installation ==
17
 
21
  1. Test that the this plug-in meets your demanding needs.
22
  1. Tweak the CSS to match your flavor.
23
  1. Rate the plug-in and verify if it works at wordpress.org.
24
+ 1. Leave a comment regarding bugs, feature request, cocktail recipes at http://wordpress.org/tags/jquery-collapse-o-matic/
25
 
26
  == Frequently Asked Questions ==
27
 
44
 
45
  == Changelog ==
46
 
47
+ = 1.3.18 =
48
+ * Added alternate style sheet for sites with dark backgrounds.
49
+
50
  = 1.3.17 =
51
  * Improved nesting collapse function for sub-levels and added support for nesting 30 levels deep.
52
 
132
 
133
  == Upgrade Notice ==
134
 
135
+ = 1.3.18 =
136
+ * Added alternate style sheet for sites with dark backgrounds.
137
+
138
  = 1.3.17 =
139
  * Improved nesting collapse function for sub-levels and added support for nesting 30 levels deep.
140
 
style-dark.css ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .collapseomatic {
2
+ background-image: url(images/arrow-down-dark.png);
3
+ background-repeat: no-repeat;
4
+ padding: 0 0 10px 16px;
5
+ /*border: 1px dotted blue;*/
6
+ cursor: pointer;
7
+ }
8
+ .arrowright {
9
+ background-position: top right;
10
+ padding: 0 16px 10px 0;
11
+ }
12
+ .noarrow {
13
+ background-image: none !important;
14
+ padding: 0 0 10px 0;
15
+ }
16
+ .colomat-hover {
17
+ text-decoration: underline;
18
+ }
19
+ .colomat-close {
20
+ background-image: url(images/arrow-up-dark.png);
21
+ }
22
+ .collapseomatic_excerpt, .collapseomatic_content {
23
+ margin-top: 0px;
24
+ margin-left: 16px;
25
+ padding: 0px;
26
+ }
27
+ .content_collapse_wrapper {
28
+ display: none;
29
+ }
30
+ .collapseall, .expandall {
31
+ cursor: pointer;
32
+ }
33
+ .collapseall:hover, .expandall:hover {
34
+ text-decoration: underline;
35
+ }