Changeset 2158680
- Timestamp:
- 09/18/2019 04:32:24 PM (7 years ago)
- Location:
- pluginpass-pro-plugintheme-licensing/trunk
- Files:
-
- 5 edited
-
README.txt (modified) (4 diffs)
-
assets/banner-1544x500.png (modified) (previous)
-
assets/banner-772x250.png (modified) (previous)
-
constants.php (modified) (1 diff)
-
pluginpass.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pluginpass-pro-plugintheme-licensing/trunk/README.txt
r2152916 r2158680 8 8 Tested up to: 5.2.2 9 9 Requires PHP: 5.6 10 Stable tag: 0.9. 910 Stable tag: 0.9.10 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 16 16 == Description == 17 17 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.18 Easily 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"). 19 19 20 20 The 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. … … 129 129 == Changelog == 130 130 131 = 0.9.10 = 132 * Update: Plugin description and banner 133 131 134 = 0.9.9 = 132 * TODO 135 * Add plugins meta info 136 * Improve example code 133 137 134 138 = 0.9.8 = … … 139 143 * Update: User consent before validation #13 140 144 141 = 0.9. 9=145 = 0.9.10 = 142 146 * Fix: Adjust User-Agent to reflect plugin name and version #14 143 147 * Update: plugin documentation -
pluginpass-pro-plugintheme-licensing/trunk/constants.php
r2152916 r2158680 8 8 define( __NAMESPACE__ . '\NS', __NAMESPACE__ . '\\' ); 9 9 10 define( NS . 'PLUGIN_VERSION', '0.9. 9' );10 define( NS . 'PLUGIN_VERSION', '0.9.10' ); 11 11 12 12 define( NS . 'PLUGIN_NAME', 'pluginpass' ); -
pluginpass-pro-plugintheme-licensing/trunk/pluginpass.php
r2152916 r2158680 15 15 * Plugin Name: PluginPass 16 16 * Plugin URI: https://github.com/Labs64/PluginPass 17 * Description: WordPress Plugin/Theme Licensing powered by Labs64 NetLicensing18 * Version: 0.9. 917 * 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 19 19 * Author: Labs64 20 20 * Author URI: https://netlicensing.io
Note: See TracChangeset
for help on using the changeset viewer.