Skip to content

Commit

Permalink
bump to v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gnowland committed Oct 1, 2020
1 parent 7a6bcb7 commit 81cc28f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-jet-fuel",
"version": "2.2.1-0",
"version": "2.3.0",
"description": "Facilitates the addition of custom functionality to a WordPress website, including Custom Post Types, Meta Fields, Widgets, Taxonomies, Shortcodes, Admin Modificaitons, etc.",
"main": "wp-jet-fuel.php",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: gnowland
Donate link: http://buymeacoff.ee/gnowland
Tags: functionality, page, menu, image, shortcode, favicon, excerpt, login, archive, attachment, comment, taxonomies, terms, tags, must-have, multi-function
Stable tag: 2.2.1
Stable tag: 2.3.0
Requires PHP: 5.3.0
Requires at least: 4.0
Tested up to: 5.5.1
Expand Down
1 change: 1 addition & 0 deletions src/Module/CustomizeLogin.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
* @package WordPress
* @subpackage WPJetFuel
* @since 0.2.0
* @version 2.3.0
*/
class CustomizeLogin extends Instance {
public function run() {
Expand Down
2 changes: 1 addition & 1 deletion wp-jet-fuel.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Plugin Name: WordPress Jet Fuel
* Plugin URI: https://github.com/gnowland/wp-jet-fuel
* Description: Facilitates the addition of custom functionality to a WordPress website, including Custom Post Types, Meta Fields, Widgets, Taxonomies, Shortcodes, Admin Modificaitons etc.
* Version: 2.2.1
* Version: 2.3.0
* Author: Gifford Nowland
* Author URI: http://giffordnowland.com/
*
Expand Down

0 comments on commit 81cc28f

Please sign in to comment.