Bump versions
This commit is contained in:
parent
b49596818c
commit
6a90b0d2f1
10 changed files with 10 additions and 9 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
"name": "ShowFeedID",
|
||||
"author": "math-GH",
|
||||
"description": "Show the feed ID",
|
||||
"version": "0.1",
|
||||
"version": "0.2",
|
||||
"entrypoint": "ShowFeedID",
|
||||
"type": "user"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue