Plugin Directory

Changeset 2365148


Ignore:
Timestamp:
08/19/2020 05:38:44 PM (6 years ago)
Author:
shellbeezy
Message:

Adding changes for version 1.1.19

Location:
woocommerce-accommodation-bookings/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • woocommerce-accommodation-bookings/trunk/changelog.txt

    r2337392 r2365148  
    11*** Changelog ***
     2
     3= 1.1.19 - 2020-08-19 =
     4* Tweak - WordPress 5.5 compatibility.
    25
    36= 1.1.18 - 2020-07-08 =
  • woocommerce-accommodation-bookings/trunk/languages/woocommerce-accommodation-bookings.pot

    r2337392 r2365148  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: WooCommerce Accommodation Bookings 1.1.18\n"
     5"Project-Id-Version: WooCommerce Accommodation Bookings 1.1.19\n"
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/woocommerce-accommodation-bookings\n"
    8 "POT-Creation-Date: 2020-07-08 12:56:23+00:00\n"
     8"POT-Creation-Date: 2020-08-19 17:37:40+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
  • woocommerce-accommodation-bookings/trunk/readme.txt

    r2337392 r2365148  
    33Tags: woocommerce, bookings, accommodations
    44Requires at least: 4.1
    5 Tested up to: 5.4
    6 Stable tag: 1.1.18
     5Tested up to: 5.5
     6Stable tag: 1.1.19
    77License: GNU General Public License v3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3737== Changelog ==
    3838
     39= 1.1.19 - 2020-08-19 =
     40* Tweak - WordPress 5.5 compatibility.
     41
    3942= 1.1.18 - 2020-07-08 =
    4043* Fix - Existing booking checkout date showed as fully booked and not selectable.
  • woocommerce-accommodation-bookings/trunk/woocommerce-accommodation-bookings.php

    r2337392 r2365148  
    44 * Plugin URI: https://woocommerce.com/products/woocommerce-accommodation-bookings/
    55 * Description: An accommodations add-on for the WooCommerce Bookings extension.
    6  * Version: 1.1.18
     6 * Version: 1.1.19
    77 * Author: WooCommerce
    88 * Author URI: https://woocommerce.com
     
    2121}
    2222
    23 define( 'WC_ACCOMMODATION_BOOKINGS_VERSION', '1.1.18' ); // WRCS: DEFINED_VERSION.
     23define( 'WC_ACCOMMODATION_BOOKINGS_VERSION', '1.1.19' ); // WRCS: DEFINED_VERSION.
    2424
    2525require_once( 'includes/class-wc-accommodation-bookings-plugin.php' );
Note: See TracChangeset for help on using the changeset viewer.