Skip to content

Commit

Permalink
3.0.2-Release
Browse files Browse the repository at this point in the history
  • Loading branch information
saad-siddique committed May 21, 2021
1 parent e68e9f9 commit 8a85e11
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions languages/uncanny-automator.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the same license as the Uncanny Automator plugin.
msgid ""
msgstr ""
"Project-Id-Version: Uncanny Automator 3.0.1\n"
"Project-Id-Version: Uncanny Automator 3.0.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/uncanny-automator\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-05-20T21:16:17+00:00\n"
"POT-Creation-Date: 2021-05-21T16:11:12+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: uncanny-automator\n"
Expand Down
11 changes: 10 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: automation, zapier, google sheets, mailchimp, learndash
Requires at least: 5.0
Tested up to: 5.7.2
Requires PHP: 7.2
Stable tag: 3.0.1
Stable tag: 3.0.2
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -173,6 +173,12 @@ We're a Toronto-based WordPress company specializing in elearning and automation

== Changelog ==

= 3.0.2 [2021-05-21] =

**Fixed:**

* WooCommerce Payment Gateways: Compatibility issue on some server configurations

= 3.0.1 [2021-05-20] =

**Fixed:**
Expand Down Expand Up @@ -459,6 +465,9 @@ We're a Toronto-based WordPress company specializing in elearning and automation

== Upgrade Notice ==

= 3.0.2 =
Uncanny Automator 3.0 is a major release. We recommend taking a backup and testing in a Staging environment before updating your Live site.

= 3.0.1 =
Uncanny Automator 3.0 is a major release. We recommend taking a backup and testing in a Staging environment before updating your Live site.

Expand Down
2 changes: 1 addition & 1 deletion src/core/lib/helpers/class-automator-recipe-helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ public function maybe_load_trigger_options( $class = '' ) {
}
}

return apply_filters( 'automator_do_load_options', true, $class );
return apply_filters( 'automator_do_load_options', false, $class );
}

/**
Expand Down
4 changes: 2 additions & 2 deletions uncanny-automator.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Domain Path: /languages
* License: GPLv3
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
* Version: 3.0.1
* Version: 3.0.2
* Requires at least: 5.0
* Requires PHP: 7.2
*/
Expand All @@ -21,7 +21,7 @@
/*
* Specify Automator version.
*/
define( 'AUTOMATOR_PLUGIN_VERSION', '3.0.1' );
define( 'AUTOMATOR_PLUGIN_VERSION', '3.0.2' );
}

if ( ! defined( 'AUTOMATOR_BASE_FILE' ) ) {
Expand Down

0 comments on commit 8a85e11

Please sign in to comment.