Changeset 3369623
- Timestamp:
- 09/29/2025 10:49:23 AM (6 months ago)
- Location:
- booking-software
- Files:
-
- 6 edited
- 1 copied
-
assets/banner-1544x500.jpg (modified) (previous)
-
assets/banner-772x250.jpg (modified) (previous)
-
tags/1.2.4 (copied) (copied from booking-software/trunk)
-
tags/1.2.4/booking-software.php (modified) (3 diffs)
-
tags/1.2.4/readme.txt (modified) (1 diff)
-
trunk/booking-software.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
booking-software/tags/1.2.4/booking-software.php
r3369187 r3369623 1 1 <?php 2 2 /** 3 * Plugin Name: Anolla - Booking Software3 * Plugin Name: Anolla - 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. 36 * Version: 1.2.4 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. 3';25 private const VERSION = '1.2.4'; 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'; … … 107 107 108 108 $menu[] = array( 109 __( 'Anolla Booking', 'booking-software' ), // Page title (in wordpress menu)109 __( 'Anolla', 'booking-software' ), // Page title (in wordpress menu) 110 110 'manage_options', // Capability 111 111 esc_url(self::DASHBOARD_URL), // External URL -
booking-software/tags/1.2.4/readme.txt
r3369187 r3369623 1 === Anolla - Booking Software ===1 === Anolla - 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. 36 Stable tag: 1.2.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
booking-software/trunk/booking-software.php
r3369187 r3369623 1 1 <?php 2 2 /** 3 * Plugin Name: Anolla - Booking Software3 * Plugin Name: Anolla - 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. 36 * Version: 1.2.4 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. 3';25 private const VERSION = '1.2.4'; 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'; … … 107 107 108 108 $menu[] = array( 109 __( 'Anolla Booking', 'booking-software' ), // Page title (in wordpress menu)109 __( 'Anolla', 'booking-software' ), // Page title (in wordpress menu) 110 110 'manage_options', // Capability 111 111 esc_url(self::DASHBOARD_URL), // External URL -
booking-software/trunk/readme.txt
r3369187 r3369623 1 === Anolla - Booking Software ===1 === Anolla - 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. 36 Stable tag: 1.2.4 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.