File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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__ ));
You can’t perform that action at this time.
0 commit comments