Changeset 3482583
- Timestamp:
- 03/14/2026 02:59:27 PM (2 weeks ago)
- File:
-
- 1 edited
-
bookiflex/trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bookiflex/trunk/readme.txt
r3478603 r3482583 1 1 === BookiFlex === 2 Contributors: bookiflex , freemius3 Tags: booking, direct booking, booking widget, apartment booking, rental booking2 Contributors: bookiflex 3 Tags: apartment-booking, vacation-rental, glamping, accommodation, booking-engine 4 4 Requires at least: 6.6 5 5 Tested up to: 6.9 … … 11 11 Direct booking widget for apartments, cabins and glamping units booked as a whole. Accept reservations directly on your WordPress site. 12 12 13 == Requirements ==14 15 - PHP 8.1 or higher16 - MySQL 5.7+ or MariaDB 10.3+17 - PHP extension: PDO with MySQL driver (pdo_mysql)18 19 13 == Description == 20 14 21 15 **Online booking, made simple. No complex setup, no bloated forms — just click & book.** 22 16 23 BookiFlexis a lightweight direct booking plugin designed for owners of **1–5 autonomous rental units** — apartments, cabins or glamping units — who want to accept reservations directly on their WordPress website.17 (BookiFlex)[https://bookiflex.com] is a lightweight direct booking plugin designed for owners of **1–5 autonomous rental units** — apartments, cabins or glamping units — who want to accept reservations directly on their WordPress website. 24 18 25 19 Each unit is booked **as a whole**, has its **own availability calendar**, and follows a simple, clear booking flow without hotel-style complexity. … … 27 21 It adds a **floating booking button** to your site, opening a **modern modal widget** where guests can check availability, select dates and confirm their booking in seconds — without navigating through multiple pages. 28 22 29 Everything works out of the box.23 ## Everything works out of the box. 30 24 No booking pages, no shortcodes, no complicated configuration. 31 25 … … 74 68 * Advanced taxes and rate inheritance 75 69 76 📖 Full feature list and setup guide available here: [bookiflex.com](https://bookiflex.com)77 78 ## == Why Booking Widget? ==70 📖 Full Pro feature list and setup guide available here: [bookiflex.com](https://bookiflex.com/pro) 71 72 ## Why BookiFlex? 79 73 80 74 ❌ No booking inquiry forms … … 86 80 ✅ Grows with your business 87 81 88 ## == Who this plugin is NOT for ==82 ## Who this plugin is NOT for 89 83 90 84 * Large hotels or properties with complex operational workflows … … 169 163 ## == Installation == 170 164 165 ### Requirements 166 167 - PHP 8.1 or higher 168 - MySQL 5.7+ or MariaDB 10.3+ 169 - PHP extension: PDO with MySQL driver (pdo_mysql) 170 171 171 **5 minutes and you’re ready to accept bookings.** 172 172 … … 269 269 == Third-Party Libraries == 270 270 271 This plugin uses the following third-party libraries and services. 272 A detailed list of third-party licenses is available in the NOTICE file. 273 274 PHP Libraries (bundled): 275 - Freemius SDK (GPL-2.0-or-later) 276 - Carbon Fields (GPL-2.0-or-later) 277 - WooCommerce Action Scheduler (GPL-3.0-or-later) 278 - Pimple (MIT) 279 - Cycle Database (MIT) 280 - Cycle ORM (MIT) 281 - Cycle Annotated (MIT) 282 - Doctrine Collections (MIT) 283 - Symfony Event Dispatcher (MIT) 284 - Symfony UID (MIT) 285 - Symfony Mailer (MIT) 286 - Symfony Twig Bridge (MIT) 287 - Twig (BSD-3-Clause) 288 - Twig CSS Inliner Extra (BSD-3-Clause) 289 - PHP Price Engine (MIT) 290 - Logger WP (MIT) 291 - Payum Core (MIT) 292 - Payum Stripe Gateway (MIT) 293 294 JavaScript Libraries (bundled): 295 - Easepick (MIT) 296 - MicroModal (ISC) 297 - GLightbox (MIT, version 3) 298 - floating-vue (MIT) 299 - vue-currency-input (MIT) 300 - Vue.js (MIT) 301 - Shoelace (MIT) 302 - Hotwired Turbo (MIT) 303 304 BookiFlex-provided JavaScript Libraries: 305 - BookiFlex Admin Panel (https://github.com/BookiFlex/admin-app-free, GPL-2.0-or-later) 306 - BookiFlex Onboarding Application (https://github.com/BookiFlex/onboarding, GPL-2.0-or-later) 307 - BookiFlex Booking Widget (https://github.com/BookiFlex/booking-widget, GPL-2.0-or-later) 308 - BookiFlex Search Bar Widget (https://github.com/BookiFlex/booking-widget-searchbar, GPL-2.0-or-later) 309 - BookiFlex Widget Controller (https://github.com/BookiFlex/booking-widget-controller, GPL-2.0-or-later) 310 - BookiFlex Booking Widget Button (https://github.com/BookiFlex/booking-widget-button, GPL-2.0-or-later) 311 312 WordPress-provided JavaScript Libraries: 313 - @wordpress/i18n (GPL-2.0-or-later) 314 315 All listed third-party libraries are licensed under terms compatible with the GPL license. 271 This plugin bundles several third-party libraries distributed under GPL-compatible licenses (such as MIT, BSD, ISC and GPL). 272 273 Some JavaScript files are minified for performance reasons. The original source code and project libraries are available in the BookiFlex repositories: [github.com/BookiFlex](https://github.com/BookiFlex) 274 275 A complete list of third-party licenses is available in the NOTICE file. 316 276 317 277 318 278 == External services == 319 279 320 This plugin integrates with the Stripe payment platform to process online payments. 321 Stripe is used to securely handle payment transactions, including card payments and refunds. 322 323 The plugin does not send any personal data to Stripe by default. 324 Payment-related data (such as transaction details and customer information required for payment processing) is sent to Stripe only when the site owner enables Stripe integration and a user initiates a payment. 325 326 Stripe services are provided by Stripe, Inc. 327 Stripe Privacy Policy: https://stripe.com/privacy 280 When Stripe payment gateway is enabled, payment and transaction data is sent to [Stripe](https://stripe.com) for processing. No data is sent until a user initiates a payment. 281 282 * Stripe Privacy Policy: https://stripe.com/privacy 283 * Stripe Terms of Service: https://stripe.com/legal
Note: See TracChangeset
for help on using the changeset viewer.