We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa8e93 commit 933fd79Copy full SHA for 933fd79
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.1';
+ $this->version = '1.2.0';
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.1
+ * Version: 1.2.0
20
* Author: Stefan Topfstedt
21
* Author URI: https://github.com/stopfstedt
22
* License: MIT
0 commit comments