Skip to content

Commit

Permalink
🚀 RELEASE: DDWC v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdevore committed Sep 9, 2021
1 parent 08382df commit 9ec5062
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.2.1
* Added `ddwc_woocommerce_store_address` helper function in `admin/ddwc-functions.php`
* Updated text strings for localization for translations found in the `languages` folder

## 3.2
* Added `ddwc_driver_dashboard_completed_orders_order_details_url` filter in `admin/ddwc-dashboard-shortcode.php`
* Added `FontAwesome` and enqueued the stylesheet in `public/class-ddwc-public.php`
Expand Down
8 changes: 6 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: deviodigital
Donate link: https://www.deviodigital.com
Tags: delivery, ecommerce, woocommerce, courier, delivery-drivers, marijuana, dispensary, cannabis, weed
Requires at least: 3.0.1
Tested up to: 5.7
Stable tag: 3.2
Tested up to: 5.8.1
Stable tag: 3.2.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -95,6 +95,10 @@ Learn more at [Delivery Fees for WooCommerce](https://www.wordpress.org/plugins/

== Changelog ==

= 3.2.1 =
* Added `ddwc_woocommerce_store_address` helper function in `admin/ddwc-functions.php`
* Updated text strings for localization for translations found in the `languages` folder

= 3.2 =
* Added `ddwc_driver_dashboard_completed_orders_order_details_url` filter in `admin/ddwc-dashboard-shortcode.php`
* Added `FontAwesome` and enqueued the stylesheet in `public/class-ddwc-public.php`
Expand Down
6 changes: 3 additions & 3 deletions delivery-drivers-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
* Plugin Name: Delivery Drivers for WooCommerce
* Plugin URI: https://www.deviodigital.com
* Description: Streamline your mobile workforce and increase your bottom line.
* Version: 3.2
* Version: 3.2.1
* Author: Devio Digital
* Author URI: https://www.deviodigital.com
* License: GPL-2.0+
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
* Text Domain: delivery-drivers-for-woocommerce
* Domain Path: /languages
* WC requires at least: 3.5.0
* WC tested up to: 5.1.0
* WC tested up to: 5.6.0
*/

// If this file is called directly, abort.
Expand All @@ -30,7 +30,7 @@
/**
* Current plugin version.
*/
define( 'DDWC_VERSION', '3.2' );
define( 'DDWC_VERSION', '3.2.1' );

/**
* The code that runs during plugin activation.
Expand Down
2 changes: 1 addition & 1 deletion includes/class-ddwc.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class DDWC {
*/
public function __construct() {
$this->plugin_name = 'delivery-drivers-for-woocommerce';
$this->version = '3.2';
$this->version = '3.2.1';

if ( defined( 'DDWC_VERSION' ) ) {
$this->version = DDWC_VERSION;
Expand Down

0 comments on commit 9ec5062

Please sign in to comment.