PluginProbe
Booking Calendar / 11.8.3
Booking Calendar v11.8.3
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
← All changes | core/admin/page-ics-general.php +9 -0 11.011.8.3 View file →
@@ -175,8 +175,17 @@
175 175 , 'description' => ''
176 176 , 'group' => 'import_advanced'
177 177 );
178 178
179 + $this->fields['booking_ics_import_append_extra_checkout_day'] = array(
180 + 'type' => 'checkbox'
181 + , 'default' => 'Off'
182 + , 'title' => __('Append extra day after imported checkout day', 'booking')
183 + , 'label' => __('Append one extra day after the imported check out day during import .ics feeds.' ,'booking')
184 + , 'description' => __('This option works together with "Append check out day" and is useful only if you need to block one additional day after the checkout date from the imported calendar.' ,'booking')
185 + , 'group' => 'import_advanced'
186 + );
187 +
179 188 if ( class_exists( 'wpdev_bk_biz_s' ) ) {
180 189 // FixIn: 8.1.3.29.
181 190 $this->fields['booking_ics_import_add_change_over_time'] = array(
182 191 'type' => 'checkbox'