update poche to 1.0-beta4
Changelog
- enhancement: updating and installing poche are more easier
- enhancement: poche now uses Full Text RSS to fetch content
- enhancement: css and twig files are more clean, thanks to NumEricR and nicofrand
- enhancement: updated german translation, thanks to HLFH
- enhancement: add db/, cache/ and assets/ directories in versioning
- enhancement: display messages when error with import, thanks to EliasZ
- enhancement: poche compatibility test file
- enhancement: #112: link with shaarli
- enhancement: #162: links to firefox / chrome / android apps in config screen
- bug: encode url to share with twitter / email / shaarli
- bug: Add IPv4 url support (and others beginning by a digit)
- bug: title page in article view was wrong
- bug: #148: use of undefined constant POCHE_VERSION
- bug: #149: can't poche theguardian.com
- bug: #150: default title for untitled articles
- bug: #151: HTML entities in titles are encoded twice
- bug: #169: entries height with short description
- bug: #175: IP addresses do not appear in "view original"
To update your poche, please fill the following fields.
login($_POST['login'], sha1($_POST['password'] . $_POST['login'] . SALT));
if ($user != array()) {
$myconfig_file = '../inc/poche/myconfig.inc.php';
# just change version number in config file
if (!is_writable('../inc/poche/myconfig.inc.php')) {
die('You don\'t have write access to open ./inc/poche/myconfig.inc.php.');
}
if (file_exists($myconfig_file))
{
$content = str_replace('1.0-beta3', '1.0-beta4', file_get_contents($myconfig_file));
file_put_contents($myconfig_file, $content);
}
?>
your poche is up to date!
don't forget to delete ./install/ folder after the update.
go back to your poche