Skip to content

Commit

Permalink
Merge pull request #165 from woocommerce/release/2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
donnapep committed Mar 25, 2019
2 parents a4feafa + 4649e0d commit eef65c3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -65,7 +65,7 @@ gulp.task( 'javascript', function () {
});

gulp.task( 'pot', function () {
return gulp.src( [ '**/**.php', '!node_modules/**'] )
return gulp.src( [ '**/**.php', '!node_modules/**', '!build/**' ] )
.pipe( sort() )
.pipe( wpPot( {
domain: 'sensei-content-drip',
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
@@ -1,7 +1,7 @@
{
"name": "sensei-content-drip",
"title": "Sensei Content Drip",
"version": "2.0.0-beta.2",
"version": "2.0.0",
"homepage": "http://www.woothemes.com/products/sensei-content-drip/",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions sensei-content-drip.php
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: Sensei Content Drip
* Version: 2.0.0-beta.2
* Version: 2.0.0
* Plugin URI: https://woocommerce.com/products/sensei-content-drip/
* Description: Control access to Sensei lessons by scheduling them to become available after a determined time.
* Author: Automattic
Expand All @@ -21,7 +21,7 @@
exit;
}

define( 'SENSEI_CONTENT_DRIP_VERSION', '2.0.0-beta.2' );
define( 'SENSEI_CONTENT_DRIP_VERSION', '2.0.0' );
define( 'SENSEI_CONTENT_DRIP_PLUGIN_FILE', __FILE__ );
define( 'SENSEI_CONTENT_DRIP_PLUGIN_BASENAME', plugin_basename( __FILE__ ) );

Expand Down

0 comments on commit eef65c3

Please sign in to comment.