Changeset 2147592
- Timestamp:
- 08/29/2019 08:19:47 AM (7 years ago)
- Location:
- pluginpass-pro-plugintheme-licensing/trunk
- Files:
-
- 1 added
- 4 edited
-
README.txt (modified) (4 diffs)
-
constants.php (modified) (1 diff)
-
pluginpass.php (modified) (1 diff)
-
screenshot-1.png (modified) (previous)
-
screenshot-2.png (added)
Legend:
- Unmodified
- Added
- Removed
-
pluginpass-pro-plugintheme-licensing/trunk/README.txt
r2146523 r2147592 8 8 Tested up to: 5.2.2 9 9 Requires PHP: 5.6 10 Stable tag: 0.9. 310 Stable tag: 0.9.4 11 11 License: GPLv2 or later 12 12 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 34 34 Payment gateways supported in the plugin: 35 35 36 * PayPal Standard36 * PayPal 37 37 * Stripe 38 * MyCommerce 39 * FastSpring 38 40 * Braintree - *PLANNED* 39 41 * Authorize.net - *PLANNED* … … 46 48 47 49 ` 48 $quard = new \PluginPass\Inc\Common\PluginPass_Guard( $api_key, $product_number, $plugin_ name);50 $quard = new \PluginPass\Inc\Common\PluginPass_Guard( $api_key, $product_number, $plugin_folder ); 49 51 if ($quard->validate( $product_module_number )) { 50 52 // do something … … 129 131 For more details on Labs64 NetLicensing data protection provisions visit Labs64 [Privacy Center](https://www.labs64.de/confluence/x/vQEKAQ). 130 132 133 = Controller’s Responsibilities = 134 135 The controller is the principal party for data collection responsibilities. These responsibilities include collecting individual’s consent, storing of the data, managing consent-revoking, enabling the right to access, etc. 136 137 If an individual revokes consent, the controller will be responsible for initiating this request. Therefore, on receipt of this request, it will be responsible to remove the revoked data through NetLicensing vendor account. 138 131 139 == Screenshots == 132 140 133 1. PluginPass Settings 141 1. PluginPass Overview 142 2. PluginPass Settings 134 143 135 144 == Changelog == 145 146 = 0.9.4 = 147 * Update: Add legal info and references to the plugin #12 148 * Update: Document MyCommerce, FastSpring as the supported payment gateways 136 149 137 150 = 0.9.3 = -
pluginpass-pro-plugintheme-licensing/trunk/constants.php
r2146523 r2147592 8 8 define( __NAMESPACE__ . '\NS', __NAMESPACE__ . '\\' ); 9 9 10 define( NS . 'PLUGIN_VERSION', '0.9. 3' );10 define( NS . 'PLUGIN_VERSION', '0.9.4' ); 11 11 12 12 define( NS . 'PLUGIN_NAME', 'pluginpass' ); -
pluginpass-pro-plugintheme-licensing/trunk/pluginpass.php
r2146523 r2147592 16 16 * Plugin URI: https://github.com/Labs64/PluginPass 17 17 * Description: WordPress Plugin/Theme Licensing powered by Labs64 NetLicensing 18 * Version: 0.9. 318 * Version: 0.9.4 19 19 * Author: Labs64 20 20 * Author URI: https://netlicensing.io
Note: See TracChangeset
for help on using the changeset viewer.