Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
v4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dsifford committed Jan 15, 2018
1 parent 4e31c2b commit ced6c17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- Which version of PHP are you using with your WordPress installation? -->
**PHP Version:** 5.6
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/academic-bloggers-toolkit.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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' );
Expand Down
2 changes: 1 addition & 1 deletion src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ced6c17

Please sign in to comment.