Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

Commit

Permalink
1.0.7 Release (#48)
Browse files Browse the repository at this point in the history
* Update change log for 1.0.7 release

* Bump version

* Update .pot file
  • Loading branch information
donnapep authored Mar 28, 2018
1 parent 2ca37d0 commit 1f70dfd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions languages/sensei-course-progress.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions sensei-course-progress.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: Sensei Course Progress
* Version: 1.0.6
* Version: 1.0.7
* Plugin URI: https://woocommerce.com/products/sensei-course-progress/
* Description: Sensei extension that displays the learner's progress in the current course/module in a widget on lesson pages.
* Author: WooThemes
Expand Down Expand Up @@ -55,7 +55,7 @@ function is_sensei_active() {
* @return object Sensei_Course_Progress
*/
function Sensei_Course_Progress() {
return Sensei_Course_Progress::instance( __FILE__, '1.0.6' );
return Sensei_Course_Progress::instance( __FILE__, '1.0.7' );
}

Sensei_Course_Progress();
Expand Down

0 comments on commit 1f70dfd

Please sign in to comment.