PluginProbe
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar / 2.1.21
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar v2.1.21
2.1.22 2.1.21 2.1.20 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 trunk 1.1 2.0 2.0.1 2.0.10.2 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.2 2.0.20 2.0.21 All 56 releases
← All changes | core/admin/api-settings.php +10 -0 2.1.72.1.21 View file →
@@ -66,8 +66,18 @@
66 66 , 'description' => ''
67 67 , 'group' => 'wpbm_listing'
68 68 );
69 69
70 + //FixIn: 2.1.12.1
71 + $this->fields['wpbm_is_export_only_full_days'] = array(
72 + 'type' => 'checkbox'
73 + , 'default' => $default_options_values['wpbm_is_export_only_full_days'] //'Off'
74 + , 'title' => __('Export only full days (not time)' , 'booking-manager')
75 + , 'label' => __('Check this box to export only full days without time to the .ics feed. This is a limitation in Airbnb and some other services.' , 'booking-manager')
76 + , 'description' => ''
77 + , 'group' => 'wpbm_listing'
78 + );
79 +
70 80
71 81 $this->fields['wpbm_start_day_weeek'] = array(
72 82 'type' => 'select'
73 83 , 'default' => $default_options_values[ 'wpbm_start_day_weeek' ] // '2'