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 | index.php +4 -3 2.0.12 → 2.1.21 View file →
@@ -6,12 +6,13 @@
6 6 Author: wpdevelop, oplugins
7 7 Author URI: https://oplugins.com/
8 8 Text Domain: booking-manager
9 9 Domain Path: /languages/
10 -Version: 2.0.12
10 +Version: 2.1.21
11 +License: GPLv2 or later
11 12 */
12 13
13 -/* Copyright 2017-2019 www.oplugins.com (email: [email protected]),
14 +/* Copyright 2017-2026 www.oplugins.com (email: [email protected]),
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
@@ -32,9 +33,9 @@
32 33 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
33 34 // PRIMARY URL CONSTANTS //////////////////////////////////////////////////////////////////////////////////////////////////
34 35 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
35 36
36 -if ( ! defined( 'WPBM_VERSION_NUM' ) ) define( 'WPBM_VERSION_NUM', '2.0.12' );
37 +if ( ! defined( 'WPBM_VERSION_NUM' ) ) define( 'WPBM_VERSION_NUM', '2.1.21' );
37 38
38 39 // ..\home\siteurl\www\wp-content\plugins\plugin-name\wpbm-item.php
39 40 if ( ! defined( 'WPBM_FILE' ) ) define( 'WPBM_FILE', __FILE__ );
40 41