| @@ -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 | |