=== Calibook Availability Calendar ===
Contributors: rimbit
Tags: availability, calendar, booking, bed and breakfast, vacation rental, b&b
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
Stable tag: 1.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Embed your Calibook availability calendar on your WordPress website.

== Description ==

Calibook is an embeddable availability calendar for B&Bs and vacation rentals.
This plugin lets you display your Calibook calendar on any page using a simple shortcode.

Requires a free Calibook account at https://calibook.app

**Features:**
* Simple shortcode: `[calibook id="your-calendar-id"]`
* Works with any theme
* Responsive design
* Multi-language support

== Installation ==

1. Download the plugin zip file from calibook.app/downloads
2. In your WordPress admin, go to Plugins → Add New → Upload Plugin
3. Upload the zip file and click Install Now
4. Click Activate Plugin
5. Go to Settings → Calibook and enter your Calendar ID
6. Use `[calibook]` shortcode on any page or post

== Finding Your Calendar ID ==

1. Log in to calibook.app/dashboard
2. Open your calendar → Settings → Embed
3. Copy your Calendar ID

== Shortcode Usage ==

Basic:
`[calibook id="your-calendar-id"]`

With custom height:
`[calibook id="your-calendar-id" height="600"]`

Multiple calendars on one page:
`[calibook id="apartment-one"]`
`[calibook id="apartment-two"]`

== Frequently Asked Questions ==

= Do I need a paid plan? =

The basic embed works on all plans including the free plan. Some features require Starter or Pro.

= Can I use this with Elementor / Divi / Beaver Builder? =

Yes — add a Shortcode or HTML widget and paste the shortcode.

== Changelog ==

= 1.1.0 =
* Switched to JS snippet embed method (div + embed.js)
* Added Gutenberg block support
* Removed height parameter (no longer needed)

= 1.0.0 =
* Initial release
