Changeset 587537
- Timestamp:
- 08/20/2012 12:59:46 AM (14 years ago)
- Location:
- dynamics-sidebars
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.6 (copied) (copied from dynamics-sidebars/trunk)
-
tags/1.0.6/dynamics-sidebars.php (modified) (1 diff)
-
tags/1.0.6/includes/class-dynamic-sidebars.php (modified) (1 diff)
-
tags/1.0.6/readme.txt (modified) (3 diffs)
-
trunk/dynamics-sidebars.php (modified) (1 diff)
-
trunk/includes/class-dynamic-sidebars.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamics-sidebars/tags/1.0.6/dynamics-sidebars.php
r587056 r587537 7 7 * Author Name: Alysson Bortoli 8 8 * Author URI: http://twitter.com/akbortoli 9 * Version: 1.0. 59 * Version: 1.0.6 10 10 * License: GPLv2 or later 11 11 */ -
dynamics-sidebars/tags/1.0.6/includes/class-dynamic-sidebars.php
r571522 r587537 85 85 86 86 // hook 87 do_action( 'ds_init', &$this );87 do_action( 'ds_init', $this ); 88 88 } 89 89 -
dynamics-sidebars/tags/1.0.6/readme.txt
r587056 r587537 5 5 Requires at least: 3.0 6 6 Tested up to: 3.4.1 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 137 137 138 138 == Changelog == 139 140 = 1.0.6 = 141 142 * Fixed issue when trying to activate the plugin. (PHP 5.4) 139 143 140 144 = 1.0.5 = … … 210 214 == Upgrade Notice == 211 215 212 Fixed bug where users could not uninstall the plugin.216 Fixed issue when trying to activate the plugin. (PHP 5.4) 213 217 214 218 == Internationalization (i18n) == -
dynamics-sidebars/trunk/dynamics-sidebars.php
r587056 r587537 7 7 * Author Name: Alysson Bortoli 8 8 * Author URI: http://twitter.com/akbortoli 9 * Version: 1.0. 59 * Version: 1.0.6 10 10 * License: GPLv2 or later 11 11 */ -
dynamics-sidebars/trunk/includes/class-dynamic-sidebars.php
r571522 r587537 85 85 86 86 // hook 87 do_action( 'ds_init', &$this );87 do_action( 'ds_init', $this ); 88 88 } 89 89 -
dynamics-sidebars/trunk/readme.txt
r587056 r587537 5 5 Requires at least: 3.0 6 6 Tested up to: 3.4.1 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 137 137 138 138 == Changelog == 139 140 = 1.0.6 = 141 142 * Fixed issue when trying to activate the plugin. (PHP 5.4) 139 143 140 144 = 1.0.5 = … … 210 214 == Upgrade Notice == 211 215 212 Fixed bug where users could not uninstall the plugin.216 Fixed issue when trying to activate the plugin. (PHP 5.4) 213 217 214 218 == Internationalization (i18n) ==
Note: See TracChangeset
for help on using the changeset viewer.