Changeset 1448206
- Timestamp:
- 07/03/2016 10:38:54 PM (10 years ago)
- Location:
- pluton-panel
- Files:
-
- 49 added
- 3 edited
-
tags/1.0.3 (added)
-
tags/1.0.3/includes (added)
-
tags/1.0.3/includes/config (added)
-
tags/1.0.3/includes/config/polylang.php (added)
-
tags/1.0.3/includes/config/wpml.php (added)
-
tags/1.0.3/includes/metabox (added)
-
tags/1.0.3/includes/metabox/assets (added)
-
tags/1.0.3/includes/metabox/assets/pluton-metabox.css (added)
-
tags/1.0.3/includes/metabox/assets/pluton-metabox.js (added)
-
tags/1.0.3/includes/metabox/gallery-metabox (added)
-
tags/1.0.3/includes/metabox/gallery-metabox/delete.png (added)
-
tags/1.0.3/includes/metabox/gallery-metabox/gallery-metabox.php (added)
-
tags/1.0.3/includes/metabox/gallery-metabox/watermark.png (added)
-
tags/1.0.3/includes/metabox/metabox.php (added)
-
tags/1.0.3/includes/panel (added)
-
tags/1.0.3/includes/panel/assets (added)
-
tags/1.0.3/includes/panel/assets/ace.js (added)
-
tags/1.0.3/includes/panel/assets/admin-fields (added)
-
tags/1.0.3/includes/panel/assets/admin-fields/admin.css (added)
-
tags/1.0.3/includes/panel/assets/admin-fields/color-picker.js (added)
-
tags/1.0.3/includes/panel/assets/admin-fields/media-uploader.js (added)
-
tags/1.0.3/includes/panel/assets/ext-searchbox.js (added)
-
tags/1.0.3/includes/panel/assets/img (added)
-
tags/1.0.3/includes/panel/assets/img/addons-vc-image.png (added)
-
tags/1.0.3/includes/panel/assets/img/custom-actions-image.png (added)
-
tags/1.0.3/includes/panel/assets/img/custom-sidebar-image.png (added)
-
tags/1.0.3/includes/panel/assets/img/footer-callout-image.png (added)
-
tags/1.0.3/includes/panel/assets/img/panel-image.png (added)
-
tags/1.0.3/includes/panel/assets/img/product-share-image.png (added)
-
tags/1.0.3/includes/panel/assets/img/sticky-header-image.png (added)
-
tags/1.0.3/includes/panel/assets/img/woo-styling-image.png (added)
-
tags/1.0.3/includes/panel/assets/mode-css.js (added)
-
tags/1.0.3/includes/panel/assets/mode-javascript.js (added)
-
tags/1.0.3/includes/panel/assets/theme-chrome.js (added)
-
tags/1.0.3/includes/panel/assets/typography-customize-preview.js (added)
-
tags/1.0.3/includes/panel/custom-404.php (added)
-
tags/1.0.3/includes/panel/custom-css.php (added)
-
tags/1.0.3/includes/panel/custom-js.php (added)
-
tags/1.0.3/includes/panel/extensions.php (added)
-
tags/1.0.3/includes/panel/import-export.php (added)
-
tags/1.0.3/includes/panel/links.php (added)
-
tags/1.0.3/includes/panel/theme-panel.php (added)
-
tags/1.0.3/includes/panel/typography.php (added)
-
tags/1.0.3/includes/panel/wp-gallery.php (added)
-
tags/1.0.3/index.php (added)
-
tags/1.0.3/languages (added)
-
tags/1.0.3/languages/pluton-panel.pot (added)
-
tags/1.0.3/pluton-panel.php (added)
-
tags/1.0.3/readme.txt (added)
-
trunk/includes/panel/typography.php (modified) (1 diff)
-
trunk/pluton-panel.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pluton-panel/trunk/includes/panel/typography.php
r1443798 r1448206 73 73 'target' => '#site-logo a.site-logo-text', 74 74 'exclude' => array( 'font-color' ), 75 'active_callback' => 'pluton_cac_hasnt_custom_logo',76 75 ), 77 76 'top_menu' => array( -
pluton-panel/trunk/pluton-panel.php
r1447854 r1448206 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. 26 * Version: 1.0.3 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. 2';89 $this->version = '1.0.3'; 90 90 91 91 define( 'PP_ROOT', dirname( __FILE__ ) ); -
pluton-panel/trunk/readme.txt
r1447852 r1448206 4 4 Requires at least: 3.5 5 5 Tested up to: 4.5.3 6 Stable tag: 1.0. 26 Stable tag: 1.0.3 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 34 34 == Changelog == 35 35 36 = 1.0.3 = 37 Small problem with the customizer fixed. 38 36 39 = 1.0.2 = 37 40 Removed favicons settings, I use the default WordPress core function via the customizer.
Note: See TracChangeset
for help on using the changeset viewer.