Booking Calendar - Version 5.0.4

Version Description

  • Fix CSS headers issue in admin panel for the WordPress 3.8
Download this release

Release Info

Developer wpdevelop
Plugin Icon 128x128 Booking Calendar
Version 5.0.4
Comparing to
See all releases

Code changes from version 5.0.3 to 5.0.4

Files changed (3) hide show
  1. css/admin.css +21 -9
  2. readme.txt +6 -3
  3. wpdev-booking.php +5 -2
css/admin.css CHANGED
@@ -172,15 +172,18 @@ a.wpbc-help-tooltip:hover{
172
 
173
  /* Settings CSS */
174
  .form-table th {
175
- width: 160px;
176
- line-height: 15px;
177
- font-size: 11px;
178
- font-style: italic;
 
 
179
  }
180
  .form-table th label {
181
- font-size: 12px;
182
- font-weight: bold;
183
  font-style: normal;
 
184
  line-height: 25px;
185
  }
186
  .form-table input.regular-text,
@@ -1533,9 +1536,9 @@ html[xmlns] .clearfix-height.hidden_items {
1533
  -webkit-border-bottom-left-radius: 5px;
1534
  -webkit-border-bottom-right-radius: 5px;
1535
  border-bottom-left-radius: 5px;
1536
- border-bottom-right-radius: 5px;
1537
-
1538
  border-color: #EEE #AAA #AAA;
 
1539
  }
1540
  .booking-submenu-tab.bottom-submenu-tab.booking-submenu-tab-selected {
1541
  border-color: #888 #AAA #AAA;
@@ -2038,6 +2041,9 @@ a.first_day_in_bookin {
2038
  .wpdevbk .popover-inner {
2039
  width: 350px;
2040
  }
 
 
 
2041
  .calendar_timeline_frame .calendar_overview_cell.today_date {
2042
  /*background: none repeat scroll 0 0 #9F5 !important;*/
2043
  color: #888 !important;
@@ -2145,8 +2151,14 @@ td.bk_resource_selector {
2145
  }
2146
  .time_section_in_day
2147
  #wpdev-booking-general h2,
2148
- #wpdev-booking-general .icon32 {
 
 
 
2149
  display: block;
 
 
 
2150
  }
2151
 
2152
  /******************************************************************************/
172
 
173
  /* Settings CSS */
174
  .form-table th {
175
+ font-size: 11px;
176
+ font-style: italic;
177
+ line-height: 15px;
178
+ padding: 10px;
179
+ text-align: left;
180
+ vertical-align: middle;
181
  }
182
  .form-table th label {
183
+ color: #444444;
184
+ font-size: 14px;
185
  font-style: normal;
186
+ font-weight: 600;
187
  line-height: 25px;
188
  }
189
  .form-table input.regular-text,
1536
  -webkit-border-bottom-left-radius: 5px;
1537
  -webkit-border-bottom-right-radius: 5px;
1538
  border-bottom-left-radius: 5px;
1539
+ border-bottom-right-radius: 5px;
 
1540
  border-color: #EEE #AAA #AAA;
1541
+ margin-top: 0;
1542
  }
1543
  .booking-submenu-tab.bottom-submenu-tab.booking-submenu-tab-selected {
1544
  border-color: #888 #AAA #AAA;
2041
  .wpdevbk .popover-inner {
2042
  width: 350px;
2043
  }
2044
+ .wpdevbk.popover.left .arrow {
2045
+ left:auto;
2046
+ }
2047
  .calendar_timeline_frame .calendar_overview_cell.today_date {
2048
  /*background: none repeat scroll 0 0 #9F5 !important;*/
2049
  color: #888 !important;
2151
  }
2152
  .time_section_in_day
2153
  #wpdev-booking-general h2,
2154
+ #wpdev-booking-general .icon32,
2155
+ #wpdev-booking-option-general .icon32,
2156
+ #wpdev-booking-reservation-general .icon32,
2157
+ #wpdev-booking-resources-general .icon32{
2158
  display: block;
2159
+ float:left;
2160
+ height: 34px;
2161
+ width: 36px;
2162
  }
2163
 
2164
  /******************************************************************************/
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === Booking Calendar ===
2
  Contributors: wpdevelop
3
  Donate link: http://wpbookingcalendar.com/buy/
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: 3.7
7
- Stable tag: 5.0.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -148,6 +148,9 @@ If you have any further questions, please fill free to <a href="mailto:support@w
148
  10. **Calendar Skins**. Select calendar skin for better fitting to your site design.
149
 
150
  == Changelog ==
 
 
 
151
  = 5.0.3 =
152
  * Added new transaltion to Swedish by Mattias Aslund [51% complete]
153
  * Fixed issue. Sometimes the "number of unavailbale days from today" was working incorrectly.
1
+ === Booking Calendar ===
2
  Contributors: wpdevelop
3
  Donate link: http://wpbookingcalendar.com/buy/
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: 3.8
7
+ Stable tag: 5.0.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
148
  10. **Calendar Skins**. Select calendar skin for better fitting to your site design.
149
 
150
  == Changelog ==
151
+ = 5.0.4 =
152
+ * Fix CSS headers issue in admin panel for the WordPress 3.8
153
+
154
  = 5.0.3 =
155
  * Added new transaltion to Swedish by Mattias Aslund [51% complete]
156
  * Fixed issue. Sometimes the "number of unavailbale days from today" was working incorrectly.
wpdev-booking.php CHANGED
@@ -3,10 +3,10 @@
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.0.3
7
  Author: wpdevelop
8
  Author URI: http://wpbookingcalendar.com/
9
- Tested WordPress Versions: 3.3 - 3.7
10
  */
11
 
12
  /* Copyright 2009 - 2013 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
@@ -37,6 +37,9 @@ Change Log and Features for Future Releases :
37
  *
38
  *
39
  *
 
 
 
40
  = 5.0.3 =
41
  * Set position of the version number to the absolute bottom on the Booking Listing page.
42
  * Fixed issue. Sometimes the "number of unavailbale days from today" was working incorrectly.
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.0.4
7
  Author: wpdevelop
8
  Author URI: http://wpbookingcalendar.com/
9
+ Tested WordPress Versions: 3.3 - 3.8
10
  */
11
 
12
  /* Copyright 2009 - 2013 www.wpbookingcalendar.com (email: info@wpbookingcalendar.com),
37
  *
38
  *
39
  *
40
+ = 5.0.4 =
41
+ * Fix CSS headers issue in admin panel for the WordPress 3.8
42
+
43
  = 5.0.3 =
44
  * Set position of the version number to the absolute bottom on the Booking Listing page.
45
  * Fixed issue. Sometimes the "number of unavailbale days from today" was working incorrectly.