Skip to content

Commit

Permalink
Updated the version number and readme text
Browse files Browse the repository at this point in the history
  • Loading branch information
dleigh committed May 13, 2019
1 parent 807ffd4 commit 39f0bb5
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions order-delivery-date-for-woocommerce-dow-discount.php
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
*
* @since 1.0
*/
$wpefield_version = '1.1.0';
$wpefield_version = '1.2.0';

/**
* Include the require files
@@ -199,7 +199,7 @@ public function woo_dowd_capabilities() {
/**
* Enqueue styles in the admin footer only for the settings page
*
* @since 1.0
* @since 1.2.0
*/
public function woo_dowd_admin_style( $hook ) {
if ( 'toplevel_page_order_delivery_date_lite' != $hook ) {
8 changes: 8 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -40,6 +40,14 @@ This plugin extends the Order Delivery Date Lite for WooCommerce plugin (https:/

== Changelog ==

= 1.2.0 (2019-05-13) =
* The parent plugin has evolved and changed the way that the date was stored. They decided to store it locally on the client machine. So This
update was a major reworking of how that date gets to this plugin. Ajax was added to accomplish this as well as transients to store data
between our ajax call and the call to Woo's ajax to update the cart or checkout pages. Additionally, much logic was added to account for the
strange way that Woo behaves when invoking its shipping filter hook.
* The settings on the admin side were visually tidy-ed up a bit
* Some dead code was removed

= 1.1.0 (2019-03-18) =
* Added the ability to include/exclude specific posts and specific categories

2 changes: 1 addition & 1 deletion woo-dowd-config.php
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@
$woo_dowd_tested_plugin_version_pairs = array(
'1.0.0-3.6.1',
'1.1.0-3.6.1',
'1.1.0-3.8.1',
'1.2.0-3.8.1',
);

/**

0 comments on commit 39f0bb5

Please sign in to comment.