From 2e8614908fe3a3a6291081b21bfa8118568d19a3 Mon Sep 17 00:00:00 2001 From: Mark Cheret Date: Tue, 20 May 2014 11:35:10 +0000 Subject: [PATCH] Verision 1.0.1 * Separated functions in different files for a better overview * Added a version control to each file / class / function / variable * New layout for the settings menu, settings split in tabs and not a list-view * Replacing footnotes in widget texts will show the reference container at the end of the page (bugfix) * Updated translations for EN and DE * Changed version number from 3 digits to 2 digits git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@917808 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- index.php | 2 +- readme.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 3fe68fa..ae8c009 100755 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ Plugin URI: http://www.herndler.org Description: simple adding footnotes to your pages Author: Mark Cheret, Stefan Herndler - Version: 1.1-alpha + Version: 1.0.1 Author URI: http://www.cheret.de Text Domain: footnotes Domain Path: /languages diff --git a/readme.txt b/readme.txt index 48d74d2..d1fcb10 100755 --- a/readme.txt +++ b/readme.txt @@ -5,6 +5,7 @@ Requires at least: 3.9 Tested up to: 3.9.1 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html +Stable Tag: 1.0.1 == Description == @@ -34,7 +35,7 @@ coming soon == Changelog == -= 1.1-alpha = += 1.0.1 = * Separated functions in different files for a better overview * Added a version control to each file / class / function / variable * New layout for the settings menu, settings split in tabs and not a list-view