Plugin Directory

Changeset 3493377


Ignore:
Timestamp:
03/28/2026 02:17:46 PM (3 days ago)
Author:
bookiflex
Message:

release: v1.1.1

Location:
bookiflex
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • bookiflex/tags/1.1.1/assets/manifest.json

    r3487384 r3493377  
    11{
    2   "version": "1.1.0",
    3   "generated": "2026-03-20T18:01:17.663Z",
     2  "version": "1.1.1",
     3  "generated": "2026-03-28T14:15:22.310Z",
    44  "external": {
    55    "vue": "assets/vendor/vue/vue.global.prod.js",
  • bookiflex/tags/1.1.1/bookiflex.php

    r3487384 r3493377  
    66 * Description: Direct Booking Widget for Apartments and Short-Term Rentals
    77 * Plugin URI: https://bookiflex.com
    8  * Version: 1.1.0
     8 * Version: 1.1.1
    99 * Author: BookiFlex
    1010 * License: GPL-2.0-or-later
     
    8080}
    8181// Define plugin constants
    82 define( 'BOOKIFLEX_VERSION', '1.1.0' );
     82define( 'BOOKIFLEX_VERSION', '1.1.1' );
    8383define( 'BOOKIFLEX_FILE', __FILE__ );
    8484define( 'BOOKIFLEX_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • bookiflex/tags/1.1.1/readme.txt

    r3487384 r3493377  
    55Tested up to: 6.9
    66Requires PHP: 8.1
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    149149== Changelog ==
    150150
     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
    151161= 1.0.0 =
    152162* Initial release
     
    154164* Room setup, pricing, availability, and email notifications
    155165
    156 = 1.0.2 =
    157 * Fix onboarding flow
    158 
    159 = 1.1.0 =
    160 * Improve interface behavior (search widget)
    161 * Fix minor bugs
    162166
    163167== Installation ==
  • bookiflex/tags/1.1.1/src/Extensions/Notification/I18n/EmailStrings.php

    r3478607 r3493377  
    237237            'payment.label.tax' => __('Tax', 'bookiflex'),
    238238            /* translators: %s: tax percentage */
    239             'payment.label.tax_percent' => __('Tax (%s%)', 'bookiflex'),
     239            'payment.label.tax_percent' => __('Tax (%s%%)', 'bookiflex'),
    240240            'payment.label.additional_charges' => __('Additional charges', 'bookiflex'),
    241241            'payment.label.total' => __('Total', 'bookiflex'),
  • bookiflex/tags/1.1.1/vendor/composer/installed.php

    r3487384 r3493377  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
  • bookiflex/trunk/assets/manifest.json

    r3487384 r3493377  
    11{
    2   "version": "1.1.0",
    3   "generated": "2026-03-20T18:01:17.663Z",
     2  "version": "1.1.1",
     3  "generated": "2026-03-28T14:15:22.310Z",
    44  "external": {
    55    "vue": "assets/vendor/vue/vue.global.prod.js",
  • bookiflex/trunk/bookiflex.php

    r3487384 r3493377  
    66 * Description: Direct Booking Widget for Apartments and Short-Term Rentals
    77 * Plugin URI: https://bookiflex.com
    8  * Version: 1.1.0
     8 * Version: 1.1.1
    99 * Author: BookiFlex
    1010 * License: GPL-2.0-or-later
     
    8080}
    8181// Define plugin constants
    82 define( 'BOOKIFLEX_VERSION', '1.1.0' );
     82define( 'BOOKIFLEX_VERSION', '1.1.1' );
    8383define( 'BOOKIFLEX_FILE', __FILE__ );
    8484define( 'BOOKIFLEX_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
  • bookiflex/trunk/readme.txt

    r3487384 r3493377  
    55Tested up to: 6.9
    66Requires PHP: 8.1
    7 Stable tag: 1.1.0
     7Stable tag: 1.1.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    149149== Changelog ==
    150150
     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
    151161= 1.0.0 =
    152162* Initial release
     
    154164* Room setup, pricing, availability, and email notifications
    155165
    156 = 1.0.2 =
    157 * Fix onboarding flow
    158 
    159 = 1.1.0 =
    160 * Improve interface behavior (search widget)
    161 * Fix minor bugs
    162166
    163167== Installation ==
  • bookiflex/trunk/src/Extensions/Notification/I18n/EmailStrings.php

    r3478607 r3493377  
    237237            'payment.label.tax' => __('Tax', 'bookiflex'),
    238238            /* translators: %s: tax percentage */
    239             'payment.label.tax_percent' => __('Tax (%s%)', 'bookiflex'),
     239            'payment.label.tax_percent' => __('Tax (%s%%)', 'bookiflex'),
    240240            'payment.label.additional_charges' => __('Additional charges', 'bookiflex'),
    241241            'payment.label.total' => __('Total', 'bookiflex'),
  • bookiflex/trunk/vendor/composer/installed.php

    r3487384 r3493377  
    22    'root' => array(
    33        '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',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    2121        ),
    2222        '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',
    2626            'type' => 'wordpress-plugin',
    2727            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.