Plugin Directory

Changeset 3482583


Ignore:
Timestamp:
03/14/2026 02:59:27 PM (2 weeks ago)
Author:
bookiflex
Message:

update tags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bookiflex/trunk/readme.txt

    r3478603 r3482583  
    11=== BookiFlex ===
    2 Contributors: bookiflex, freemius
    3 Tags: booking, direct booking, booking widget, apartment booking, rental booking
     2Contributors: bookiflex
     3Tags: apartment-booking, vacation-rental, glamping, accommodation, booking-engine
    44Requires at least: 6.6
    55Tested up to: 6.9
     
    1111Direct booking widget for apartments, cabins and glamping units booked as a whole. Accept reservations directly on your WordPress site.
    1212
    13 == Requirements ==
    14 
    15 - PHP 8.1 or higher
    16 - MySQL 5.7+ or MariaDB 10.3+
    17 - PHP extension: PDO with MySQL driver (pdo_mysql)
    18 
    1913== Description ==
    2014
    2115**Online booking, made simple. No complex setup, no bloated forms — just click & book.**
    2216
    23 BookiFlex 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.
     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.
    2418
    2519Each unit is booked **as a whole**, has its **own availability calendar**, and follows a simple, clear booking flow without hotel-style complexity.
     
    2721It 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.
    2822
    29 Everything works out of the box.
     23## Everything works out of the box.
    3024No booking pages, no shortcodes, no complicated configuration.
    3125
     
    7468* Advanced taxes and rate inheritance
    7569
    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?
    7973
    8074❌ No booking inquiry forms
     
    8680✅ Grows with your business
    8781
    88 ## == Who this plugin is NOT for ==
     82## Who this plugin is NOT for
    8983
    9084* Large hotels or properties with complex operational workflows
     
    169163## == Installation ==
    170164
     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
    171171**5 minutes and you’re ready to accept bookings.**
    172172
     
    269269== Third-Party Libraries ==
    270270
    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.
     271This plugin bundles several third-party libraries distributed under GPL-compatible licenses (such as MIT, BSD, ISC and GPL).
     272
     273Some 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
     275A complete list of third-party licenses is available in the NOTICE file.
    316276
    317277
    318278== External services ==
    319279
    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
     280When 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.