Plugin Directory

Changeset 2158680


Ignore:
Timestamp:
09/18/2019 04:32:24 PM (7 years ago)
Author:
labs64
Message:

Preparing for 0.9.10 release

Location:
pluginpass-pro-plugintheme-licensing/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • pluginpass-pro-plugintheme-licensing/trunk/README.txt

    r2152916 r2158680  
    88Tested up to: 5.2.2
    99Requires PHP: 5.6
    10 Stable tag: 0.9.9
     10Stable tag: 0.9.10
    1111License: GPLv2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1616== Description ==
    1717
    18 PluginPass is a *WordPress License Manager* backed by [Labs64 NetLicensing](https://netlicensing.io "Software License Management") that makes it easy to control the use and monetize your WordPress plugins and themes.
     18Easily control the use and monetize your WordPress plugins and themes using PluginPass - a *WordPress License Manager* backed by [Labs64 NetLicensing](https://netlicensing.io "Software License Management").
    1919
    2020The Plugin is designed to be easy-to-use, which you easily define as a dependency to your plugin or theme, so this takes care of the plugin’s & theme’s features activation and validation.
     
    129129== Changelog ==
    130130
     131= 0.9.10 =
     132* Update: Plugin description and banner
     133
    131134= 0.9.9 =
    132 * TODO
     135* Add plugins meta info
     136* Improve example code
    133137
    134138= 0.9.8 =
     
    139143* Update: User consent before validation #13
    140144
    141 = 0.9.9 =
     145= 0.9.10 =
    142146* Fix: Adjust User-Agent to reflect plugin name and version #14
    143147* Update: plugin documentation
  • pluginpass-pro-plugintheme-licensing/trunk/constants.php

    r2152916 r2158680  
    88define( __NAMESPACE__ . '\NS', __NAMESPACE__ . '\\' );
    99
    10 define( NS . 'PLUGIN_VERSION', '0.9.9' );
     10define( NS . 'PLUGIN_VERSION', '0.9.10' );
    1111
    1212define( NS . 'PLUGIN_NAME', 'pluginpass' );
  • pluginpass-pro-plugintheme-licensing/trunk/pluginpass.php

    r2152916 r2158680  
    1515 * Plugin Name:       PluginPass
    1616 * Plugin URI:        https://github.com/Labs64/PluginPass
    17  * Description:       WordPress Plugin/Theme Licensing powered by Labs64 NetLicensing
    18  * Version:           0.9.9
     17 * Description:       Easily control the use and monetize your WordPress plugins and themes using PluginPass - a WordPress License Manager backed by Labs64 NetLicensing.
     18 * Version:           0.9.10
    1919 * Author:            Labs64
    2020 * Author URI:        https://netlicensing.io
Note: See TracChangeset for help on using the changeset viewer.