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.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 2.0.22 All 55 releases
← All changes | index.php +7 -4 2.0.22.1.21 View file →
@@ -1,17 +1,18 @@
1 1 <?php
2 2 /*
3 3 Plugin Name: Booking Manager
4 -Plugin URI: http://oplugins.com/plugins/booking-manager
4 +Plugin URI: https://oplugins.com/plugins/booking-manager
5 5 Description: Showing events listing from .ics feeds or sync bookings from different sources to your website
6 6 Author: wpdevelop, oplugins
7 -Author URI: http://oplugins.com/
7 +Author URI: https://oplugins.com/
8 8 Text Domain: booking-manager
9 9 Domain Path: /languages/
10 -Version: 2.0.2
10 +Version: 2.1.21
11 +License: GPLv2 or later
11 12 */
12 13
13 -/* Copyright 2017 www.oplugins.com (email: info@oplugins.com),
14 +/* Copyright 2017-2026 www.oplugins.com (email: info@oplugins.com),
14 15
15 16 This program is free software: you can redistribute it and/or modify
16 17 it under the terms of the GNU General Public License as published by
17 18 the Free Software Foundation, either version 2 of the License, or
@@ -31,8 +32,10 @@
31 32
32 33 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
33 34 // PRIMARY URL CONSTANTS //////////////////////////////////////////////////////////////////////////////////////////////////
34 35 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
36 +
37 +if ( ! defined( 'WPBM_VERSION_NUM' ) ) define( 'WPBM_VERSION_NUM', '2.1.21' );
35 38
36 39 // ..\home\siteurl\www\wp-content\plugins\plugin-name\wpbm-item.php
37 40 if ( ! defined( 'WPBM_FILE' ) ) define( 'WPBM_FILE', __FILE__ );
38 41