TMSM Aquatonic Course Booking
TMSM Aquatonic Course Booking
by Nicolas Mollet · github.com/thermesmarins/tmsm-aquatonic-course-booking · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/thermesmarins/tmsm-aquatonic-course-booking/archive/refs/heads/master.zipDeclares an update source (https://www.github.com/thermesmarins/tmsm-aquatonic-course-booking/), so updates arrive through the plugin's own updater.
From the readme
TMSM Aquatonic Course Booking
Allow Aquatonic Course Booking
The plugin requires:
Gravity Forms plugin 2.4.0+ for a create booking form and a cancel booking form
Shortcodes:
[tmsmaquatoniccoursebookingremainingdaysleft] displays remaining days to book or the date when booking will be available at a later date.
Tests
Change all bookings to current date and make them active (use carefully)
UPDATE {$wpdb-prefix}aquatoniccoursebooking SET status= 'active', coursestart = CONCAT(CURDATE(), ' ', TIME(coursestart)), courseend = CONCAT(CURDATE(),' ', TIME(courseend))
Aquos API Integration
The plugin synchronizes booking data and status updates with the Aquos external API.
Key Methods
aquossendcontact( $booking ): Sends the initial contact and booking data to Aquos. Triggered every 5 minutes via cron for bookings with self = 1.
aquosupdatestatus( $booking, $status ): Updates the reservation status in Aquos. Triggered via admin/Ajax when a booking is marked as 'arrived' or 'cancelled'.
aquosapirequest( $endpoint, $data ): Private helper centralizing JSON encoding, signature generation (HMAC), and HTTP transmission.
aquosmapstatus( $status ): Centralizes the translati
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 2.1.9 | Jul 23, 2026 |
| 2.1.8 | May 8, 2026 |
| 2.1.7 | May 7, 2026 |
| 2.1.6 | May 7, 2026 |
| 2.1.5 | May 6, 2026 |
| 2.1.4 | May 6, 2026 |
| 2.1.3 | May 4, 2026 |
| 2.1.2 | Mar 24, 2026 |
| 2.1.1 | Mar 6, 2026 |
| 2.1.0 | Mar 5, 2026 |
| 2.0.12 | Mar 3, 2026 |
| 2.0.11 | Jul 10, 2025 |
| 2.0.10 | Apr 15, 2025 |
| 2.0.9 | Nov 27, 2024 |
| 2.0.8 | Nov 14, 2024 |
| 2.0.7 | Jan 29, 2024 |
| 2.0.6 | Nov 30, 2022 |
| 2.0.5 | Nov 24, 2022 |
| 2.0.4 | Apr 6, 2022 |
| 2.0.3 | Mar 9, 2022 |
| 2.0.2 | Mar 8, 2022 |
| 2.0.1 | Mar 4, 2022 |
| 2.0.0 | Feb 22, 2022 |
| 1.9.9 | Feb 10, 2022 |
| 1.9.8 | Feb 9, 2022 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.