Changeset 1447854
- Timestamp:
- 07/02/2016 06:25:45 PM (10 years ago)
- Location:
- pluton-panel
- Files:
-
- 2 edited
-
tags/1.0.2/pluton-panel.php (modified) (2 diffs)
-
trunk/pluton-panel.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pluton-panel/tags/1.0.2/pluton-panel.php
r1447852 r1447854 4 4 * Plugin URI: https://plutonwp.com/extension/pluton-panel/ 5 5 * Description: Add meta boxes for your posts, pages, posts types and Theme Panel to extend the functionality of the theme. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: PlutonWP 8 8 * Author URI: https://plutonwp.com/ … … 87 87 $this->plugin_url = plugin_dir_url( __FILE__ ); 88 88 $this->plugin_path = plugin_dir_path( __FILE__ ); 89 $this->version = '1.0. 1';89 $this->version = '1.0.2'; 90 90 91 91 define( 'PP_ROOT', dirname( __FILE__ ) ); -
pluton-panel/trunk/pluton-panel.php
r1443798 r1447854 4 4 * Plugin URI: https://plutonwp.com/extension/pluton-panel/ 5 5 * Description: Add meta boxes for your posts, pages, posts types and Theme Panel to extend the functionality of the theme. 6 * Version: 1.0. 16 * Version: 1.0.2 7 7 * Author: PlutonWP 8 8 * Author URI: https://plutonwp.com/ … … 87 87 $this->plugin_url = plugin_dir_url( __FILE__ ); 88 88 $this->plugin_path = plugin_dir_path( __FILE__ ); 89 $this->version = '1.0. 1';89 $this->version = '1.0.2'; 90 90 91 91 define( 'PP_ROOT', dirname( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.