Plugin Directory

Changeset 2185678


Ignore:
Timestamp:
11/04/2019 04:28:47 PM (6 years ago)
Author:
ferdev
Message:

Adding changes for version 1.1.11

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

Legend:

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

    r2179088 r2185678  
    11*** Changelog ***
     2
     3= 1.1.11 - 2019-11-04 =
     4* Tweak - WC tested up to 3.8.
    25
    36= 1.1.10 - 2019-10-24 =
  • woocommerce-accommodation-bookings/trunk/readme.txt

    r2179088 r2185678  
    44Requires at least: 4.1
    55Tested up to: 5.0
    6 Stable tag: 1.1.10
     6Stable tag: 1.1.11
    77License: GNU General Public License v3.0
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    3737== Changelog ==
    3838
     39= 1.1.11 - 2019-11-04 =
     40* Tweak - WC tested up to 3.8.
     41
    3942= 1.1.10 - 2019-10-24 =
    4043* Fix - Integration with WooCommerce Product Add-ons.
  • woocommerce-accommodation-bookings/trunk/woocommerce-accommodation-bookings.php

    r2179088 r2185678  
    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.10
     6 * Version: 1.1.11
    77 * Author: WooCommerce
    88 * Author URI: https://woocommerce.com
    99 * Text Domain: woocommerce-accommodation-bookings
    1010 * Domain Path: /languages
    11  * WC tested up to: 3.7
     11 * WC tested up to: 3.8
    1212 * WC requires at least: 2.6
    1313 *
     
    2222
    2323require_once( 'includes/class-wc-accommodation-bookings-plugin.php' );
    24 $plugin = new WC_Accommodation_Bookings_Plugin( __FILE__, '1.1.10' );
     24$plugin = new WC_Accommodation_Bookings_Plugin( __FILE__, '1.1.11' );
    2525$plugin->run();
Note: See TracChangeset for help on using the changeset viewer.