diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index d074be5b..d9155d9c 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.11.0 +**ABT Version:** 4.11.1 **PHP Version:** 5.6 diff --git a/src/academic-bloggers-toolkit.php b/src/academic-bloggers-toolkit.php index f687ceb7..a74ecc0e 100644 --- a/src/academic-bloggers-toolkit.php +++ b/src/academic-bloggers-toolkit.php @@ -4,7 +4,7 @@ * Plugin Name: Academic Blogger's Toolkit * Plugin URI: https://wordpress.org/plugins/academic-bloggers-toolkit/ * Description: A plugin extending the functionality of Wordpress for academic blogging - * Version: 4.11.0 + * Version: 4.11.1 * Author: Derek P Sifford * Author URI: https://github.com/dsifford * Text Domain: academic-bloggers-toolkit @@ -17,7 +17,7 @@ exit(1); } -define('ABT_VERSION', '4.11.0'); +define('ABT_VERSION', '4.11.1'); define('ABT_ROOT_URI', plugin_dir_url(__FILE__)); define('ABT_ROOT_PATH', plugin_dir_path(__FILE__)); diff --git a/src/readme.txt b/src/readme.txt index 1a4aa314..f79c4ef7 100644 --- a/src/readme.txt +++ b/src/readme.txt @@ -4,7 +4,7 @@ Donate link: https://donorbox.org/academic-bloggers-toolkit Tags: academia, academic, bibliographies, bibliography, bibtex, citation, citations, cite, citing, CSL, curriculum vitae, cv, doi, endnote, footnote, footnotes, journal, mendeley, papers, pmid, pmcid, publications, publish, pubmed, reference, reference list, reference manager, references, referencing, ris, scholar, scholarly, zotero Requires at least: 4.2.2 Tested up to: 4.8 -Stable tag: 4.11.0 +Stable tag: 4.11.1 License: GPL3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -57,6 +57,10 @@ Yikes! I'm sorry about that. Please report all issues on the Academic Blogger's == Changelog == += 4.11.1 = + +[Click here](https://headwayapp.co/academic-bloggers-toolkit-changelog) to view changes. + = 4.11.0 = [Click here](https://headwayapp.co/academic-bloggers-toolkit-changelog) to view changes.