Version 2.1

This commit is contained in:
mmk2410 2015-03-29 21:17:13 +02:00
parent 2af426028b
commit 2c7f073baa
2 changed files with 9 additions and 0 deletions

View File

@ -44,6 +44,10 @@ class HrefGenerator {
$output = str_replace("ü","ue",$output);
$output = str_replace("Ü","Ue",$output);
$output = str_replace("ß","ss",$output);
$output = str_replace('"', "", $output);
$output = str_replace("'", "", $output);
$output = str_replace("?", "", $output);
$output = str_replace("#", "", $output);
return $output;
}

View File

@ -1,5 +1,10 @@
<?xml version='1.0' standalone='yes'?>
<posts>
<post>
<title>Version 2.1</title>
<pubdate>29th March 2015</pubdate>
<content>This version includes fixes for the article links. You only have to replace the hrefgenerator.php file in the res folder.</content>
</post>
<post>
<title>Version 2.0</title>
<pubdate>27th March 2015</pubdate>