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

Commit

Permalink
Release 2.0.2 (#89)
Browse files Browse the repository at this point in the history
* Update change log

* Bump version
  • Loading branch information
donnapep authored Dec 5, 2019
1 parent 4685809 commit 131be48
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*** Sensei LMS Course Progress Changelog ***

2019.12.05 - version 2.0.2
* New: Remove Woo header so that plugin updates are served from WordPress.org - #87
* Tweak: Add readme.txt to build instead of README.md - #86

2019.11.21 - version 2.0.1
* New: Rename plugin to Sensei LMS Course Progress - #79
* New: Add Hungarian translation (@amroland) - #83
Expand Down
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,6 +1,6 @@
{
"name": "sensei-course-progress",
"version": "2.0.1",
"version": "2.0.2",
"description": "Sensei widget that displays all the lessons in the current course",
"main": "sensei-course-progress.php",
"scripts": {
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: course progress, sensei lms, widget
Requires at least: 4.9
Tested up to: 5.3
Requires PHP: 5.6
Stable tag: 2.0.1
Stable tag: 2.0.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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 LMS Course Progress
* Version: 2.0.1
* Version: 2.0.2
* Plugin URI: https://woocommerce.com/products/sensei-course-progress/
* Description: Sensei LMS extension that displays the student's progress in the current course/module in a widget on lesson pages.
* Author: Automattic
Expand All @@ -19,7 +19,7 @@
exit;
}

define( 'SENSEI_COURSE_PROGRESS_VERSION', '2.0.1' );
define( 'SENSEI_COURSE_PROGRESS_VERSION', '2.0.2' );
define( 'SENSEI_COURSE_PROGRESS_PLUGIN_FILE', __FILE__ );
define( 'SENSEI_COURSE_PROGRESS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

Expand Down

0 comments on commit 131be48

Please sign in to comment.