Skip to content

Commit ef243f2

Browse files
authored
Fix constant definition for SIMPLE_CALENDAR_VERSION (#685)
1 parent 898a338 commit ef243f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-calendar-events.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
$this_plugin_path = trailingslashit(dirname(__FILE__));
2222
$this_plugin_dir = plugin_dir_url(__FILE__);
2323
$this_plugin_constants = [
24-
'SIMPLE_CALENDAR_VERSION' => PACKAGE_VERSION,
24+
'SIMPLE_CALENDAR_VERSION' => 'PACKAGE_VERSION',
2525
'SIMPLE_CALENDAR_MAIN_FILE' => __FILE__,
2626
'SIMPLE_CALENDAR_URL' => $this_plugin_dir,
2727
'SIMPLE_CALENDAR_ASSETS' => $this_plugin_dir . 'assets/',

0 commit comments

Comments
 (0)