Changeset 3257510
- Timestamp:
- 03/18/2025 06:59:14 AM (10 months ago)
- Location:
- license-mxt
- Files:
-
- 2 edited
-
tags/1.0.0/README.txt (modified) (5 diffs)
-
trunk/README.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
license-mxt/tags/1.0.0/README.txt
r3222065 r3257510 6 6 Requires PHP: 7.0 7 7 Stable tag: 1.0.0 8 License: GPL v2 or later8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 … … 12 12 13 13 == Description == 14 15 14 License MXT provides a complete solution for managing software licenses within WordPress. Generate, validate and track license keys for your plugins and themes through an intuitive dashboard and RESTful API. 16 15 17 16 Key Features: 18 19 17 * License key generation and management 20 18 * Real-time license validation via REST API … … 26 24 27 25 == Installation == 28 29 26 1. Upload `license-mxt` folder to the `/wp-content/plugins/` directory 30 27 2. Activate the plugin through the 'Plugins' menu in WordPress … … 32 29 33 30 == Frequently Asked Questions == 34 35 31 = Can I use this for multiple products? = 36 37 32 Yes, you can manage licenses for multiple products by assigning unique product IDs. 38 33 39 34 = Is the API secure? = 40 41 35 Yes, the API uses WordPress REST API authentication and nonce verification. 42 36 43 37 = Can I limit licenses to specific domains? = 44 45 38 Yes, you can track and validate site URLs for each license key. 46 39 40 == Screenshots == 41 1. Dashboard overview 42 2. License management interface 43 3. API documentation 44 47 45 == Changelog == 48 49 46 = 1.0.0 = 50 47 * Initial release … … 55 52 56 53 == Upgrade Notice == 57 58 54 = 1.0.0 = 59 55 Initial release 60 56 61 57 == Integration Example == 62 63 58 Basic license validation: 64 65 59 ` 66 60 $response = wp_remote_post('https://your-site.com/wp-json/license-mxt/v1/validate', [ -
license-mxt/trunk/README.txt
r3222061 r3257510 6 6 Requires PHP: 7.0 7 7 Stable tag: 1.0.0 8 License: GPL v2 or later8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 … … 12 12 13 13 == Description == 14 15 14 License MXT provides a complete solution for managing software licenses within WordPress. Generate, validate and track license keys for your plugins and themes through an intuitive dashboard and RESTful API. 16 15 17 16 Key Features: 18 19 17 * License key generation and management 20 18 * Real-time license validation via REST API … … 26 24 27 25 == Installation == 28 29 26 1. Upload `license-mxt` folder to the `/wp-content/plugins/` directory 30 27 2. Activate the plugin through the 'Plugins' menu in WordPress … … 32 29 33 30 == Frequently Asked Questions == 34 35 31 = Can I use this for multiple products? = 36 37 32 Yes, you can manage licenses for multiple products by assigning unique product IDs. 38 33 39 34 = Is the API secure? = 40 41 35 Yes, the API uses WordPress REST API authentication and nonce verification. 42 36 43 37 = Can I limit licenses to specific domains? = 44 45 38 Yes, you can track and validate site URLs for each license key. 46 39 40 == Screenshots == 41 1. Dashboard overview 42 2. License management interface 43 3. API documentation 44 47 45 == Changelog == 48 49 46 = 1.0.0 = 50 47 * Initial release … … 55 52 56 53 == Upgrade Notice == 57 58 54 = 1.0.0 = 59 55 Initial release 60 56 61 57 == Integration Example == 62 63 58 Basic license validation: 64 65 59 ` 66 60 $response = wp_remote_post('https://your-site.com/wp-json/license-mxt/v1/validate', [
Note: See TracChangeset
for help on using the changeset viewer.