Plugin Directory

Changeset 1447854


Ignore:
Timestamp:
07/02/2016 06:25:45 PM (10 years ago)
Author:
plutonwp
Message:

readme

Location:
pluton-panel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pluton-panel/tags/1.0.2/pluton-panel.php

    r1447852 r1447854  
    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.1
     6 * Version:             1.0.2
    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.1';
     89        $this->version          = '1.0.2';
    9090
    9191        define( 'PP_ROOT', dirname( __FILE__ ) );
  • pluton-panel/trunk/pluton-panel.php

    r1443798 r1447854  
    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.1
     6 * Version:             1.0.2
    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.1';
     89        $this->version          = '1.0.2';
    9090
    9191        define( 'PP_ROOT', dirname( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.