Changeset 3358416
- Timestamp:
- 09/09/2025 08:31:07 AM (7 months ago)
- Location:
- creavi-booking-service
- Files:
-
- 25 added
- 3 edited
-
tags/1.0.17 (added)
-
tags/1.0.17/assets (added)
-
tags/1.0.17/assets/css (added)
-
tags/1.0.17/assets/css/admin.css (added)
-
tags/1.0.17/assets/css/style.css (added)
-
tags/1.0.17/assets/js (added)
-
tags/1.0.17/assets/js/admin.js (added)
-
tags/1.0.17/assets/js/booking.js (added)
-
tags/1.0.17/assets/vendor (added)
-
tags/1.0.17/assets/vendor/flatpickr (added)
-
tags/1.0.17/assets/vendor/flatpickr/flatpickr.min.css (added)
-
tags/1.0.17/assets/vendor/flatpickr/flatpickr.min.js (added)
-
tags/1.0.17/assets/vendor/luxon (added)
-
tags/1.0.17/assets/vendor/luxon/luxon.min.js (added)
-
tags/1.0.17/creavi-booking-service.php (added)
-
tags/1.0.17/includes (added)
-
tags/1.0.17/includes/admin.php (added)
-
tags/1.0.17/includes/ajax-handlers.php (added)
-
tags/1.0.17/includes/cbs-gcal-remote.php (added)
-
tags/1.0.17/includes/functions.php (added)
-
tags/1.0.17/includes/meta-boxes.php (added)
-
tags/1.0.17/includes/post-types.php (added)
-
tags/1.0.17/includes/render-booking-inline.php (added)
-
tags/1.0.17/includes/save-service.php (added)
-
tags/1.0.17/readme.txt (added)
-
trunk/creavi-booking-service.php (modified) (1 diff)
-
trunk/includes/meta-boxes.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
creavi-booking-service/trunk/creavi-booking-service.php
r3357718 r3358416 4 4 * Description: A simple service booking system with popup UI. 5 5 * Text Domain: creavi-booking-service 6 * Version: 1.0.1 66 * Version: 1.0.17 7 7 * Author: Creavi 8 8 * License: GPL2 -
creavi-booking-service/trunk/includes/meta-boxes.php
r3357718 r3358416 428 428 429 429 430 /* --- Google Calendar (per-service) -------------------------------------- */ 431 432 echo '<hr><h4 class="creavibc-subsection">Google Calendar Connection (coming soon stay tuned ..) </h4>'; 433 /* 430 /* --- Google Calendar (per-service) -------------------------------------- */ 431 434 432 echo '<hr><h4 class="creavibc-subsection">Google Calendar</h4>'; 435 433 … … 479 477 } 480 478 } 481 */479 482 480 483 481 /* --- /Google Calendar ---------------------------------------------------- */ -
creavi-booking-service/trunk/readme.txt
r3357718 r3358416 1 === Booking Calendar - WordPress Appointment & Booking Service===1 === Booking Calendar === 2 2 Contributors: creavi 3 Tags: booking calendar, appointment, schedule, meeting, popup3 Tags: appointments, booking, booking calendar, booking popup, booking system 4 4 Requires at least: 6.0 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.0.1 67 Stable tag: 1.0.17 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 A lightweight WordPress booking plugin with calendar, time slots, Google Calendar sync, custom form fields, and email notifications11 A lightweight and beautiful WordPress Booking Calendar plugin 12 12 13 13 == Description == … … 15 15 **Booking Calendar** 16 16 17 Booking Calendar is a lightweight and flexible WordPress appointment booking plugin. 18 Add a booking calendar with time slots to any page, let clients book online, and receive instant email or Google Calendar notifications. 17 **Booking Calendar** is **essential** for any WordPress site that needs to accept online reservations, manage appointments, or schedule events. 18 19 Add a **beautiful and lightweight** **Booking Calendar** to your pages, let clients **book instantly**, and stay on top of every reservation with **automatic email** and **Google Calendar** notifications. 20 21 Whether you’re running a service-based business, scheduling online lessons, or organizing events, **Booking Calendar** gives you a simple yet flexible system to manage everything. 19 22 20 23 Create as many services as you need and display multiple booking buttons on the same page, each with its own popup and settings. … … 80 83 81 84 == Changelog == 85 86 87 = 1.0.17 = 88 * Added Google Calendar integration - connect your services with Google Calendar to automatically create events for new bookings and keep your schedule in sync. 82 89 83 90 = 1.0.16 =
Note: See TracChangeset
for help on using the changeset viewer.