Skip to content

Commit 2956148

Browse files
authored
Merge pull request #185 from woocommerce/release/2.0.1
Release 2.0.1
2 parents f5565a5 + e70e598 commit 2956148

File tree

5 files changed

+22
-15
lines changed

5 files changed

+22
-15
lines changed

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
*** Sensei Content Drip Changelog ***
22

3+
2019.12.04 - version 2.0.1
4+
* Tweak: Update verbiage in drip email - #170
5+
* Fix: Lesson order in drip email - #172
6+
* Fix: Hide comments when lesson has not dripped - #173
7+
38
2019.03.25 - version 2.0.0
49
* New: Add dependency check for minimum Sensei (1.11.0) and PHP (5.6) versions - #146, #151, #156, #163
510
* New: Extract drip email to a template file - #155

lang/sensei-content-drip.pot

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33
msgid ""
44
msgstr ""
55
"Project-Id-Version: sensei-content-drip\n"
6-
"Report-Msgid-Bugs-To: https://www.transifex.com/woothemes/sensei-by-woothemes/\n"
76
"MIME-Version: 1.0\n"
87
"Content-Type: text/plain; charset=UTF-8\n"
98
"Content-Transfer-Encoding: 8bit\n"
10-
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
9+
"Report-Msgid-Bugs-To: https://www.transifex.com/woothemes/sensei-by-woothemes/\n"
1110
"X-Poedit-Basepath: ..\n"
12-
"X-Poedit-SourceCharset: UTF-8\n"
13-
"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"
11+
"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"
1412
"X-Poedit-SearchPath-0: .\n"
1513
"X-Poedit-SearchPathExcluded-0: *.js\n"
14+
"X-Poedit-SourceCharset: UTF-8\n"
1615
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1716

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

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

31+
#. translators: %1$s is the minimum version number of Sensei that is required.
3032
#: includes/class-scd-ext-dependency-checker.php:122
3133
msgid "<strong>Sensei Content Drip</strong> requires that the plugin <strong>Sensei</strong> (minimum version: <strong>%1$s</strong>) is installed and activated."
3234
msgstr ""
3335

34-
#: includes/class-scd-ext-drip-email.php:266, includes/class-scd-ext-manual-drip.php:364, includes/class-scd-ext-settings.php:61
35-
msgid "Content Drip"
36+
#: includes/class-scd-ext-drip-email.php:266
37+
msgid "New Lessons Available"
3638
msgstr ""
3739

3840
#: includes/class-scd-ext-drip-email.php:305
39-
msgid "Lessons dripping today"
41+
msgid "Lessons available today"
4042
msgstr ""
4143

4244
#: includes/class-scd-ext-drip-email.php:328
@@ -161,6 +163,10 @@ msgstr ""
161163
msgid "Manual Drip Status Saved"
162164
msgstr ""
163165

166+
#: includes/class-scd-ext-manual-drip.php:364, includes/class-scd-ext-settings.php:61
167+
msgid "Content Drip"
168+
msgstr ""
169+
164170
#: includes/class-scd-ext-manual-drip.php:417
165171
msgid "The userID( %d ) is invalid, there is no user that matches this ID "
166172
msgstr ""
@@ -228,7 +234,3 @@ msgstr ""
228234
#: includes/class-scd-ext-settings.php:114
229235
msgid "Visit the online course today to start taking the lessons: [home_url]"
230236
msgstr ""
231-
232-
#: includes/class-scd-ext-utilities.php:129
233-
msgid "$default_message"
234-
msgstr ""

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sensei-content-drip",
33
"title": "Sensei Content Drip",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"homepage": "http://www.woothemes.com/products/sensei-content-drip/",
66
"repository": {
77
"type": "git",

sensei-content-drip.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
* Plugin Name: Sensei Content Drip
4-
* Version: 2.0.0
4+
* Version: 2.0.1
55
* Plugin URI: https://woocommerce.com/products/sensei-content-drip/
66
* Description: Control access to Sensei lessons by scheduling them to become available after a determined time.
77
* Author: Automattic
@@ -21,7 +21,7 @@
2121
exit;
2222
}
2323

24-
define( 'SENSEI_CONTENT_DRIP_VERSION', '2.0.0' );
24+
define( 'SENSEI_CONTENT_DRIP_VERSION', '2.0.1' );
2525
define( 'SENSEI_CONTENT_DRIP_PLUGIN_FILE', __FILE__ );
2626
define( 'SENSEI_CONTENT_DRIP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );
2727

0 commit comments

Comments
 (0)