[upd] README and remove beta in version
This commit is contained in:
parent
b7538c4a1b
commit
0db6fbd935
3 changed files with 10 additions and 4 deletions
10
README.md
10
README.md
|
@ -38,6 +38,10 @@ Features:
|
||||||
* You will be automatically notified by a discreet popup if a new version is available
|
* 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)
|
* 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 :
|
myShaarli Features :
|
||||||
|
|
||||||
|
@ -56,10 +60,12 @@ myShaarli Features :
|
||||||
* You can define url origin of update
|
* You can define url origin of update
|
||||||
* Change date/time format
|
* Change date/time format
|
||||||
|
|
||||||
|
More information on the project page:
|
||||||
|
https://forge.leslibres.org/projects/shaarli
|
||||||
|
|
||||||
|
|
||||||
Requires php 5.1
|
Requires php 5.1
|
||||||
|
|
||||||
More information on the project page:
|
|
||||||
http://sebsauvage.net/wiki/doku.php?id=php:shaarli
|
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
require($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('PHPPREFIX','<?php /* '); // Prefix to encapsulate data in php code.
|
||||||
define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in php code.
|
define('PHPSUFFIX',' */ ?>'); // Suffix to encapsulate data in php code.
|
||||||
// http://server.com/x/shaarli --> /shaarli/
|
// http://server.com/x/shaarli --> /shaarli/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
1.1.0 beta
|
1.1.0
|
Loading…
Reference in a new issue