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 a2fa0cf commit 7187a5cCopy full SHA for 7187a5c
includes/class-wplibcalhours.php
@@ -87,7 +87,7 @@ class WpLibCalHours {
87
public function __construct() {
88
89
$this->plugin_basename = plugin_basename( plugin_dir_path( __DIR__ ) . self::PLUGIN_NAME . '.php' );
90
- $this->version = '1.1.0';
+ $this->version = '1.1.1';
91
92
$this->load_dependencies();
93
$this->set_locale();
wplibcalhours.php
@@ -16,7 +16,7 @@
16
* Plugin Name: LibCal Hours for WordPress
17
* Plugin URI: https://github.com/ucsf-ckm/wplibcalhours
18
* Description: Embed LibCal hours for a given location into contents via short-code.
19
- * Version: 1.1.0
+ * Version: 1.1.1
20
* Author: Stefan Topfstedt
21
* Author URI: https://github.com/stopfstedt
22
* License: MIT
0 commit comments