Skip to content

Commit

Permalink
Update software-license-manager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
michelve committed Aug 10, 2020
1 parent 3e89d9d commit 80e28a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions software-license-manager.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Software License Manager
Version: 5.5.5
Version: 5.5.6
Plugin URI: https://github.com/michelve/software-license-manager/
Author: Michel Velis
Author URI: https://www.epikly.com/
Expand All @@ -19,9 +19,9 @@
global $wpdb, $slm_debug_logger;

//Short name/slug "SLM" or "slm"
define('SLM_VERSION', '5.5.5');
define('SLM_DB_VERSION', '4.2.7');
define('SLM_REWRITE_VERSION', '2.3.8');
define('SLM_VERSION', '5.5.6');
define('SLM_DB_VERSION', '4.2.8');
define('SLM_REWRITE_VERSION', '2.3.9');
define('SLM_FOLDER', dirname(plugin_basename(__FILE__)));
define('SLM_URL', plugins_url('' ,__FILE__));
define('SLM_ASSETS_URL', SLM_URL . '/public/assets/');
Expand Down

0 comments on commit 80e28a5

Please sign in to comment.