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

Commit

Permalink
Merge pull request #78 from woocommerce/release/2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
alexsanford committed Apr 24, 2019
2 parents 85b9c1c + 2577e28 commit 3c4fbfc
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 17 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
@@ -1,6 +1,6 @@
*** Sensei Course Progress Changelog ***

2019.03.26 - version 2.0.0
2019.04.24 - version 2.0.0
* New: Add dependency check for minimum Sensei (1.11.0) and PHP (5.6) versions - #68
* Tweak: Check dependencies and perform the majority of plugin loading tasks after other plugins have loaded - #72
* Tweak: Use Woo header for plugin updates - #69
Expand Down
43 changes: 31 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions sensei-course-progress.php
@@ -1,14 +1,14 @@
<?php
/*
* Plugin Name: Sensei Course Progress
* Version: 2.0.0-beta.2
* Version: 2.0.0
* 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: Automattic
* Author URI: https://automattic.com
* Requires at least: 3.8
* Requires at least: 4.1
* Requires PHP: 5.6
* Tested up to: 4.9
* Tested up to: 5.1
* Woo: 435833:ec0f55d8fa7c517dc1844f5c873a77da
*
* @package WordPress
Expand All @@ -20,7 +20,7 @@
exit;
}

define( 'SENSEI_COURSE_PROGRESS_VERSION', '2.0.0-beta.2' );
define( 'SENSEI_COURSE_PROGRESS_VERSION', '2.0.0' );
define( 'SENSEI_COURSE_PROGRESS_PLUGIN_FILE', __FILE__ );
define( 'SENSEI_COURSE_PROGRESS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

Expand Down

0 comments on commit 3c4fbfc

Please sign in to comment.