Skip to content

Commit

Permalink
Update slm-plus.php
Browse files Browse the repository at this point in the history
  • Loading branch information
michelve committed Dec 6, 2024
1 parent 3e7e469 commit 331f3a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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.3.3
Version: 6.3.4
Plugin URI: https://github.com/michelve/software-license-manager/
Author: Michel Velis
Author URI: https://github.com/michelve/
Expand Down Expand Up @@ -33,7 +33,7 @@ function slmplus_load_textdomain()
global $wpdb, $slm_debug_logger;

// Define constants for plugin paths, URLs, and database tables
define('SLM_VERSION', '6.3.3');
define('SLM_VERSION', '6.3.4');
define('SLM_DB_VERSION', '5.8.7');
define('SLM_REWRITE_VERSION', '3.1.2');
define('SLM_FOLDER', dirname(plugin_basename(__FILE__)));
Expand Down

0 comments on commit 331f3a7

Please sign in to comment.