Changeset 3493377
- Timestamp:
- 03/28/2026 02:17:46 PM (3 days ago)
- Location:
- bookiflex
- Files:
-
- 10 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from bookiflex/trunk)
-
tags/1.1.1/assets/manifest.json (modified) (1 diff)
-
tags/1.1.1/bookiflex.php (modified) (2 diffs)
-
tags/1.1.1/readme.txt (modified) (3 diffs)
-
tags/1.1.1/src/Extensions/Notification/I18n/EmailStrings.php (modified) (1 diff)
-
tags/1.1.1/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/assets/manifest.json (modified) (1 diff)
-
trunk/bookiflex.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/src/Extensions/Notification/I18n/EmailStrings.php (modified) (1 diff)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bookiflex/tags/1.1.1/assets/manifest.json
r3487384 r3493377 1 1 { 2 "version": "1.1. 0",3 "generated": "2026-03-2 0T18:01:17.663Z",2 "version": "1.1.1", 3 "generated": "2026-03-28T14:15:22.310Z", 4 4 "external": { 5 5 "vue": "assets/vendor/vue/vue.global.prod.js", -
bookiflex/tags/1.1.1/bookiflex.php
r3487384 r3493377 6 6 * Description: Direct Booking Widget for Apartments and Short-Term Rentals 7 7 * Plugin URI: https://bookiflex.com 8 * Version: 1.1. 08 * Version: 1.1.1 9 9 * Author: BookiFlex 10 10 * License: GPL-2.0-or-later … … 80 80 } 81 81 // Define plugin constants 82 define( 'BOOKIFLEX_VERSION', '1.1. 0' );82 define( 'BOOKIFLEX_VERSION', '1.1.1' ); 83 83 define( 'BOOKIFLEX_FILE', __FILE__ ); 84 84 define( 'BOOKIFLEX_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
bookiflex/tags/1.1.1/readme.txt
r3487384 r3493377 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.1 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 149 149 == Changelog == 150 150 151 = 1.1.1 = 152 * Fix a problem with Notifications when VAT is enabled 153 154 = 1.1.0 = 155 * Improve interface behavior (search widget) 156 * Fix minor bugs 157 158 = 1.0.2 = 159 * Fix onboarding flow 160 151 161 = 1.0.0 = 152 162 * Initial release … … 154 164 * Room setup, pricing, availability, and email notifications 155 165 156 = 1.0.2 =157 * Fix onboarding flow158 159 = 1.1.0 =160 * Improve interface behavior (search widget)161 * Fix minor bugs162 166 163 167 == Installation == -
bookiflex/tags/1.1.1/src/Extensions/Notification/I18n/EmailStrings.php
r3478607 r3493377 237 237 'payment.label.tax' => __('Tax', 'bookiflex'), 238 238 /* translators: %s: tax percentage */ 239 'payment.label.tax_percent' => __('Tax (%s% )', 'bookiflex'),239 'payment.label.tax_percent' => __('Tax (%s%%)', 'bookiflex'), 240 240 'payment.label.additional_charges' => __('Additional charges', 'bookiflex'), 241 241 'payment.label.total' => __('Total', 'bookiflex'), -
bookiflex/tags/1.1.1/vendor/composer/installed.php
r3487384 r3493377 2 2 'root' => array( 3 3 'name' => 'bookiflex/plugin', 4 'pretty_version' => 'v1.1. 0',5 'version' => '1.1. 0.0',6 'reference' => ' 2cb90f98360f60d3cd4d5eab1a07aafb226f4791',4 'pretty_version' => 'v1.1.1', 5 'version' => '1.1.1.0', 6 'reference' => '198f1b412b1060aca0e245573237bc45105d1d82', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'bookiflex/plugin' => array( 23 'pretty_version' => 'v1.1. 0',24 'version' => '1.1. 0.0',25 'reference' => ' 2cb90f98360f60d3cd4d5eab1a07aafb226f4791',23 'pretty_version' => 'v1.1.1', 24 'version' => '1.1.1.0', 25 'reference' => '198f1b412b1060aca0e245573237bc45105d1d82', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../', -
bookiflex/trunk/assets/manifest.json
r3487384 r3493377 1 1 { 2 "version": "1.1. 0",3 "generated": "2026-03-2 0T18:01:17.663Z",2 "version": "1.1.1", 3 "generated": "2026-03-28T14:15:22.310Z", 4 4 "external": { 5 5 "vue": "assets/vendor/vue/vue.global.prod.js", -
bookiflex/trunk/bookiflex.php
r3487384 r3493377 6 6 * Description: Direct Booking Widget for Apartments and Short-Term Rentals 7 7 * Plugin URI: https://bookiflex.com 8 * Version: 1.1. 08 * Version: 1.1.1 9 9 * Author: BookiFlex 10 10 * License: GPL-2.0-or-later … … 80 80 } 81 81 // Define plugin constants 82 define( 'BOOKIFLEX_VERSION', '1.1. 0' );82 define( 'BOOKIFLEX_VERSION', '1.1.1' ); 83 83 define( 'BOOKIFLEX_FILE', __FILE__ ); 84 84 define( 'BOOKIFLEX_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
bookiflex/trunk/readme.txt
r3487384 r3493377 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.1 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 149 149 == Changelog == 150 150 151 = 1.1.1 = 152 * Fix a problem with Notifications when VAT is enabled 153 154 = 1.1.0 = 155 * Improve interface behavior (search widget) 156 * Fix minor bugs 157 158 = 1.0.2 = 159 * Fix onboarding flow 160 151 161 = 1.0.0 = 152 162 * Initial release … … 154 164 * Room setup, pricing, availability, and email notifications 155 165 156 = 1.0.2 =157 * Fix onboarding flow158 159 = 1.1.0 =160 * Improve interface behavior (search widget)161 * Fix minor bugs162 166 163 167 == Installation == -
bookiflex/trunk/src/Extensions/Notification/I18n/EmailStrings.php
r3478607 r3493377 237 237 'payment.label.tax' => __('Tax', 'bookiflex'), 238 238 /* translators: %s: tax percentage */ 239 'payment.label.tax_percent' => __('Tax (%s% )', 'bookiflex'),239 'payment.label.tax_percent' => __('Tax (%s%%)', 'bookiflex'), 240 240 'payment.label.additional_charges' => __('Additional charges', 'bookiflex'), 241 241 'payment.label.total' => __('Total', 'bookiflex'), -
bookiflex/trunk/vendor/composer/installed.php
r3487384 r3493377 2 2 'root' => array( 3 3 'name' => 'bookiflex/plugin', 4 'pretty_version' => 'v1.1. 0',5 'version' => '1.1. 0.0',6 'reference' => ' 2cb90f98360f60d3cd4d5eab1a07aafb226f4791',4 'pretty_version' => 'v1.1.1', 5 'version' => '1.1.1.0', 6 'reference' => '198f1b412b1060aca0e245573237bc45105d1d82', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 21 21 ), 22 22 'bookiflex/plugin' => array( 23 'pretty_version' => 'v1.1. 0',24 'version' => '1.1. 0.0',25 'reference' => ' 2cb90f98360f60d3cd4d5eab1a07aafb226f4791',23 'pretty_version' => 'v1.1.1', 24 'version' => '1.1.1.0', 25 'reference' => '198f1b412b1060aca0e245573237bc45105d1d82', 26 26 'type' => 'wordpress-plugin', 27 27 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.