From 6a90b0d2f1c0b5b84ba63f047324259bf9ba1174 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 23 Nov 2023 23:12:09 +0100 Subject: [PATCH] Bump versions --- xExtension-ColorfulList/metadata.json | 2 +- xExtension-CustomCSS/metadata.json | 2 +- xExtension-CustomJS/metadata.json | 2 +- xExtension-QuickCollapse/metadata.json | 2 +- xExtension-ReadingTime/metadata.json | 2 +- xExtension-ShareByEmail/Controllers/shareByEmailController.php | 1 + xExtension-ShareByEmail/metadata.json | 2 +- xExtension-StickyFeeds/metadata.json | 2 +- xExtension-TitleWrap/metadata.json | 2 +- xExtension-showFeedID/metadata.json | 2 +- 10 files changed, 10 insertions(+), 9 deletions(-) diff --git a/xExtension-ColorfulList/metadata.json b/xExtension-ColorfulList/metadata.json index 4be6483..3b19bce 100644 --- a/xExtension-ColorfulList/metadata.json +++ b/xExtension-ColorfulList/metadata.json @@ -2,7 +2,7 @@ "name": "Colorful List", "author": "Claud Xiao", "description": "Colorful Entry Title based on RSS source", - "version": 0.1, + "version": "0.2", "entrypoint": "ColorfulList", "type": "user" } diff --git a/xExtension-CustomCSS/metadata.json b/xExtension-CustomCSS/metadata.json index b606c56..a4ccfc7 100644 --- a/xExtension-CustomCSS/metadata.json +++ b/xExtension-CustomCSS/metadata.json @@ -2,7 +2,7 @@ "name": "Custom CSS", "author": "Marien Fressinaud", "description": "Give possibility to overwrite the CSS with a user-specific rules.", - "version": "0.3", + "version": "0.4", "entrypoint": "CustomCSS", "type": "user" } diff --git a/xExtension-CustomJS/metadata.json b/xExtension-CustomJS/metadata.json index c608f47..614e3a5 100644 --- a/xExtension-CustomJS/metadata.json +++ b/xExtension-CustomJS/metadata.json @@ -2,7 +2,7 @@ "name": "Custom JS", "author": "Frans de Jonge", "description": "Apply custom JS.", - "version": "0.3", + "version": "0.4", "entrypoint": "CustomJS", "type": "user" } diff --git a/xExtension-QuickCollapse/metadata.json b/xExtension-QuickCollapse/metadata.json index c185629..14dcbb3 100644 --- a/xExtension-QuickCollapse/metadata.json +++ b/xExtension-QuickCollapse/metadata.json @@ -2,7 +2,7 @@ "name": "Quick Collapse", "author": "romibi and Marien Fressinaud", "description": "Quickly change from folded to unfolded articles", - "version": "0.1.1", + "version": "0.2", "entrypoint": "QuickCollapse", "type": "user" } diff --git a/xExtension-ReadingTime/metadata.json b/xExtension-ReadingTime/metadata.json index 6690a92..fcd17b7 100644 --- a/xExtension-ReadingTime/metadata.json +++ b/xExtension-ReadingTime/metadata.json @@ -2,7 +2,7 @@ "name": "ReadingTime", "author": "Lapineige", "description": "Add a reading time estimation next to each article", - "version": "1.4", + "version": "1.5", "entrypoint": "ReadingTime", "type": "user" } diff --git a/xExtension-ShareByEmail/Controllers/shareByEmailController.php b/xExtension-ShareByEmail/Controllers/shareByEmailController.php index d6e4e62..cdeaedf 100644 --- a/xExtension-ShareByEmail/Controllers/shareByEmailController.php +++ b/xExtension-ShareByEmail/Controllers/shareByEmailController.php @@ -30,6 +30,7 @@ class FreshExtension_shareByEmail_Controller extends Minz_ActionController { $entry = $entryDAO->searchById($id); if ($entry === null) { Minz_Error::error(404); + return; } $this->view->entry = $entry; diff --git a/xExtension-ShareByEmail/metadata.json b/xExtension-ShareByEmail/metadata.json index 3731a61..bdc71af 100644 --- a/xExtension-ShareByEmail/metadata.json +++ b/xExtension-ShareByEmail/metadata.json @@ -2,7 +2,7 @@ "name": "Share By Email", "author": "Marien Fressinaud", "description": "Improve the sharing by email system.", - "version": "0.1", + "version": "0.2", "entrypoint": "ShareByEmail", "type": "user" } diff --git a/xExtension-StickyFeeds/metadata.json b/xExtension-StickyFeeds/metadata.json index 062a6a3..639ae9a 100644 --- a/xExtension-StickyFeeds/metadata.json +++ b/xExtension-StickyFeeds/metadata.json @@ -2,7 +2,7 @@ "name": "Sticky Feeds", "author": "Marien Fressinaud", "description": "Set the feed aside in the main stream following the window scroll.", - "version": "0.1.1", + "version": "0.2", "entrypoint": "StickyFeeds", "type": "user" } diff --git a/xExtension-TitleWrap/metadata.json b/xExtension-TitleWrap/metadata.json index 1141025..b3fe2c1 100644 --- a/xExtension-TitleWrap/metadata.json +++ b/xExtension-TitleWrap/metadata.json @@ -2,7 +2,7 @@ "name": "Title-Wrap", "author": "â‚£rans de Jonge, Joris Kinable", "description": "Applies a line-wrap to long article titles, as opposed to truncating the title when it overflows its display area.", - "version": "0.1", + "version": "0.2", "entrypoint": "TitleWrap", "type": "user" } diff --git a/xExtension-showFeedID/metadata.json b/xExtension-showFeedID/metadata.json index b34e766..9b7e26b 100644 --- a/xExtension-showFeedID/metadata.json +++ b/xExtension-showFeedID/metadata.json @@ -2,7 +2,7 @@ "name": "ShowFeedID", "author": "math-GH", "description": "Show the feed ID", - "version": "0.1", + "version": "0.2", "entrypoint": "ShowFeedID", "type": "user" }