Changeset 3421205
- Timestamp:
- 12/16/2025 03:37:23 PM (3 months ago)
- Location:
- smart-appointment-booking
- Files:
-
- 4 added
- 4 edited
- 1 copied
-
tags/1.0.7 (copied) (copied from smart-appointment-booking/trunk)
-
tags/1.0.7/composer.json (added)
-
tags/1.0.7/composer.lock (added)
-
tags/1.0.7/readme.txt (modified) (2 diffs)
-
tags/1.0.7/smart-appointment-booking.php (modified) (2 diffs)
-
trunk/composer.json (added)
-
trunk/composer.lock (added)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/smart-appointment-booking.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smart-appointment-booking/tags/1.0.7/readme.txt
r3228039 r3421205 5 5 Donate link: http://www.zealousweb.com/payment/ 6 6 Requires at least: 5.9 7 Tested up to: 6. 67 Tested up to: 6.9 8 8 License: GPL-3.0-or-later 9 Version: 1.0. 610 Stable tag: 1.0. 69 Version: 1.0.7 10 Stable tag: 1.0.7 11 11 License: GPLv3 or later License 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 131 131 == Changelog == 132 132 133 = 1.0.7 = 134 * Tested with the latest version of WordPress (6.9). 135 133 136 = 1.0.6 = 134 137 * Issue Fixed -
smart-appointment-booking/tags/1.0.7/smart-appointment-booking.php
r3228039 r3421205 4 4 * Plugin URL: https://wordpress.org/plugins/smart-appointment-booking/ 5 5 * Description: This is the all-in-one solution for efficient appointment management, offering customizable forms, seamless booking and modifications waitlist management. 6 * Version: 1.0. 66 * Version: 1.0.7 7 7 * Author: ZealousWeb 8 8 * Author URI: https://www.zealousweb.com … … 24 24 * 25 25 * @package Smart Appointment & Booking 26 * @since 1.0. 226 * @since 1.0.7 27 27 */ 28 28 29 /* Start of Code */ 29 30 if ( ! defined( 'SAAB_VERSION' ) ) { 30 define( 'SAAB_VERSION', '1.0. 6' ); // Version of the plugin31 define( 'SAAB_VERSION', '1.0.7' ); // Version of the plugin 31 32 } 32 33 -
smart-appointment-booking/trunk/readme.txt
r3228039 r3421205 5 5 Donate link: http://www.zealousweb.com/payment/ 6 6 Requires at least: 5.9 7 Tested up to: 6. 67 Tested up to: 6.9 8 8 License: GPL-3.0-or-later 9 Version: 1.0. 610 Stable tag: 1.0. 69 Version: 1.0.7 10 Stable tag: 1.0.7 11 11 License: GPLv3 or later License 12 12 License URI: http://www.gnu.org/licenses/gpl-3.0.html … … 131 131 == Changelog == 132 132 133 = 1.0.7 = 134 * Tested with the latest version of WordPress (6.9). 135 133 136 = 1.0.6 = 134 137 * Issue Fixed -
smart-appointment-booking/trunk/smart-appointment-booking.php
r3228039 r3421205 4 4 * Plugin URL: https://wordpress.org/plugins/smart-appointment-booking/ 5 5 * Description: This is the all-in-one solution for efficient appointment management, offering customizable forms, seamless booking and modifications waitlist management. 6 * Version: 1.0. 66 * Version: 1.0.7 7 7 * Author: ZealousWeb 8 8 * Author URI: https://www.zealousweb.com … … 24 24 * 25 25 * @package Smart Appointment & Booking 26 * @since 1.0. 226 * @since 1.0.7 27 27 */ 28 28 29 /* Start of Code */ 29 30 if ( ! defined( 'SAAB_VERSION' ) ) { 30 define( 'SAAB_VERSION', '1.0. 6' ); // Version of the plugin31 define( 'SAAB_VERSION', '1.0.7' ); // Version of the plugin 31 32 } 32 33
Note: See TracChangeset
for help on using the changeset viewer.