Changeset 2834675
- Timestamp:
- 12/15/2022 08:56:47 PM (2 years ago)
- Location:
- guestplan-booking-widget/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
guestplan-booking-widget/trunk/README.txt
r2834668 r2834675 4 4 Requires at least: 5.0 5 5 Tested up to: 6.1 6 Stable tag: 1.0. 66 Stable tag: 1.0.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 67 67 = 1.0.6 = 68 68 * Bug Fixes 69 70 = 1.0.7 = 71 * Bug Fixes -
guestplan-booking-widget/trunk/guestplan.php
r2672517 r2834675 17 17 * Plugin URI: https://guestplan.com/ 18 18 * Description: Turn website visitors into guests with the Guestplan Booking Widget. 19 * Version: 1.0. 519 * Version: 1.0.7 20 20 * Author: Guestplan 21 21 * Author URI: https://guestplan.com … … 31 31 } 32 32 33 define('GUESTPLAN_VERSION', '1.0. 5');33 define('GUESTPLAN_VERSION', '1.0.7'); 34 34 35 35 /** -
guestplan-booking-widget/trunk/includes/class-guestplan.php
r2672517 r2834675 74 74 $this->version = GUESTPLAN_VERSION; 75 75 } else { 76 $this->version = '1.0. 5';76 $this->version = '1.0.7'; 77 77 } 78 78 $this->plugin_name = 'guestplan';
Note: See TracChangeset
for help on using the changeset viewer.