Skip to content

Commit

Permalink
v1.9 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Jedi knight authored and amin0_000 committed Dec 12, 2015
1 parent da57ee6 commit 67c71be
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion software-license-manager/menu/lic_add_licenses.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function wp_lic_mgr_add_licenses_menu() {
<br /><br />

<div class="postbox">
<h3><label for="title">License Details </label></h3>
<h3 class="hndle"><label for="title">License Details </label></h3>
<div class="inside">

<form method="post" action="<?php echo $_SERVER["REQUEST_URI"]; ?>">
Expand Down
4 changes: 2 additions & 2 deletions software-license-manager/menu/lic_manage_licenses.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function wp_lic_mgr_manage_licenses_menu() {
?>

<div class="postbox">
<h3><label for="title">License Search</label></h3>
<h3 class="hndle"><label for="title">License Search</label></h3>
<div class="inside">
Search for a license by using email, name, key or transaction ID
<br /><br />
Expand All @@ -19,7 +19,7 @@ function wp_lic_mgr_manage_licenses_menu() {


<div class="postbox">
<h3><label for="title">Software Licenses</label></h3>
<h3 class="hndle"><label for="title">Software Licenses</label></h3>
<div class="inside">
<?php
include_once( 'wp-lic-mgr-list-licenses.php' ); //For rendering the license List Table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ function lic_mgr_integration_help_menu() {
$creation_secret_key = $options['lic_creation_secret'];
$secret_verification_key = $options['lic_verification_secret'];

echo '<div class="wrap">';
echo '<div id="poststuff"><div id="post-body">';
echo '<h2>License Manager Integration Help v' . WP_LICENSE_MANAGER_VERSION . '</h2>';
echo '<div class="wrap">';
echo '<div id="poststuff"><div id="post-body">';

echo '<p>For information, updates and documentation, please visit the <a href="https://www.tipsandtricks-hq.com/software-license-manager-plugin-for-wordpress" target="_blank">License Manager Documentation</a> page.</p>';

Expand Down
6 changes: 3 additions & 3 deletions software-license-manager/menu/lic_settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function wp_lic_mgr_general_settings() {
<p>For information, updates and documentation, please visit the <a href="https://www.tipsandtricks-hq.com/software-license-manager-plugin-for-wordpress" target="_blank">License Manager Documentation</a> page.</p>

<div class="postbox">
<h3><label for="title">Quick Usage Guide</label></h3>
<h3 class="hndle"><label for="title">Quick Usage Guide</label></h3>
<div class="inside">

<p>1. First register a key at purchase time.</p>
Expand All @@ -67,7 +67,7 @@ function wp_lic_mgr_general_settings() {
<form method="post" action="">

<div class="postbox">
<h3><label for="title">General License Manager Settings</label></h3>
<h3 class="hndle"><label for="title">General License Manager Settings</label></h3>
<div class="inside">
<table class="form-table">

Expand Down Expand Up @@ -99,7 +99,7 @@ function wp_lic_mgr_general_settings() {
</div></div>

<div class="postbox">
<h3><label for="title">Debugging and Testing Settings</label></h3>
<h3 class="hndle"><label for="title">Debugging and Testing Settings</label></h3>
<div class="inside">
<table class="form-table">

Expand Down
4 changes: 2 additions & 2 deletions software-license-manager/menu/wp_lic_mgr_admin_fnc.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ function wp_lic_mgr_admin_fnc_menu() {
?>
<br />
<div class="postbox">
<h3><label for="title">Send Deactivation Message for a License</label></h3>
<h3 class="hndle"><label for="title">Send Deactivation Message for a License</label></h3>
<div class="inside">
<br /><strong>Enter the URL where the license deactivation message will be sent to</strong>
<br /><br />
<form method="post" action="">

<input name="lic_mgr_deactivation_req_url" type="text" size="100" value="<?php echo $_POST['lic_mgr_deactivation_req_url']; ?>"/>
<div class="submit">
<input type="submit" name="send_deactivation_request" value="Send Request" />
<input type="submit" name="send_deactivation_request" value="Send Request" class="button" />
</div>
</form>
</div></div>
Expand Down
9 changes: 4 additions & 5 deletions software-license-manager/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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
Tested up to: 4.4
Stable tag: 1.9
License: GPLv2 or later

Create and manage license keys for your software applications easily
Expand Down Expand Up @@ -47,10 +47,9 @@ https://www.tipsandtricks-hq.com/software-license-manager-plugin-for-wordpress

== Changelog ==

= TODO 1.9 =
= 1.9 =
- Replaced "esc_url()" with "esc_url_raw()" in the sample plugin.
TODO - [Sample plugin test required]

- Updated some CSS in the admin interface for WordPress 4.4

= 1.8 =
- Added new hooks before the API query is executed. This allows a developer to override the API query and do custom stuff.
Expand Down
4 changes: 2 additions & 2 deletions software-license-manager/slm_bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Software License Manager
Version: 1.8
Version: 1.9
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/
Expand All @@ -14,7 +14,7 @@

//Short name/slug "SLM" or "slm"

define('WP_LICENSE_MANAGER_VERSION', "1.8");
define('WP_LICENSE_MANAGER_VERSION', "1.9");
define('WP_LICENSE_MANAGER_DB_VERSION', '1.2');
define('WP_LICENSE_MANAGER_FOLDER', dirname(plugin_basename(__FILE__)));
define('WP_LICENSE_MANAGER_URL', plugins_url('',__FILE__));
Expand Down

0 comments on commit 67c71be

Please sign in to comment.