Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions events-manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
*/

// Setting constants
define('EM_VERSION', 5.61); //self expanatory
define('EM_PRO_MIN_VERSION', 2.392); //self expanatory
define('EM_PRO_MIN_VERSION_CRITICAL', 2.377); //self expanatory
define('EM_VERSION', 5.61); //self explanatory
define('EM_PRO_MIN_VERSION', 2.392); //self explanatory
define('EM_PRO_MIN_VERSION_CRITICAL', 2.377); //self explanatory
define('EM_DIR', dirname( __FILE__ )); //an absolute path to this directory
define('EM_DIR_URI', trailingslashit(plugins_url('',__FILE__))); //an absolute path to this directory
define('EM_SLUG', plugin_basename( __FILE__ )); //for updates
Expand Down Expand Up @@ -769,4 +769,4 @@ function em_check_pro_compatability(){
}
}
add_action('plugins_loaded','em_check_pro_compatability', 1);
?>
?>