Skip to content

Commit

Permalink
6.1.6 ver
Browse files Browse the repository at this point in the history
version 6.1.6
  • Loading branch information
michelve committed Nov 3, 2024
1 parent acc2488 commit b593525
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions slm-plus.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: SLM Plus
Version: 6.1.5
Version: 6.1.6
Plugin URI: https://github.com/michelve/software-license-manager/
Author: Michel Velis
Author URI: https://github.com/michelve/
Expand Down Expand Up @@ -32,9 +32,9 @@ function slmplus_load_textdomain() {
global $wpdb, $slm_debug_logger;

// Define constants for plugin paths, URLs, and database tables
define('SLM_VERSION', '6.1.5');
define('SLM_DB_VERSION', '5.0.9');
define('SLM_REWRITE_VERSION', '3.0.5');
define('SLM_VERSION', '6.1.6');
define('SLM_DB_VERSION', '5.1.0');
define('SLM_REWRITE_VERSION', '3.0.6');
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 b593525

Please sign in to comment.