From bcc4ee5efd0158bee49e94d45d38df52d6fcd548 Mon Sep 17 00:00:00 2001
From: Jim Miller
Date: Fri, 5 Apr 2013 12:11:49 -0500
Subject: [PATCH] Bump versions.
---
app.yaml | 2 +-
calibre-plugin/__init__.py | 2 +-
index.html | 5 +++--
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/app.yaml b/app.yaml
index 931aa24b..56053aae 100644
--- a/app.yaml
+++ b/app.yaml
@@ -1,6 +1,6 @@
# ffd-retief-hrd fanfictiondownloader
application: fanfictiondownloader
-version: 4-4-53
+version: 4-4-54
runtime: python27
api_version: 1
threadsafe: true
diff --git a/calibre-plugin/__init__.py b/calibre-plugin/__init__.py
index 1cd4a238..e02500fd 100644
--- a/calibre-plugin/__init__.py
+++ b/calibre-plugin/__init__.py
@@ -27,7 +27,7 @@ class FanFictionDownLoaderBase(InterfaceActionBase):
description = 'UI plugin to download FanFiction stories from various sites.'
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
- version = (1, 7, 20)
+ version = (1, 7, 21)
minimum_calibre_version = (0, 8, 57)
#: This field defines the GUI plugin class that contains all the code
diff --git a/index.html b/index.html
index b4a8f59c..e4dd6fcc 100644
--- a/index.html
+++ b/index.html
@@ -57,7 +57,8 @@
Changes:
- - Yet another fix for fanfiction.net changes.
+ - Fixes for dark-solace.org/elysian changes.
+ - Allow ini section names both with and without www. IE, [www.fanfiction.net] and [fanfiction.net] will both work now. If both are included, the section without www overrides the section with it.
@@ -68,7 +69,7 @@
If you have any problems with this application, please
report them in
the FanFictionDownLoader Google Group. The
- Previous Version is also available for you to use if necessary.
+ Previous Version is also available for you to use if necessary.
{{ error_message }}