Plugin Directory

Changeset 1502940


Ignore:
Timestamp:
09/26/2016 04:18:26 PM (10 years ago)
Author:
plutonwp
Message:

new version

Location:
pluton-panel
Files:
50 added
3 edited

Legend:

Unmodified
Added
Removed
  • pluton-panel/trunk/includes/panel/extensions.php

    r1502708 r1502940  
    130130            'name'  => 'Product Sharing',
    131131            '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        ); ?>
    135133
    136134        <div id="pluton-extensions-wrap" class="wrap">
     
    155153                    <?php if ( !isset($_REQUEST['filter']) || isset( $_REQUEST['filter'] ) && $_REQUEST['filter'] == 'premium' ) { ?>
    156154                   
    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'] ); ?>
    158158                   
    159159                    <div class="plugin-card">
  • pluton-panel/trunk/pluton-panel.php

    r1502708 r1502940  
    44 * Plugin URI:          https://plutonwp.com/extension/pluton-panel/
    55 * 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
    77 * Author:              PlutonWP
    88 * Author URI:          https://plutonwp.com/
     
    8787        $this->plugin_url       = plugin_dir_url( __FILE__ );
    8888        $this->plugin_path      = plugin_dir_path( __FILE__ );
    89         $this->version          = '1.0.7';
     89        $this->version          = '1.0.8.1';
    9090
    9191        define( 'PP_ROOT', dirname( __FILE__ ) );
  • pluton-panel/trunk/readme.txt

    r1502708 r1502940  
    44Requires at least: 3.5
    55Tested up to: 4.6.1
    6 Stable tag: 1.0.8
     6Stable tag: 1.0.8.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3434== Changelog ==
    3535
     36= 1.0.8.1 =
     37Smal problem fixed with the refferal link filter.
     38
    3639= 1.0.8 =
    3740Filter added to the Extensions section to put your own affiliate refferal.
Note: See TracChangeset for help on using the changeset viewer.