Skip to content

Commit

Permalink
Merge pull request #194 from woocommerce/release/2.0.2
Browse files Browse the repository at this point in the history
Release 2.0.2
  • Loading branch information
alexsanford authored Mar 26, 2020
2 parents 5e79ab5 + 217277c commit cb1b9f2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*** Sensei Content Drip Changelog ***

2020.03.26 - version 2.0.2
* Tweak: Switch to new methods to check enrolment when possible - #193, #192
* Fix: Bug causing admin users to be unable to view courses - #187

2019.12.04 - version 2.0.1
* Tweak: Update verbiage in drip email - #170
* Fix: Lesson order in drip email - #172
Expand Down
8 changes: 4 additions & 4 deletions lang/sensei-content-drip.pot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) 2019 sensei-content-drip
# Copyright (C) 2020 sensei-content-drip
# This file is distributed under the same license as the sensei-content-drip package.
msgid ""
msgstr ""
Expand Down Expand Up @@ -33,15 +33,15 @@ msgstr ""
msgid "<strong>Sensei Content Drip</strong> requires that the plugin <strong>Sensei</strong> (minimum version: <strong>%1$s</strong>) is installed and activated."
msgstr ""

#: includes/class-scd-ext-drip-email.php:266
#: includes/class-scd-ext-drip-email.php:267
msgid "New Lessons Available"
msgstr ""

#: includes/class-scd-ext-drip-email.php:305
#: includes/class-scd-ext-drip-email.php:306
msgid "Lessons available today"
msgstr ""

#: includes/class-scd-ext-drip-email.php:328
#: includes/class-scd-ext-drip-email.php:329
msgid "Good Day"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sensei-content-drip",
"title": "Sensei Content Drip",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "http://www.woothemes.com/products/sensei-content-drip/",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions sensei-content-drip.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: Sensei Content Drip
* Version: 2.0.1
* Version: 2.0.2
* Plugin URI: https://woocommerce.com/products/sensei-content-drip/
* Description: Control access to Sensei lessons by scheduling them to become available after a determined time.
* Author: Automattic
Expand All @@ -21,7 +21,7 @@
exit;
}

define( 'SENSEI_CONTENT_DRIP_VERSION', '2.0.1' );
define( 'SENSEI_CONTENT_DRIP_VERSION', '2.0.2' );
define( 'SENSEI_CONTENT_DRIP_PLUGIN_FILE', __FILE__ );
define( 'SENSEI_CONTENT_DRIP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

Expand Down

0 comments on commit cb1b9f2

Please sign in to comment.