Skip to content

Commit

Permalink
Merge pull request #33 from voceconnect/node_update
Browse files Browse the repository at this point in the history
Removing usage of grunt-voce-plugins in favor of the individually use…
  • Loading branch information
Sean McCafferty authored Sep 19, 2016
2 parents 71bbf9a + 7e04f3b commit 4d6b4cf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = function(grunt) {
});

//load the tasks
grunt.loadNpmTasks('grunt-voce-plugins');
grunt.loadNpmTasks('grunt-peon-build');
grunt.loadNpmTasks('grunt-composer');

};
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"url": "https://github.com/voceconnect/voce-seo/issues"
},
"devDependencies": {
"grunt-voce-plugins": "latest"
"grunt": "~0.4.5",
"grunt-peon-build": "~0.1",
"grunt-composer": "~0.4"
}
}
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: voceplatforms, prettyboymp, matstars, kevinlangleyjr
Tags: SEO
Requires at least: 3.7.0
Tested up to: 4.2.4
Stable tag: 0.6.1
Stable tag: 0.6.2
License: GPLv2 or later

An SEO plugin taking things from both WP SEO and All in One SEO but leaving out the VIP incompatible pieces.
Expand Down Expand Up @@ -31,6 +31,9 @@ if( ! class_exists( 'VSEO' ) ) {
```

== Changelog ==
= Version 0.6.2 =
* Removing usage of grunt-voce-plugins in favor of the individually used node modules

= Version 0.6.1 =
* Fixing non-static method deprecated notice

Expand Down
2 changes: 1 addition & 1 deletion voce-seo.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*
Plugin Name: Voce SEO
Version: 0.6.1
Version: 0.6.2
Plugin URI: http://voceconnect.com/
Description: An SEO plugin taking things from both WP SEO and All in One SEO but leaving out the VIP incompatible pieces.
Author: Voce Platforms
Expand Down

0 comments on commit 4d6b4cf

Please sign in to comment.