aboutsummaryrefslogtreecommitdiffhomepage
path: root/shaarli_version.php
Commit message (Collapse)AuthorAgeFilesLines
* Use 'dev' version on the master branchArthurHoaro2017-03-121-1/+1
| | | | Allowed check branches are now `latest` and `stable`.
* Bump version to v0.8.3ArthurHoaro2017-01-201-1/+1
| | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro>
* Bump version to v0.8.2ArthurHoaro2017-01-161-1/+1
|
* Bump version to v0.8.1ArthurHoaro2016-12-121-1/+1
| | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro>
* Bump version to v0.8.0ArthurHoaro2016-10-121-1/+1
| | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro>
* PHP endtag in shaarli_version.phpArthurHoaro2016-05-141-1/+1
|
* Version bump: v0.7.0ArthurHoaro2016-05-141-1/+1
| | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro>
* Bump version to v0.6.5ArthurHoaro2016-03-021-1/+1
| | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro>
* Bump version to v0.6.4ArthurHoaro2016-02-281-1/+1
| | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro>
* Bump version to v0.6.3ArthurHoaro2016-01-311-1/+1
|
* Bump version to v0.6.2v0.6.2VirtualTam2015-12-231-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Bump version to v0.6.1v0.6.1VirtualTam2015-12-011-1/+1
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Bump version to v0.6.0v0.6.0ArthurHoaro2015-11-181-1/+1
| | | | Signed-off-by: ArthurHoaro <arthur@hoa.ro>
* cleanup: remove the executable bit from source scriptsVirtualTam2015-11-111-0/+0
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Bump version to 0.5.4v0.5.4VirtualTam2015-09-141-1/+1
| | | | | | | | | | | | | | | | Fixes: - PHP session IDs: handle hash algorithms and bits per char representations Minor changes: - HTTPS: support being served behing an SSL-enabled proxy - HTTP/Server utilities: refactor & add test coverage Project & documentation: - improve/rewrite `README.md` - update contributor list - update `index.php` header Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Bump version to v0.5.3v0.5.3ArthurHoaro2015-09-021-1/+1
| | | | Fixes a bug that could prevent user to login.
* Bump version to 0.5.2v0.5.2VirtualTam2015-08-311-1/+1
| | | | | | | | | | Minor changes - fix Full Path Disclosure upon cookie forgery - fix regression preventing to load LinkDB info when adding an existing link - also extract HTTPS page metadata (title) - add PHP 7 to Travis platforms Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Bump version to 0.5.1v0.5.1VirtualTam2015-08-181-1/+1
| | | | | | | | | | | | Minor changes - fix 404 after editing a link while being logged out - update local documentation - improve timezone detection at installation - improve feed cache handling - improve URL cleanup for new links - add a link to the shaarli/shaarli DockerHub repository Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* Bump version to 0.5.0VirtualTam2015-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | Major changes - fix locale handling - fix note URLs - fix page redirections - fix daily RSS browsing - fix title display - fix links not being hidden when `HIDE_PUBLIC_LINKS` is set - restore compatibility with PHP 5.3 - remove duplicate tags in links - remove annoying URL patterns - add Firefox Social API - Search/Filter by tag fieds can now be accessed quickly with the `Tab` key - update documentation - start code refactoring - move all settings to `data/config.php` - refactor Config, LinkDB, TimeZone, Utils - add unit test coverage - add Travis integration Signed-off-by: VirtualTam <virtualtam@flibidi.net>
* bump version to 0.0.45betav0.0.45betanodiscc2015-03-161-1/+1
|
* bump version to 0.0.44betanodiscc2015-03-151-1/+1
|
* Prevent visitors from reading shaarli versionnodiscc2015-02-251-0/+1
* fixes https://github.com/shaarli/Shaarli/issues/122 * the shaarli version is now in a php comment block, which prevents visitors from reading it when it is place on a PHP-enabled server, but still allows the update mechanism to read it from the source on github.