Skip to content

Commit af31a9c

Browse files
committed
version: Bump version to 1.1.0
1 parent 8ee290c commit af31a9c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: WP Booking System - Square Add-on
55
* Plugin URI: https://www.wpbookingsystem.com/
66
* Description: Allow customers to pay with their credit cards through Square.
7-
* Version: 1.0.9
7+
* Version: 1.1.0
88
* Author: Ghettifish, Nic Bovee
99
* Author URI: https://www.wpbookingsystem.com/
1010
* Text Domain: wp-booking-system-square
@@ -60,8 +60,8 @@ public function __construct()
6060
}
6161

6262
// Defining constants
63-
define('WPBS_SQUARE_VERSION', '1.0.9');
64-
define('WPBS_SQUARE_MIN_WPBS_VERSION', '5.5.4');
63+
define('WPBS_SQUARE_VERSION', '1.1.0');
64+
define('WPBS_SQUARE_MIN_WPBS_VERSION', '5.6.6');
6565
define('WPBS_SQUARE_FILE', __FILE__);
6666
define('WPBS_SQUARE_BASENAME', plugin_basename(__FILE__));
6767
define('WPBS_SQUARE_PLUGIN_DIR', plugin_dir_path(__FILE__));

0 commit comments

Comments
 (0)