Skip to content

Commit

Permalink
v1.1 released
Browse files Browse the repository at this point in the history
  • Loading branch information
wp.insider committed Oct 9, 2014
1 parent b16d379 commit 254cc9b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
28 changes: 16 additions & 12 deletions software-license-manager/readme.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,32 @@
=== Software License Manager ===
Contributors: Tips and Tricks HQ, Peter Petreski, Ruhul Amin
Donate link: https://www.tipsandtricks-hq.com
Tags: license key, serial key, manager
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
Requires at least: 3.0
Tested up to: 4.0
Stable tag: 1.1
License: GPLv2 or later

Create and manage license keys for your software applications
Create and manage license keys for your software applications easily

== Description ==

This plugin is very useful for doing the following via API:
Software license management solution for your web applications (WordPress plugins, Themes, PHP based membership script etc.)

- Create license keys in your system
- Check the status of a license key from from your application
- Activate a license key from your application
- Deactivate a license key
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)
- 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.

== Installation ==

1. Go to the Add New plugins screen in your WordPress admin area
Expand All @@ -29,18 +35,16 @@ You can also create license keys manually from the admin dashboard of this plugi
1. Click Install Now and then activate the plugin

== Frequently Asked Questions ==

None

== Screenshots ==

None
See the following page:
https://www.tipsandtricks-hq.com/software-license-manager-plugin-for-wordpress

== Changelog ==

= 1.1 =
* First commit to wordpress repository.

== Upgrade Notice ==

None
2 changes: 1 addition & 1 deletion software-license-manager/slm_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: Software License Manager
Version: v1.1
Plugin URI: https://www.tipsandtricks-hq.com
Plugin URI: https://www.tipsandtricks-hq.com/software-license-manager-plugin-for-wordpress
Author: Tips and Tricks HQ
Author URI: https://www.tipsandtricks-hq.com/
Description: Software license management solution for your web applications (WordPress plugins, Themes, PHP based membership script etc.)
Expand Down
2 changes: 1 addition & 1 deletion software-license-manager/to-do.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
=================
//Logs menu with a WP list table that lists all the incoming API requests using custom post type.
//Have an email settings menu?
//Use WordPress's http query functions everywhere - http://codex.wordpress.org/Function_Reference/wp_remote_get
//Reference - http://codex.wordpress.org/Function_Reference/wp_remote_get

0 comments on commit 254cc9b

Please sign in to comment.