diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 850fe929..e9c0be94 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -4,7 +4,7 @@ Please use this template for all bug reports. Before submitting an issue, please try disabling all other plugins to ensure issue is isolated within ABT --> -**ABT Version:** 4.13.0 +**ABT Version:** 4.13.1 **PHP Version:** 5.6 diff --git a/package.json b/package.json index 2a492e6f..a069072a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "academic-bloggers-toolkit", - "version": "4.13.0", + "version": "4.13.1", "description": "A plugin extending the functionality of WordPress for Academic Blogging", "license": "GPL-3.0", "repository": "dsifford/academic-bloggers-toolkit", diff --git a/src/academic-bloggers-toolkit.php b/src/academic-bloggers-toolkit.php index 6d4fc3b4..fa04929b 100644 --- a/src/academic-bloggers-toolkit.php +++ b/src/academic-bloggers-toolkit.php @@ -3,7 +3,7 @@ * Plugin Name: Academic Blogger's Toolkit * Plugin URI: https://github.com/dsifford/academic-bloggers-toolkit/ * Description: A plugin extending the functionality of WordPress for academic blogging - * Version: 4.13.0 + * Version: 4.13.1 * Author: Derek P Sifford * Author URI: https://github.com/dsifford * License: GPL3 or later. @@ -16,7 +16,7 @@ defined( 'ABSPATH' ) || exit; -define( 'ABT_VERSION', '4.13.0' ); +define( 'ABT_VERSION', '4.13.1' ); define( 'ABT_ROOT_URI', plugin_dir_url( __FILE__ ) ); define( 'ABT_ROOT_PATH', plugin_dir_path( __FILE__ ) ); define( 'ABT_OPTIONS_KEY', 'abt_options' ); diff --git a/src/readme.txt b/src/readme.txt index 28768041..abc7ed8e 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -5,7 +5,7 @@ Tags: academia, academic, bibliographies, bibliography, bibtex, citation, citati Requires at least: 4.2.2 Tested up to: 4.9 Requires PHP: 5.6 -Stable tag: 4.13.0 +Stable tag: 4.13.1 License: GPL3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html