Changeset 1502940
- Timestamp:
- 09/26/2016 04:18:26 PM (10 years ago)
- Location:
- pluton-panel
- Files:
-
- 50 added
- 3 edited
-
tags/1.0.8.1 (added)
-
tags/1.0.8.1/includes (added)
-
tags/1.0.8.1/includes/config (added)
-
tags/1.0.8.1/includes/config/polylang.php (added)
-
tags/1.0.8.1/includes/config/wpml.php (added)
-
tags/1.0.8.1/includes/metabox (added)
-
tags/1.0.8.1/includes/metabox/assets (added)
-
tags/1.0.8.1/includes/metabox/assets/pluton-metabox.css (added)
-
tags/1.0.8.1/includes/metabox/assets/pluton-metabox.js (added)
-
tags/1.0.8.1/includes/metabox/gallery-metabox (added)
-
tags/1.0.8.1/includes/metabox/gallery-metabox/delete.png (added)
-
tags/1.0.8.1/includes/metabox/gallery-metabox/gallery-metabox.php (added)
-
tags/1.0.8.1/includes/metabox/gallery-metabox/watermark.png (added)
-
tags/1.0.8.1/includes/metabox/metabox.php (added)
-
tags/1.0.8.1/includes/panel (added)
-
tags/1.0.8.1/includes/panel/assets (added)
-
tags/1.0.8.1/includes/panel/assets/ace.js (added)
-
tags/1.0.8.1/includes/panel/assets/admin-fields (added)
-
tags/1.0.8.1/includes/panel/assets/admin-fields/admin.css (added)
-
tags/1.0.8.1/includes/panel/assets/admin-fields/color-picker.js (added)
-
tags/1.0.8.1/includes/panel/assets/admin-fields/media-uploader.js (added)
-
tags/1.0.8.1/includes/panel/assets/ext-searchbox.js (added)
-
tags/1.0.8.1/includes/panel/assets/img (added)
-
tags/1.0.8.1/includes/panel/assets/img/addons-vc-image.png (added)
-
tags/1.0.8.1/includes/panel/assets/img/custom-actions-image.png (added)
-
tags/1.0.8.1/includes/panel/assets/img/custom-sidebar-image.png (added)
-
tags/1.0.8.1/includes/panel/assets/img/footer-callout-image.png (added)
-
tags/1.0.8.1/includes/panel/assets/img/panel-image.png (added)
-
tags/1.0.8.1/includes/panel/assets/img/product-share-image.png (added)
-
tags/1.0.8.1/includes/panel/assets/img/social-share-image.png (added)
-
tags/1.0.8.1/includes/panel/assets/img/sticky-header-image.png (added)
-
tags/1.0.8.1/includes/panel/assets/img/woo-styling-image.png (added)
-
tags/1.0.8.1/includes/panel/assets/mode-css.js (added)
-
tags/1.0.8.1/includes/panel/assets/mode-javascript.js (added)
-
tags/1.0.8.1/includes/panel/assets/theme-chrome.js (added)
-
tags/1.0.8.1/includes/panel/custom-404.php (added)
-
tags/1.0.8.1/includes/panel/custom-css.php (added)
-
tags/1.0.8.1/includes/panel/custom-js.php (added)
-
tags/1.0.8.1/includes/panel/customizer.php (added)
-
tags/1.0.8.1/includes/panel/extensions.php (added)
-
tags/1.0.8.1/includes/panel/image-sizes.php (added)
-
tags/1.0.8.1/includes/panel/import-export.php (added)
-
tags/1.0.8.1/includes/panel/links.php (added)
-
tags/1.0.8.1/includes/panel/theme-panel.php (added)
-
tags/1.0.8.1/includes/panel/wp-gallery.php (added)
-
tags/1.0.8.1/index.php (added)
-
tags/1.0.8.1/languages (added)
-
tags/1.0.8.1/languages/pluton-panel.pot (added)
-
tags/1.0.8.1/pluton-panel.php (added)
-
tags/1.0.8.1/readme.txt (added)
-
trunk/includes/panel/extensions.php (modified) (2 diffs)
-
trunk/pluton-panel.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pluton-panel/trunk/includes/panel/extensions.php
r1502708 r1502940 130 130 'name' => 'Product Sharing', 131 131 'desc' => 'Add social share buttons to your single product page with this free extension.', 132 ); 133 134 $aff_ref = apply_filters( 'pluton_affiliate_ref', $premium['ref_url'] ); ?> 132 ); ?> 135 133 136 134 <div id="pluton-extensions-wrap" class="wrap"> … … 155 153 <?php if ( !isset($_REQUEST['filter']) || isset( $_REQUEST['filter'] ) && $_REQUEST['filter'] == 'premium' ) { ?> 156 154 157 <?php foreach( $premium as $key => $info ) { ?> 155 <?php foreach( $premium as $key => $info ) { 156 157 $aff_ref = apply_filters( 'pluton_affiliate_ref', $info['ref_url'] ); ?> 158 158 159 159 <div class="plugin-card"> -
pluton-panel/trunk/pluton-panel.php
r1502708 r1502940 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.8 6 * Version: 1.0.8.1 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. 7';89 $this->version = '1.0.8.1'; 90 90 91 91 define( 'PP_ROOT', dirname( __FILE__ ) ); -
pluton-panel/trunk/readme.txt
r1502708 r1502940 4 4 Requires at least: 3.5 5 5 Tested up to: 4.6.1 6 Stable tag: 1.0.8 6 Stable tag: 1.0.8.1 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.8.1 = 37 Smal problem fixed with the refferal link filter. 38 36 39 = 1.0.8 = 37 40 Filter added to the Extensions section to put your own affiliate refferal.
Note: See TracChangeset
for help on using the changeset viewer.