[upd] README and remove beta in version

This commit is contained in:
Knah Tsaeb 2015-07-21 15:29:46 +02:00
parent b7538c4a1b
commit 0db6fbd935
3 changed files with 10 additions and 4 deletions

View File

@ -38,6 +38,10 @@ Features:
* You will be automatically notified by a discreet popup if a new version is available
* Pages are easy to customize (using CSS and simple RainTPL templates)
More information on the project page:
http://sebsauvage.net/wiki/doku.php?id=php:shaarli
![my Shaarli logo](http://img.knah-tsaeb.org/photos/shaarli/logo_fullsize.png)
myShaarli Features :
@ -56,10 +60,12 @@ myShaarli Features :
* You can define url origin of update
* Change date/time format
More information on the project page:
https://forge.leslibres.org/projects/shaarli
Requires php 5.1
More information on the project page:
http://sebsauvage.net/wiki/doku.php?id=php:shaarli
------------------------------------------------------------------------------

View File

@ -53,7 +53,7 @@ if (is_file($GLOBALS['config']['DATADIR'].'/options.php')){
require($GLOBALS['config']['DATADIR'].'/options.php');
}
define('myShaarli_version','1.1.0 beta');
define('myShaarli_version','1.1.0');
define('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in php code.
define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in php code.
// http://server.com/x/shaarli --> /shaarli/

View File

@ -1 +1 @@
1.1.0 beta
1.1.0