diff --git a/changelog.txt b/changelog.txt index 5f27266..fdb01fe 100755 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,17 @@ *** Sensei Course Progress Changelog *** +2018.04.04 - version 1.0.7 +* Fix: Widget no longer shows navigation arrows +* Fix: Fix for current lesson indicator when viewing module +* Fix: Double encoding of ampersand on module titles +* Tweak: Make UI consistent between show all/not all modules +* Tweak: Escape data and use absolute paths to files +* Tweak: The modules taxonomy query should only send term id +* Tweak: Use correct version of frontend.css file +* Tweak: Update links in plugin header +* New: Add Russian translations +* New: Link to module if it has a description/template overridden + 2015.10.08 - version 1.0.6 * Fix - Replaces missing font declaration to ensure arrows always display * Fix - Updates widget constructor method due to a change in WordPress diff --git a/languages/sensei-course-progress.pot b/languages/sensei-course-progress.pot index f4f5551..f6484e3 100644 --- a/languages/sensei-course-progress.pot +++ b/languages/sensei-course-progress.pot @@ -2,10 +2,10 @@ # This file is distributed under the same license as the Sensei Course Progress package. msgid "" msgstr "" -"Project-Id-Version: Sensei Course Progress 1.0.6\n" +"Project-Id-Version: Sensei Course Progress 1.0.7\n" "Report-Msgid-Bugs-To: " "https://github.com/woocommerce/sensei-course-progress/issues\n" -"POT-Creation-Date: 2018-03-08 14:31:49+00:00\n" +"POT-Creation-Date: 2018-03-28 11:47:24+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/sensei-course-progress.php b/sensei-course-progress.php index 1d95527..6af16ca 100755 --- a/sensei-course-progress.php +++ b/sensei-course-progress.php @@ -1,7 +1,7 @@