Skip to content

Commit

Permalink
Merge pull request #349 from woocommerce/release/2.5.1
Browse files Browse the repository at this point in the history
Release 2.5.1
  • Loading branch information
donnapep authored Sep 19, 2023
2 parents 82e206b + 6759f9e commit 2183339
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 16 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** Changelog ***

2023.09.19 - version 2.5.1
Fix: Missing "View Certificate" link for `sensei_user_courses` shortcode - #348

2023.08.24 - version 2.5.0
* New: Display View Certificate button on public learner profile - #341
* Fix: Deprecation notice for creation of dynamic property - #343
Expand Down
20 changes: 10 additions & 10 deletions lang/sensei-certificates.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPLv2+.
msgid ""
msgstr ""
"Project-Id-Version: Sensei LMS Certificates 2.5.0\n"
"Project-Id-Version: Sensei LMS Certificates 2.5.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/sensei-certificates\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-08-24T00:05:42+00:00\n"
"POT-Creation-Date: 2023-09-19 12:08:21+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Domain: sensei-certificates\n"
Expand Down Expand Up @@ -420,9 +420,9 @@ msgstr ""
#: classes/class-woothemes-sensei-certificate-templates.php:260
#: classes/class-woothemes-sensei-certificates.php:516
#: classes/class-woothemes-sensei-certificates.php:626
#: classes/class-woothemes-sensei-certificates.php:1135
#: classes/class-woothemes-sensei-certificates.php:1253
#: classes/class-woothemes-sensei-certificates.php:1720
#: classes/class-woothemes-sensei-certificates.php:1120
#: classes/class-woothemes-sensei-certificates.php:1238
#: classes/class-woothemes-sensei-certificates.php:1705
msgid "View Certificate"
msgstr ""

Expand Down Expand Up @@ -642,23 +642,23 @@ msgstr ""
msgid "The certificate you are searching for does not exist."
msgstr ""

#: classes/class-woothemes-sensei-certificates.php:1227
#: classes/class-woothemes-sensei-certificates.php:1212
msgid "Certificate"
msgstr ""

#: classes/class-woothemes-sensei-certificates.php:1428
#: classes/class-woothemes-sensei-certificates.php:1413
msgid "Allow my Certificates to be publicly viewed"
msgstr ""

#: classes/class-woothemes-sensei-certificates.php:1428
#: classes/class-woothemes-sensei-certificates.php:1413
msgid "Save"
msgstr ""

#: classes/class-woothemes-sensei-certificates.php:1469
#: classes/class-woothemes-sensei-certificates.php:1454
msgid "Your Certificates Public View Settings Saved Successfully."
msgstr ""

#: classes/class-woothemes-sensei-certificates.php:1530
#: classes/class-woothemes-sensei-certificates.php:1515
msgid "View certificate"
msgstr ""

Expand Down
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "sensei-certificates",
"version": "2.5.0",
"version": "2.5.1",
"description": "Sensei LMS Certificates",
"author": "Automattic",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: certificates, course certificate, sensei lms
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 7.3
Stable tag: 2.5.0
Stable tag: 2.5.1
License: GPLv2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions woothemes-sensei-certificates.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Sensei LMS Certificates
* Plugin URI: https://woocommerce.com/products/sensei-certificates/
* Description: Award your students with a certificate of completion and a sense of accomplishment after finishing a course.
* Version: 2.5.0
* Version: 2.5.1
* Author: Automattic
* Author URI: https://automattic.com
* Requires at least: 6.1
Expand All @@ -16,7 +16,7 @@
exit;
}

define( 'SENSEI_CERTIFICATES_VERSION', '2.5.0' );
define( 'SENSEI_CERTIFICATES_VERSION', '2.5.1' );
define( 'SENSEI_CERTIFICATES_PLUGIN_FILE', __FILE__ );
define( 'SENSEI_CERTIFICATES_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

Expand Down

0 comments on commit 2183339

Please sign in to comment.