Changeset 3371014
- Timestamp:
- 10/01/2025 09:41:14 AM (6 months ago)
- Location:
- booking-software
- Files:
-
- 4 edited
- 1 copied
-
tags/1.2.9 (copied) (copied from booking-software/trunk)
-
tags/1.2.9/booking-software.php (modified) (2 diffs)
-
tags/1.2.9/readme.txt (modified) (1 diff)
-
trunk/booking-software.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
booking-software/tags/1.2.9/booking-software.php
r3370407 r3371014 1 1 <?php 2 2 /** 3 * Plugin Name: Anolla - Online scheduling and booking software to automate appointments3 * Plugin Name: Anolla – Appointment Scheduling and Booking Software 4 4 * Plugin URI: https://anolla.com/en/software 5 5 * Description: Let clients book appointments 24/7 on your website with a booking widget, and manage all bookings easily. 6 * Version: 1.2. 86 * Version: 1.2.9 7 7 * Author: Anolla 8 8 * Author URI: https://anolla.com … … 23 23 final class Anolla_Booking_System 24 24 { 25 private const VERSION = '1.2. 8';25 private const VERSION = '1.2.9'; 26 26 private const API_BASE_URL = 'https://anolla.com/widget/wordpress?token='; 27 27 private const DASHBOARD_URL = 'https://anolla.com/app/wordpress/manage'; -
booking-software/tags/1.2.9/readme.txt
r3370407 r3371014 1 === Anolla - Online scheduling and booking software to automate appointments===1 === Anolla – Appointment Scheduling and Booking Software === 2 2 Contributors: wpdevel0per 3 3 Tags: booking system, booking software, scheduling software, appointments, calendar 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 86 Stable tag: 1.2.9 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Appointment scheduling and booking system for salons, healthcare, sports, restaurants, rentals, car services and more.10 Online booking system for salons, wellness, clinics, fitness, education, events, rentals, restaurants, tours and activities. 11 11 12 12 == Description == -
booking-software/trunk/booking-software.php
r3370407 r3371014 1 1 <?php 2 2 /** 3 * Plugin Name: Anolla - Online scheduling and booking software to automate appointments3 * Plugin Name: Anolla – Appointment Scheduling and Booking Software 4 4 * Plugin URI: https://anolla.com/en/software 5 5 * Description: Let clients book appointments 24/7 on your website with a booking widget, and manage all bookings easily. 6 * Version: 1.2. 86 * Version: 1.2.9 7 7 * Author: Anolla 8 8 * Author URI: https://anolla.com … … 23 23 final class Anolla_Booking_System 24 24 { 25 private const VERSION = '1.2. 8';25 private const VERSION = '1.2.9'; 26 26 private const API_BASE_URL = 'https://anolla.com/widget/wordpress?token='; 27 27 private const DASHBOARD_URL = 'https://anolla.com/app/wordpress/manage'; -
booking-software/trunk/readme.txt
r3370407 r3371014 1 === Anolla - Online scheduling and booking software to automate appointments===1 === Anolla – Appointment Scheduling and Booking Software === 2 2 Contributors: wpdevel0per 3 3 Tags: booking system, booking software, scheduling software, appointments, calendar 4 4 Requires at least: 5.0 5 5 Tested up to: 6.8 6 Stable tag: 1.2. 86 Stable tag: 1.2.9 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Appointment scheduling and booking system for salons, healthcare, sports, restaurants, rentals, car services and more.10 Online booking system for salons, wellness, clinics, fitness, education, events, rentals, restaurants, tours and activities. 11 11 12 12 == Description ==
Note: See TracChangeset
for help on using the changeset viewer.