forked from wp-plugins/software-license-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
85 lines (60 loc) · 3.15 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
=== Software License Manager ===
Contributors: Tips and Tricks HQ, Peter Petreski, Ruhul Amin
Donate link: https://www.tipsandtricks-hq.com/software-license-manager-plugin-for-wordpress
Tags: license key, serial key, manager, license, serial, key, selling, sell, license activation, manage license, software license, software license manager
Requires at least: 3.0
Tested up to: 4.3
Stable tag: 1.8
License: GPLv2 or later
Create and manage license keys for your software applications easily
== Description ==
Software license management solution for your web applications (WordPress plugins, Themes, PHP based membership script etc.)
This plugin is very useful for creating a license server and doing the following via API:
- Create license keys in your system (license server)
- Check the status of a license key from from your application (remotely)
- Activate a license key from your application (remotely)
- Deactivate a license key (remotely)
- Check a license key (remotely)
- Track where the license key is being used.
You can also create license keys manually from the admin dashboard of this plugin.
= Please note that this plugin is ONLY for developers =
Check [license manager documentation](https://www.tipsandtricks-hq.com/software-license-manager-plugin-for-wordpress) to learn more.
= Integration with WP eStore =
Check [WP eStore integration documentation](https://www.tipsandtricks-hq.com/ecommerce/integrate-wp-estore-with-software-license-manager-plugin-3731)
== Installation ==
1. Go to the Add New plugins screen in your WordPress admin area
1. Click the upload tab
1. Browse for the plugin file (software-license-manager.zip)
1. Click Install Now and then activate the plugin
== Frequently Asked Questions ==
None
== Screenshots ==
See the following page:
https://www.tipsandtricks-hq.com/software-license-manager-plugin-for-wordpress
== Changelog ==
= 1.8 =
- Added new hooks before the API query is executed. This allows a developer to override the API query and do custom stuff.
- Added a new API to check the details of an existing license key.
= 1.7 =
* The license key is also included with the response sent to the new license creation request. Below is an example response:
{"result":"success","message":"License successfully created","key":"5580effe188d3"}
* You can now pass a pre-generated license key to the license creation API using the "license_key" parameter in the request.
= 1.6 =
* Updated the sample plugin code so the query works better.
* Added the ability to reset the debug log file from the plugin settings interface.
* The item_reference value will be stored in the database (if sent via the activation API query).
= 1.5 =
* Added the option to search a license key from the manage licenses interface.
= 1.4 =
* Updated the license key creation API check to use the value from "Secret Key for License Creation" field.
= 1.3 =
* Added more sanitization.
= 1.2 =
* Fixed a bug with the bulk delete license operation.
= 1.1 =
* First commit to wordpress repository.
== Upgrade Notice ==
None
== Arbitrary section ==
See the following sample/example for multi-site environment/setup:
https://github.com/paratheme/Software-License-Manager-Multisite-licensed