mirror of
https://ghproxy.net/https://github.com/michelve/software-license-manager.git
synced 2025-10-04 02:06:37 +08:00
added change-log and updated readme file
This commit is contained in:
parent
27fe73fe55
commit
123564f08b
2 changed files with 74 additions and 13 deletions
32
README.md
32
README.md
|
@ -15,9 +15,10 @@ Software license management solution for your web applications (WordPress plugin
|
|||
|
||||
This plugin is very useful for creating a license server and doing the following via API:
|
||||
|
||||
Postman samples:
|
||||
## Postman samples:
|
||||
[Demo and samples:]( https://documenter.getpostman.com/view/307939/6tjU1FL?version=latest).
|
||||
|
||||
## Features:
|
||||
- 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)
|
||||
|
@ -29,9 +30,11 @@ Postman samples:
|
|||
- Track activation date
|
||||
- You can also create license keys manually from the admin dashboard of this plugin.
|
||||
- Bulk actions are now available
|
||||
- [ ] WIP - Users and admins can export licenses
|
||||
- [ ] WIP - License activity log, track requests and activations per license
|
||||
- [ ] WIP - Admin widgets
|
||||
- Users and admins can export licenses (new)
|
||||
- View licenses by subscribers (new)
|
||||
- License info is now included inside woocommerce order (new)
|
||||
- License activity log, track requests and activations per license (new)
|
||||
- Admin stats widgets (new)
|
||||
- [ ] WIP - Send emails on expiration and activation
|
||||
|
||||
## Installation
|
||||
|
@ -45,20 +48,25 @@ Postman samples:
|
|||
- [-] WP eStore
|
||||
- [-] WP Download Manager
|
||||
|
||||
## Changelog and history
|
||||
Changelog: [View changelog](https://github.com/michelve/software-license-manager/blob/master/CHANGELOG.md)
|
||||
|
||||
|
||||
## Screenshots
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/images/Screen-Shot-0.png?raw=true" width=800 alt="Software License Manager" />
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/previews/dashboard.png?raw=true" width=800 alt="Software License Manager" />
|
||||
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/images/Screen-Shot-1.png?raw=true" width=800 alt="Software License Manager" />
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/previews/overview-filters.png?raw=true" width=800 alt="Software License Manager" />
|
||||
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/images/Screen-Shot-2.png?raw=true" width=800 alt="Software License Manager" />
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/previews/overview.png?raw=true" width=800 alt="Software License Manager" />
|
||||
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/images/Screen-Shot-6.png?raw=true" width=800 alt="Software License Manager" />
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/previews/screen%20options.png?raw=true" width=800 alt="Software License Manager" />
|
||||
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/images/Screen-Shot-3.png?raw=true" width=800 alt="Software License Manager" />
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/previews/subscribers-results.png?raw=true" width=800 alt="Software License Manager" />
|
||||
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/images/Screen-Shot-4.png?raw=true" width=800 alt="Software License Manager" />
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/previews/subscribers.png?raw=true" />
|
||||
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/images/Screen-Shot-5.png?raw=true" width=800 alt="Software License Manager" />
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/previews/add-key.png?raw=true" width=800 alt="Software License Manager" />
|
||||
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/images/Screen-Shot-7.png?raw=true" width=800 alt="Software License Manager" />
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/previews/export.png?raw=true" width=800 alt="Software License Manager" />
|
||||
|
||||
<img src="https://github.com/michelve/software-license-manager/blob/master/public/assets/previews/my-account-lics-opened.png?raw=true" alt="Software License Manager" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue