Skip to content

Commit

Permalink
6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
michelve committed Oct 29, 2024
1 parent c6e05d5 commit cd2212e
Show file tree
Hide file tree
Showing 37 changed files with 3,303 additions and 4,474 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

Software License Manager Copyright (C) 2020 Michel Velis
SLM Plus Copyright (C) 2020 Michel Velis
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


# Welcome to software license manager 👋
# Welcome to SLM Plus 👋

![Version](https://img.shields.io/badge/version-5.6.1-blue.svg?cacheSeconds=2592000)
[![Documentation](https://img.shields.io/badge/documentation-yes-brightgreen.svg)](https://documenter.getpostman.com/view/307939/6tjU1FL?version=latest)
Expand Down Expand Up @@ -78,23 +78,23 @@ Changelog: [View changelog](https://github.com/michelve/software-license-manager

## 🎑 Screenshots

<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/dashboard.png?raw=true" width="800" alt="Software License Manager" />
<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/dashboard.png?raw=true" width="800" alt="SLM Plus" />

<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/overview-filters.png?raw=true" width="800" alt="Software License Manager" />
<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/overview-filters.png?raw=true" width="800" alt="SLM Plus" />

<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/overview.png?raw=true" width="800" alt="Software License Manager" />
<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/overview.png?raw=true" width="800" alt="SLM Plus" />

<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/screen%20options.png?raw=true" width="800" alt="Software License Manager" />
<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/screen%20options.png?raw=true" width="800" alt="SLM Plus" />

<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/subscribers-results.png?raw=true" width="800" alt="Software License Manager" />
<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/subscribers-results.png?raw=true" width="800" alt="SLM Plus" />

<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/subscribers.png?raw=true" width="800"/>

<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/add-key.png?raw=true" width="800" alt="Software License Manager" />
<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/add-key.png?raw=true" width="800" alt="SLM Plus" />

<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/export.png?raw=true" width="800" alt="Software License Manager" />
<img src="https://raw.githubusercontent.com/michelve/software-license-manager/master/public/assets/images/previews/export.png?raw=true" width="800" alt="SLM Plus" />

<img src="https://raw.githubusercontent.com/michelve/software-license-manager/1bf014b84300ba58e7ce614c25f9976c7fab6cb1/public/assets/images/previews/my-account-lics-opened.png" alt="Software License Manager" width="800" />
<img src="https://raw.githubusercontent.com/michelve/software-license-manager/1bf014b84300ba58e7ce614c25f9976c7fab6cb1/public/assets/images/previews/my-account-lics-opened.png" alt="SLM Plus" width="800" />

## 📝 License

Expand Down
20 changes: 10 additions & 10 deletions admin/includes/partials/stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="info"> <span class="badge"> <?php echo SLM_Utility::get_total_licenses(); ?></span></div>
</div>
<div class="description">
<span><?php _e('Total licenses', 'softwarelicensemanager');?></span>
<span><?php _e('Total licenses', 'slmplus');?></span>
</div>
</li>

Expand All @@ -15,7 +15,7 @@
<div class="info"> <span class="badge"> <?php echo SLM_Utility::getstats_licenses('date_created', 7); ?></span></div>
</div>
<div class="description">
<span><?php _e('Licenses this week', 'softwarelicensemanager');?></span>
<span><?php _e('Licenses this week', 'slmplus');?></span>
</div>
</li>

Expand All @@ -25,7 +25,7 @@
<div class="info"> <span class="badge"> <?php echo SLM_Utility::getstats_licenses('date_created', 31); ?></span></div>
</div>
<div class="description">
<span><?php _e('Licenses this month', 'softwarelicensemanager');?></span>
<span><?php _e('Licenses this month', 'slmplus');?></span>
</div>
</li>

Expand All @@ -35,7 +35,7 @@
<div class="info"> <span class="badge"><?php echo SLM_Utility::count_licenses('active'); ?> </span></div>
</div>
<div class="description">
<span><?php _e('Active licenses', 'softwarelicensemanager');?></span>
<span><?php _e('Active licenses', 'slmplus');?></span>
</div>
</li>

Expand All @@ -45,7 +45,7 @@
<div class="info"> <span class="badge"><?php echo SLM_Utility::count_licenses('pending '); ?></span></div>
</div>
<div class="description">
<span><?php _e('Pending licenses', 'softwarelicensemanager');?></span>
<span><?php _e('Pending licenses', 'slmplus');?></span>
</div>
</li>

Expand All @@ -55,7 +55,7 @@
<div class="info"> <span class="badge"><?php echo SLM_Utility::count_licenses('blocked '); ?></span></div>
</div>
<div class="description">
<span><?php _e('Blocked licenses', 'softwarelicensemanager');?></span>
<span><?php _e('Blocked licenses', 'slmplus');?></span>
</div>
</li>

Expand All @@ -65,7 +65,7 @@
<div class="info"> <span class="badge"><?php echo SLM_Utility::count_logrequest(); ?></span></div>
</div>
<div class="description">
<span><?php _e('Logs saved', 'softwarelicensemanager');?></span>
<span><?php _e('Logs saved', 'slmplus');?></span>
</div>
</li>

Expand All @@ -75,7 +75,7 @@
<div class="info"> <span class="badge"><?php echo SLM_Utility::count_emailsent(); ?></span></div>
</div>
<div class="description">
<span><?php _e('Reminders sent', 'softwarelicensemanager');?></span>
<span><?php _e('Reminders sent', 'slmplus');?></span>
</div>
</li>

Expand All @@ -85,7 +85,7 @@
<div class="info"> <span class="badge"><?php echo SLM_Utility::count_licenses('expired'); ?></span></div>
</div>
<div class="description">
<span><?php _e('Expired licenses', 'softwarelicensemanager');?></span>
<span><?php _e('Expired licenses', 'slmplus');?></span>
</div>
</li>

Expand All @@ -95,7 +95,7 @@
<div class="info"> <span class="badge"> <?php echo SLM_Utility::get_lic_expiringsoon(); ?></span></div>
</div>
<div class="description">
<span><?php _e('Licenses about to expire', 'softwarelicensemanager');?></span>
<span><?php _e('Licenses about to expire', 'slmplus');?></span>
</div>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion admin/includes/wpestores/slm-wpestores.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function slm_estore_product_configuration_html($product_config_html, $prod_id)
}
}

$product_config_html .= '<div class="msg_head">Software License Manager Plugin (Click to Expand)</div><div class="msg_body"><table class="form-table">';
$product_config_html .= '<div class="msg_head">SLM Plus Plugin (Click to Expand)</div><div class="msg_body"><table class="form-table">';

$product_config_html .= '<tr valign="top"><th scope="row">Maximum Allowed Domains</th><td>';
$product_config_html .= '<input name="slm_max_allowed_domains" type="text" id="slm_max_allowed_domains" value="' . $slm_max_allowed_domains . '" size="10" />';
Expand Down
Loading

0 comments on commit cd2212e

Please sign in to comment.