Skip to content

Commit

Permalink
Merge pull request #185 from woocommerce/release/2.0.1
Browse files Browse the repository at this point in the history
Release 2.0.1
  • Loading branch information
donnapep authored Dec 3, 2019
2 parents f5565a5 + e70e598 commit 2956148
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 15 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
*** Sensei Content Drip Changelog ***

2019.12.04 - version 2.0.1
* Tweak: Update verbiage in drip email - #170
* Fix: Lesson order in drip email - #172
* Fix: Hide comments when lesson has not dripped - #173

2019.03.25 - version 2.0.0
* New: Add dependency check for minimum Sensei (1.11.0) and PHP (5.6) versions - #146, #151, #156, #163
* New: Extract drip email to a template file - #155
Expand Down
24 changes: 13 additions & 11 deletions lang/sensei-content-drip.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
msgid ""
msgstr ""
"Project-Id-Version: sensei-content-drip\n"
"Report-Msgid-Bugs-To: https://www.transifex.com/woothemes/sensei-by-woothemes/\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
"Report-Msgid-Bugs-To: https://www.transifex.com/woothemes/sensei-by-woothemes/\n"
"X-Poedit-Basepath: ..\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n"
"X-Poedit-SearchPath-0: .\n"
"X-Poedit-SearchPathExcluded-0: *.js\n"
"X-Poedit-SourceCharset: UTF-8\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#. translators: %1$s is version of PHP that SCD requires; %2$s is the version of PHP WordPress is running on.
#: includes/class-scd-ext-dependency-checker.php:91
msgid "<strong>Sensei Content Drip</strong> requires a minimum PHP version of %1$s, but you are running %2$s."
msgstr ""
Expand All @@ -23,20 +23,22 @@ msgstr ""
msgid "Learn more about updating PHP"
msgstr ""

#. translators: accessibility text
#: includes/class-scd-ext-dependency-checker.php:103
msgid "(opens in a new tab)"
msgstr ""

#. translators: %1$s is the minimum version number of Sensei that is required.
#: includes/class-scd-ext-dependency-checker.php:122
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-manual-drip.php:364, includes/class-scd-ext-settings.php:61
msgid "Content Drip"
#: includes/class-scd-ext-drip-email.php:266
msgid "New Lessons Available"
msgstr ""

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

#: includes/class-scd-ext-drip-email.php:328
Expand Down Expand Up @@ -161,6 +163,10 @@ msgstr ""
msgid "Manual Drip Status Saved"
msgstr ""

#: includes/class-scd-ext-manual-drip.php:364, includes/class-scd-ext-settings.php:61
msgid "Content Drip"
msgstr ""

#: includes/class-scd-ext-manual-drip.php:417
msgid "The userID( %d ) is invalid, there is no user that matches this ID "
msgstr ""
Expand Down Expand Up @@ -228,7 +234,3 @@ msgstr ""
#: includes/class-scd-ext-settings.php:114
msgid "Visit the online course today to start taking the lessons: [home_url]"
msgstr ""

#: includes/class-scd-ext-utilities.php:129
msgid "$default_message"
msgstr ""
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.0",
"version": "2.0.1",
"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.0
* Version: 2.0.1
* 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.0' );
define( 'SENSEI_CONTENT_DRIP_VERSION', '2.0.1' );
define( 'SENSEI_CONTENT_DRIP_PLUGIN_FILE', __FILE__ );
define( 'SENSEI_CONTENT_DRIP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

Expand Down

0 comments on commit 2956148

Please sign in to comment.