Version Description
- Because Google stop supporting of "Google Calendar API v2" (on Nov. 17, 2014), this update temporary remove import Google Calendar events, until we implement new API v.3
Download this release
Release Info
Developer | wpdevelop |
Plugin | Booking Calendar |
Version | 5.2.1 |
Comparing to | |
See all releases |
Code changes from version 5.2 to 5.2.1
- lib/wpbc-constants.php +2 -2
- lib/wpbc-include.php +4 -4
- lib/wpbc-welcome.php +13 -20
- readme.txt +9 -9
- screenshot-11.png +0 -0
- screenshot-12.png +0 -0
- wpdev-booking.php +1 -1
lib/wpbc-constants.php
CHANGED
@@ -24,8 +24,8 @@ if (!defined('WP_BK_CUSTOM_FORMS_FOR_REGULAR_USERS')) define('WP_BK_CUSTOM_FOR
|
|
24 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
25 |
// SYSTEM CONSTANTS //////////////////////////////////////////////////////////////////////////////////////////////////
|
26 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
27 |
-
if (!defined('WP_BK_VERSION_NUM')) define('WP_BK_VERSION_NUM', '5.2' );
|
28 |
-
if (!defined('WP_BK_MINOR_UPDATE')) define('WP_BK_MINOR_UPDATE',
|
29 |
if (!defined('IS_USE_WPDEV_BK_CACHE')) define('IS_USE_WPDEV_BK_CACHE', true );
|
30 |
if (!defined('WP_BK_DEBUG_MODE')) define('WP_BK_DEBUG_MODE', false );
|
31 |
if (!defined('WP_BK_MIN')) define('WP_BK_MIN', false );//TODO: Finish with this contstant, right now its not working correctly with TRUE status
|
24 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
25 |
// SYSTEM CONSTANTS //////////////////////////////////////////////////////////////////////////////////////////////////
|
26 |
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
27 |
+
if (!defined('WP_BK_VERSION_NUM')) define('WP_BK_VERSION_NUM', '5.2.1' );
|
28 |
+
if (!defined('WP_BK_MINOR_UPDATE')) define('WP_BK_MINOR_UPDATE', true );
|
29 |
if (!defined('IS_USE_WPDEV_BK_CACHE')) define('IS_USE_WPDEV_BK_CACHE', true );
|
30 |
if (!defined('WP_BK_DEBUG_MODE')) define('WP_BK_DEBUG_MODE', false );
|
31 |
if (!defined('WP_BK_MIN')) define('WP_BK_MIN', false );//TODO: Finish with this contstant, right now its not working correctly with TRUE status
|
lib/wpbc-include.php
CHANGED
@@ -45,8 +45,8 @@ if( is_admin() ) {
|
|
45 |
|
46 |
}
|
47 |
|
48 |
-
require_once WPDEV_BK_PLUGIN_DIR . '/lib/wpbc-gcal-class.php'; // Google Calendar Feeds Import @since: 5.2.0
|
49 |
-
require_once WPDEV_BK_PLUGIN_DIR . '/lib/wpbc-gcal.php'; // Sync Google Calendar Events with WPBC @since: 5.2.0
|
50 |
-
if(1) if (file_exists(WPDEV_BK_PLUGIN_DIR.'/inc/sync/index.php')){ // Other Sync(s)
|
51 |
-
require_once WPDEV_BK_PLUGIN_DIR . '/inc/sync/index.php'; }
|
52 |
?>
|
45 |
|
46 |
}
|
47 |
|
48 |
+
// require_once WPDEV_BK_PLUGIN_DIR . '/lib/wpbc-gcal-class.php'; // Google Calendar Feeds Import @since: 5.2.0
|
49 |
+
// require_once WPDEV_BK_PLUGIN_DIR . '/lib/wpbc-gcal.php'; // Sync Google Calendar Events with WPBC @since: 5.2.0
|
50 |
+
// if(1) if (file_exists(WPDEV_BK_PLUGIN_DIR.'/inc/sync/index.php')){ // Other Sync(s)
|
51 |
+
// require_once WPDEV_BK_PLUGIN_DIR . '/inc/sync/index.php'; }
|
52 |
?>
|
lib/wpbc-welcome.php
CHANGED
@@ -220,17 +220,6 @@ class WPBC_Welcome {
|
|
220 |
</div>
|
221 |
</div>
|
222 |
|
223 |
-
<div class="clear" style="height:1px;border-bottom:1px solid #DFDFDF;"></div>
|
224 |
-
|
225 |
-
<div class="feature-section col two-col">
|
226 |
-
<div class="col-1">
|
227 |
-
<h3>Import Google Calendar Events</h3>
|
228 |
-
<p>Importing Google Calendar Events. Configuration of different parameters for feeds importing. Ability to set auto-import of Google Calendar Events during specific times.</p>
|
229 |
-
</div>
|
230 |
-
<div class="col-2 last-feature">
|
231 |
-
<img src="<?php echo $this->asset_path; ?>5.2/import-events.png" style="border:none;box-shadow: 0 1px 3px #777777;">
|
232 |
-
</div>
|
233 |
-
</div>
|
234 |
|
235 |
<div class="clear" style="height:30px;border-bottom:1px solid #DFDFDF;"></div>
|
236 |
|
@@ -295,19 +284,23 @@ class WPBC_Welcome {
|
|
295 |
?>
|
296 |
<p class="update-nag"><?php echo( "New Features in the Paid versions of" ); ?> <?php echo ' Booking Calendar '.$display_version ; ?></p>
|
297 |
|
298 |
-
<div class="changelog">
|
299 |
-
<
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
<h3>Advanced configuration of importing Google Calendar Events</h3>
|
305 |
-
<p>Configurations of Google Calendar Events feeds separately for the each specific booking resources.</p>
|
306 |
-
</div>
|
307 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
308 |
</div>
|
309 |
|
310 |
<div class="clear" style="height:20px;border-bottom:1px solid #DFDFDF;"></div>
|
|
|
311 |
|
312 |
|
313 |
<div class="changelog">
|
220 |
</div>
|
221 |
</div>
|
222 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
223 |
|
224 |
<div class="clear" style="height:30px;border-bottom:1px solid #DFDFDF;"></div>
|
225 |
|
284 |
?>
|
285 |
<p class="update-nag"><?php echo( "New Features in the Paid versions of" ); ?> <?php echo ' Booking Calendar '.$display_version ; ?></p>
|
286 |
|
287 |
+
<div class="changelog">
|
288 |
+
<h2 style="margin:0.2em 0;" class="about-headline-callout"><?php echo( "Responsive and easy to use Booking Admin Panel" ); ?></h2>
|
289 |
+
<div style="margin:0 1% auto;width:100%">
|
290 |
+
<img src="<?php echo $this->asset_path; ?>5.1/booking-overview-p.png" style="width: 71%;float:left;border:none;box-shadow: 0 1px 3px #777777;">
|
291 |
+
<img src="<?php echo $this->asset_path; ?>5.1/booking-overview-p-m.png" style="width: 21.9%;margin-left: 3%;float:left;border:none;box-shadow: 0 1px 3px #777777;">
|
292 |
+
|
|
|
|
|
|
|
293 |
</div>
|
294 |
+
<div class="clear"></div>
|
295 |
+
|
296 |
+
<p><?php echo( "Booking Admin Panel support fully responsive design that looks great on any device" ); ?>. <br/>
|
297 |
+
<?php echo( "Industry standard Interface - resources at the first column and booking dates in right rows" ); ?>.
|
298 |
+
</p>
|
299 |
+
<span class="versions">{ <?php echo( "Available in" ); ?> <a href="http://wpbookingcalendar.com" target="_blank">Personal, Business Small / Medium / Large, MultiUser</a> <?php echo( "versions" ); ?> }</span>
|
300 |
</div>
|
301 |
|
302 |
<div class="clear" style="height:20px;border-bottom:1px solid #DFDFDF;"></div>
|
303 |
+
<div class="clear" style="height:20px;"></div>
|
304 |
|
305 |
|
306 |
<div class="changelog">
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Booking Calendar ===
|
2 |
Contributors: wpdevelop
|
3 |
-
Donate link: http://wpbookingcalendar.com/
|
4 |
Tags: booking, booking calendar, accommodations, appointment, availability, availability calendar, bed and breakfast, booking form, booking system, bookings, calendar, contact form, event, event calendar, events, hotel, meeting, online booking calendar, online reservation, reservation, reservation plugin, rooms, schedule, scheduling
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.0
|
7 |
-
Stable tag: 5.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -61,9 +61,6 @@ Booking Calendar is built to work out of the box. Just activate it and insert bo
|
|
61 |
- Administrator can **Approve** or **Decline** specific bookings.
|
62 |
- View the number of new bookings on the **booking dashboard section**.
|
63 |
|
64 |
-
**Google Calendar Events**
|
65 |
-
- **Import your Google Calendar** feeds to your booking admin panel.
|
66 |
-
|
67 |
**Configure Booking Form and Availability Calendar.**
|
68 |
|
69 |
- Set showing **1 or several months in calendar**.
|
@@ -149,10 +146,13 @@ If you have any further questions, please fill free to <a href="mailto:support@w
|
|
149 |
8. **Settings**. Configure different parameters for fitting plugin to your needs.
|
150 |
9. **Form fields**. Change fields Label, Activate or Deactivate or Set Required specific field.
|
151 |
10. **Emails**. Configure email templates for different booking actions.
|
152 |
-
11. **
|
153 |
-
12. **Calendar Skins**. Select calendar skin for better fitting to your web-site design.
|
154 |
|
155 |
== Changelog ==
|
|
|
|
|
|
|
|
|
156 |
= 5.2 =
|
157 |
- Features and issue fixings in All versions:
|
158 |
* **New** **Allow multiple bookings per same day**. Your visitors will be able to make *unlimited bookings per same date(s) in calendar and do not see any booked date(s)* of other visitors.
|
@@ -442,8 +442,8 @@ If you have any further questions, please fill free to <a href="mailto:support@w
|
|
442 |
For more information, see the [full release notes](http://wpbookingcalendar.com/changelog/).
|
443 |
|
444 |
== Upgrade Notice ==
|
445 |
-
= 5.2 =
|
446 |
-
Allow multiple bookings per same day.
|
447 |
|
448 |
== Languages ==
|
449 |
|
1 |
=== Booking Calendar ===
|
2 |
Contributors: wpdevelop
|
3 |
+
Donate link: http://wpbookingcalendar.com/
|
4 |
Tags: booking, booking calendar, accommodations, appointment, availability, availability calendar, bed and breakfast, booking form, booking system, bookings, calendar, contact form, event, event calendar, events, hotel, meeting, online booking calendar, online reservation, reservation, reservation plugin, rooms, schedule, scheduling
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.0
|
7 |
+
Stable tag: 5.2.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
61 |
- Administrator can **Approve** or **Decline** specific bookings.
|
62 |
- View the number of new bookings on the **booking dashboard section**.
|
63 |
|
|
|
|
|
|
|
64 |
**Configure Booking Form and Availability Calendar.**
|
65 |
|
66 |
- Set showing **1 or several months in calendar**.
|
146 |
8. **Settings**. Configure different parameters for fitting plugin to your needs.
|
147 |
9. **Form fields**. Change fields Label, Activate or Deactivate or Set Required specific field.
|
148 |
10. **Emails**. Configure email templates for different booking actions.
|
149 |
+
11. **Calendar Skins**. Select calendar skin for better fitting to your web-site design.
|
|
|
150 |
|
151 |
== Changelog ==
|
152 |
+
|
153 |
+
= 5.2.1 =
|
154 |
+
* Because Google stop supporting of "Google Calendar API v2" (on Nov. 17, 2014), this update temporary remove import Google Calendar events, until we implement new API v.3
|
155 |
+
|
156 |
= 5.2 =
|
157 |
- Features and issue fixings in All versions:
|
158 |
* **New** **Allow multiple bookings per same day**. Your visitors will be able to make *unlimited bookings per same date(s) in calendar and do not see any booked date(s)* of other visitors.
|
442 |
For more information, see the [full release notes](http://wpbookingcalendar.com/changelog/).
|
443 |
|
444 |
== Upgrade Notice ==
|
445 |
+
= 5.2.1 =
|
446 |
+
Allow multiple bookings per same day. Many other improvements.
|
447 |
|
448 |
== Languages ==
|
449 |
|
screenshot-11.png
CHANGED
Binary file
|
screenshot-12.png
DELETED
Binary file
|
wpdev-booking.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Booking Calendar
|
4 |
Plugin URI: http://wpbookingcalendar.com/demo/
|
5 |
Description: Online reservation and availability checking service for your site.
|
6 |
-
Version: 5.2
|
7 |
Author: wpdevelop
|
8 |
Author URI: http://wpbookingcalendar.com/
|
9 |
Tested WordPress Versions: 3.3 - 4.0
|
3 |
Plugin Name: Booking Calendar
|
4 |
Plugin URI: http://wpbookingcalendar.com/demo/
|
5 |
Description: Online reservation and availability checking service for your site.
|
6 |
+
Version: 5.2.1
|
7 |
Author: wpdevelop
|
8 |
Author URI: http://wpbookingcalendar.com/
|
9 |
Tested WordPress Versions: 3.3 - 4.0
|