Plugin Directory

Changeset 3421205


Ignore:
Timestamp:
12/16/2025 03:37:23 PM (3 months ago)
Author:
zealopensource
Message:

Update to version 1.0.7 from GitHub

Location:
smart-appointment-booking
Files:
4 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • smart-appointment-booking/tags/1.0.7/readme.txt

    r3228039 r3421205  
    55Donate link: http://www.zealousweb.com/payment/
    66Requires at least: 5.9
    7 Tested up to: 6.6
     7Tested up to: 6.9
    88License: GPL-3.0-or-later
    9 Version: 1.0.6
    10 Stable tag: 1.0.6
     9Version: 1.0.7
     10Stable tag: 1.0.7
    1111License: GPLv3 or later License
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    131131== Changelog ==
    132132
     133= 1.0.7 =
     134* Tested with the latest version of WordPress (6.9).
     135
    133136= 1.0.6 =
    134137* Issue Fixed
  • smart-appointment-booking/tags/1.0.7/smart-appointment-booking.php

    r3228039 r3421205  
    44 * Plugin URL: https://wordpress.org/plugins/smart-appointment-booking/
    55 * 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.6
     6 * Version: 1.0.7
    77 * Author: ZealousWeb
    88 * Author URI: https://www.zealousweb.com
     
    2424 *
    2525 * @package Smart Appointment & Booking
    26  * @since 1.0.2
     26 * @since 1.0.7
    2727 */
    2828
     29/* Start of Code */
    2930if ( ! defined( 'SAAB_VERSION' ) ) {
    30     define( 'SAAB_VERSION', '1.0.6' ); // Version of the plugin
     31    define( 'SAAB_VERSION', '1.0.7' ); // Version of the plugin
    3132}
    3233
  • smart-appointment-booking/trunk/readme.txt

    r3228039 r3421205  
    55Donate link: http://www.zealousweb.com/payment/
    66Requires at least: 5.9
    7 Tested up to: 6.6
     7Tested up to: 6.9
    88License: GPL-3.0-or-later
    9 Version: 1.0.6
    10 Stable tag: 1.0.6
     9Version: 1.0.7
     10Stable tag: 1.0.7
    1111License: GPLv3 or later License
    1212License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    131131== Changelog ==
    132132
     133= 1.0.7 =
     134* Tested with the latest version of WordPress (6.9).
     135
    133136= 1.0.6 =
    134137* Issue Fixed
  • smart-appointment-booking/trunk/smart-appointment-booking.php

    r3228039 r3421205  
    44 * Plugin URL: https://wordpress.org/plugins/smart-appointment-booking/
    55 * 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.6
     6 * Version: 1.0.7
    77 * Author: ZealousWeb
    88 * Author URI: https://www.zealousweb.com
     
    2424 *
    2525 * @package Smart Appointment & Booking
    26  * @since 1.0.2
     26 * @since 1.0.7
    2727 */
    2828
     29/* Start of Code */
    2930if ( ! defined( 'SAAB_VERSION' ) ) {
    30     define( 'SAAB_VERSION', '1.0.6' ); // Version of the plugin
     31    define( 'SAAB_VERSION', '1.0.7' ); // Version of the plugin
    3132}
    3233
Note: See TracChangeset for help on using the changeset viewer.