Skip to content

Commit af3cae6

Browse files
author
root
committed
Version bump
1 parent d7ba068 commit af3cae6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ A lot of websites are unfortunately not following the schema.org/Recipe standard
99

1010
#### A website using correct schema.org markup is not being read correctly
1111
The parser is far from perfect. If you can help out in any way, please [have a look at the parseRecipeHtml() method](https://github.com/mrzapp/nextcloud-cookbook/blob/master/lib/Service/RecipeService.php) and create a pull request with your changes.
12+
13+
#### All of the text is in English?
14+
If your language hasn't been added yet, your can help out by following [these](https://github.com/mrzapp/nextcloud-cookbook/tree/master/translationfiles) instructions

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<name>Cookbook</name>
66
<summary>An integrated cookbook using schema.org JSON files as recipes</summary>
77
<description><![CDATA[A library for all your recipes. It uses JSON files following the schema.org recipe format. To add a recipe to the collection, you can paste in the URL of the recipe, and the provided web page will be parsed and downloaded to whichever folder you specify in the app settings.]]></description>
8-
<version>0.1.11</version>
8+
<version>0.1.12</version>
99
<licence>agpl</licence>
1010
<author mail="[email protected]" >Jeppe Zapp</author>
1111
<namespace>Cookbook</namespace>

0 commit comments

Comments
 (0)