From e53a397bfa7187c9f0995497c9a6e6d72a51afde Mon Sep 17 00:00:00 2001 From: happybooking Date: Thu, 4 Jul 2013 12:21:30 +0000 Subject: [PATCH] german translation updates --- extended-toc.php | 4 ++-- readme.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/extended-toc.php b/extended-toc.php index 9b4381c..eefd151 100644 --- a/extended-toc.php +++ b/extended-toc.php @@ -3,7 +3,7 @@ Plugin Name: Extended Table of Contents (with nextpage support) Plugin URI: http://www.happybooking.de/wordpress/plugins/extended-toc Description: This plugin automatically generates and inserts a table of contents (ToC) to your pages and posts, based on tags h1-h6. Whenever the plugin discovers more than a certain amount of headings (default: 3) the ToC is inserted at the top of the page. This plugin also can handle posts that are divided into pages by the nextpage-wordpress-tag. Any feedback or suggestions are welcome. -Version: 0.7.0 +Version: 0.7.1 Author: HappyBooking UG // Daniel Boldura Author URI: http://www.happybooking.de/ @@ -34,7 +34,7 @@ Author URI: http://www.happybooking.de/ * 4. Config the ToC within a markup e.g. [extoc start=5 headers=1,2,3 title="My table of contents"] oder [extoc start=5 headers=1,2,3 notitle] */ -define( 'EXTENDED_TOC_VERSION', '0.7.0' ); +define( 'EXTENDED_TOC_VERSION', '0.7.1' ); define( 'EXTENDED_TOC_ID', 'extended_toc' ); define( 'EXTENDED_TOC_NAME', 'Extended-ToC' ); define( 'TOC_MIN_START', 2 ); diff --git a/readme.txt b/readme.txt index 6108e25..054712a 100644 --- a/readme.txt +++ b/readme.txt @@ -39,6 +39,9 @@ If you have any questions or suggestions please contact us at any time: support@ == Changelog == += 0.7.1 = +* Small updates to the german translation file + = 0.7.0 = * Show the header hierarchy within the ToC * Further options for (min amount of headers, show/don't show header, show headers hierarchy)