From 7ae00b8c85e2e2e1ba570384684e36ad2cc22599 Mon Sep 17 00:00:00 2001 From: Gifford Nowland Date: Mon, 23 Nov 2020 06:31:29 -0800 Subject: [PATCH] bump to 2.6.1 --- package.json | 2 +- readme.txt | 2 +- wp-jet-fuel.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 72cbd61..20431f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-jet-fuel", - "version": "2.6.0", + "version": "2.6.1", "license": "MIT", "author": "Gifford Nowland", "description": "Facilitates the addition of custom functionality to a WordPress website, including Custom Post Types, Meta Fields, Widgets, Taxonomies, Shortcodes, Admin Modificaitons, etc.", diff --git a/readme.txt b/readme.txt index 564ba73..fdada3c 100644 --- a/readme.txt +++ b/readme.txt @@ -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.6.0 +Stable tag: 2.6.1 Requires PHP: 5.3.0 Requires at least: 4.0 Tested up to: 5.5.1 diff --git a/wp-jet-fuel.php b/wp-jet-fuel.php index f6d1b24..0e24107 100644 --- a/wp-jet-fuel.php +++ b/wp-jet-fuel.php @@ -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.6.0 + * Version: 2.6.1 * Author: Gifford Nowland * Author URI: http://giffordnowland.com/ *