Changeset 1466321
- Timestamp:
- 08/02/2016 04:45:41 PM (10 years ago)
- Location:
- pluton-custom-sidebar
- Files:
-
- 4 edited
-
tags/1.0.1/pluton-custom-sidebar.php (modified) (2 diffs)
-
tags/1.0.1/readme.txt (modified) (2 diffs)
-
trunk/pluton-custom-sidebar.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pluton-custom-sidebar/tags/1.0.1/pluton-custom-sidebar.php
r1457838 r1466321 4 4 * Plugin URI: https://plutonwp.com/extension/pluton-custom-sidebar/ 5 5 * Description: Create an unlimited number of sidebars and assign unlimited number of widgets. 6 * Version: 1.0. 16 * Version: 1.0.0 7 7 * Author: PlutonWP 8 8 * Author URI: https://plutonwp.com/ 9 9 * Requires at least: 4.0.0 10 * Tested up to: 4. 5.210 * Tested up to: 4.6 11 11 * 12 12 * Text Domain: pluton-custom-sidebar … … 91 91 $this->plugin_url = plugin_dir_url( __FILE__ ); 92 92 $this->plugin_path = plugin_dir_path( __FILE__ ); 93 $this->version = '1.0. 1';93 $this->version = '1.0.0'; 94 94 95 95 register_activation_hook( __FILE__, array( $this, 'install' ) ); -
pluton-custom-sidebar/tags/1.0.1/readme.txt
r1457838 r1466321 3 3 Tags: sidebar, custom sidebar, unlimited sidebar, widgets, pluton 4 4 Requires at least: 4.0.0 5 Tested up to: 4. 5.36 Stable tag: 1.0. 15 Tested up to: 4.6 6 Stable tag: 1.0.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 33 33 == Changelog == 34 34 35 = 1.0.1 =36 Small improvement.37 38 35 = 1.0.0 = 39 36 Initial release. -
pluton-custom-sidebar/trunk/pluton-custom-sidebar.php
r1457838 r1466321 4 4 * Plugin URI: https://plutonwp.com/extension/pluton-custom-sidebar/ 5 5 * Description: Create an unlimited number of sidebars and assign unlimited number of widgets. 6 * Version: 1.0. 16 * Version: 1.0.0 7 7 * Author: PlutonWP 8 8 * Author URI: https://plutonwp.com/ 9 9 * Requires at least: 4.0.0 10 * Tested up to: 4. 5.210 * Tested up to: 4.6 11 11 * 12 12 * Text Domain: pluton-custom-sidebar … … 91 91 $this->plugin_url = plugin_dir_url( __FILE__ ); 92 92 $this->plugin_path = plugin_dir_path( __FILE__ ); 93 $this->version = '1.0. 1';93 $this->version = '1.0.0'; 94 94 95 95 register_activation_hook( __FILE__, array( $this, 'install' ) ); -
pluton-custom-sidebar/trunk/readme.txt
r1457838 r1466321 3 3 Tags: sidebar, custom sidebar, unlimited sidebar, widgets, pluton 4 4 Requires at least: 4.0.0 5 Tested up to: 4. 5.36 Stable tag: 1.0. 15 Tested up to: 4.6 6 Stable tag: 1.0.0 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 33 33 == Changelog == 34 34 35 = 1.0.1 =36 Small improvement.37 38 35 = 1.0.0 = 39 36 Initial release.
Note: See TracChangeset
for help on using the changeset viewer.