We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898a338 commit ef243f2Copy full SHA for ef243f2
1 file changed
google-calendar-events.php
@@ -21,7 +21,7 @@
21
$this_plugin_path = trailingslashit(dirname(__FILE__));
22
$this_plugin_dir = plugin_dir_url(__FILE__);
23
$this_plugin_constants = [
24
- 'SIMPLE_CALENDAR_VERSION' => PACKAGE_VERSION,
+ 'SIMPLE_CALENDAR_VERSION' => 'PACKAGE_VERSION',
25
'SIMPLE_CALENDAR_MAIN_FILE' => __FILE__,
26
'SIMPLE_CALENDAR_URL' => $this_plugin_dir,
27
'SIMPLE_CALENDAR_ASSETS' => $this_plugin_dir . 'assets/',
0 commit comments