Collapse-O-Matic - Version 1.5.6

Version Description

  • fixed admin_init error
Download this release

Release Info

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

Code changes from version 1.5.5 to 1.5.6

Files changed (2) hide show
  1. collapse-o-matic.php +8 -1
  2. readme.txt +7 -1
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.5.5
9
  Author: twinpictures, baden03
10
  Author URI: http://twinpictures.de/
11
  License: GPL2
@@ -120,6 +120,13 @@ class WP_Collapse_O_Matic {
120
  }
121
  }
122
 
 
 
 
 
 
 
 
123
 
124
  /**
125
  * Callback shortcode
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.5.6
9
  Author: twinpictures, baden03
10
  Author URI: http://twinpictures.de/
11
  License: GPL2
120
  }
121
  }
122
 
123
+ /**
124
+ * Callback admin_init
125
+ */
126
+ function admin_init() {
127
+ // register settings
128
+ register_setting( $this->domain, $this->options_name );
129
+ }
130
 
131
  /**
132
  * Callback shortcode
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
6
  Requires at least: 3.5
7
  Tested up to: 3.8
8
- Stable tag: 1.5.5
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.5.5 =
54
  * updated for 3.8
55
  * cleaned up old code
@@ -221,6 +224,9 @@ Fixed auto-expand of urls with id-anchors
221
 
222
  == Upgrade Notice ==
223
 
 
 
 
224
  = 1.5.5 =
225
  * updated for 3.8
226
  * cleaned up old code
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
6
  Requires at least: 3.5
7
  Tested up to: 3.8
8
+ Stable tag: 1.5.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
50
 
51
  == Changelog ==
52
 
53
+ = 1.5.6 =
54
+ * fixed admin_init error
55
+
56
  = 1.5.5 =
57
  * updated for 3.8
58
  * cleaned up old code
224
 
225
  == Upgrade Notice ==
226
 
227
+ = 1.5.6 =
228
+ * admin_init error is fixed. oops!
229
+
230
  = 1.5.5 =
231
  * updated for 3.8
232
  * cleaned up old code