Plugin Directory

Changeset 2147592


Ignore:
Timestamp:
08/29/2019 08:19:47 AM (7 years ago)
Author:
labs64
Message:

Preparing for 0.9.4 release

Location:
pluginpass-pro-plugintheme-licensing/trunk
Files:
1 added
4 edited

Legend:

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

    r2146523 r2147592  
    88Tested up to: 5.2.2
    99Requires PHP: 5.6
    10 Stable tag: 0.9.3
     10Stable tag: 0.9.4
    1111License: GPLv2 or later
    1212License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    3434Payment gateways supported in the plugin:
    3535
    36 * PayPal Standard
     36* PayPal
    3737* Stripe
     38* MyCommerce
     39* FastSpring
    3840* Braintree - *PLANNED*
    3941* Authorize.net - *PLANNED*
     
    4648
    4749`
    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 );
    4951if ($quard->validate( $product_module_number )) {
    5052    // do something
     
    129131For more details on Labs64 NetLicensing data protection provisions visit Labs64 [Privacy Center](https://www.labs64.de/confluence/x/vQEKAQ).
    130132
     133= Controller’s Responsibilities =
     134
     135The 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
     137If 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
    131139== Screenshots ==
    132140
    133 1. PluginPass Settings
     1411. PluginPass Overview
     1422. PluginPass Settings
    134143
    135144== 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
    136149
    137150= 0.9.3 =
  • pluginpass-pro-plugintheme-licensing/trunk/constants.php

    r2146523 r2147592  
    88define( __NAMESPACE__ . '\NS', __NAMESPACE__ . '\\' );
    99
    10 define( NS . 'PLUGIN_VERSION', '0.9.3' );
     10define( NS . 'PLUGIN_VERSION', '0.9.4' );
    1111
    1212define( NS . 'PLUGIN_NAME', 'pluginpass' );
  • pluginpass-pro-plugintheme-licensing/trunk/pluginpass.php

    r2146523 r2147592  
    1616 * Plugin URI:        https://github.com/Labs64/PluginPass
    1717 * Description:       WordPress Plugin/Theme Licensing powered by Labs64 NetLicensing
    18  * Version:           0.9.3
     18 * Version:           0.9.4
    1919 * Author:            Labs64
    2020 * Author URI:        https://netlicensing.io
Note: See TracChangeset for help on using the changeset viewer.