updated documentation and credits
This commit is contained in:
parent
bfe595e1a1
commit
f49927712a
|
@ -1,5 +1,9 @@
|
||||||
# PrivateBin version history
|
# PrivateBin version history
|
||||||
|
|
||||||
|
* **next (not yet released)**
|
||||||
|
* ADDED: Translations for Italian
|
||||||
|
* CHANGED: Suppressed referrer HTTP header sending when following links in a paste or comment (#96) and added additional HTTP headers for XSS mitigation (#91)
|
||||||
|
* CHANGED: Updated random_compat and jQuery libraries
|
||||||
* **1.0 (2016-08-25)**
|
* **1.0 (2016-08-25)**
|
||||||
* ADDED: Translations for Slowene and Chinese
|
* ADDED: Translations for Slowene and Chinese
|
||||||
* ADDED: re-introduced (optional) URL shortener support, which was removed back in version 0.16 for privacy concerns
|
* ADDED: re-introduced (optional) URL shortener support, which was removed back in version 0.16 for privacy concerns
|
||||||
|
|
|
@ -19,6 +19,7 @@ Sébastien Sauvage - original idea and main developer
|
||||||
* Adam Fisher - old Favicons
|
* Adam Fisher - old Favicons
|
||||||
* rugk - new logo/icons
|
* rugk - new logo/icons
|
||||||
* Sobak - PSR-4 and PSR-2 refactoring
|
* Sobak - PSR-4 and PSR-2 refactoring
|
||||||
|
* Nathaniel Olsen - jQuery upgrade
|
||||||
|
|
||||||
## Translations
|
## Translations
|
||||||
* Hexalyse - French
|
* Hexalyse - French
|
||||||
|
@ -27,3 +28,4 @@ Sébastien Sauvage - original idea and main developer
|
||||||
* Draky50110 - French
|
* Draky50110 - French
|
||||||
* Filip Muki Dobranić - Slovene
|
* Filip Muki Dobranić - Slovene
|
||||||
* Jiawei Zhou - Chinese
|
* Jiawei Zhou - Chinese
|
||||||
|
* Stefano Marty - Italian
|
||||||
|
|
|
@ -4,13 +4,13 @@ Running unit tests
|
||||||
In order to run these tests, you will need to install the following packages
|
In order to run these tests, you will need to install the following packages
|
||||||
and its dependencies:
|
and its dependencies:
|
||||||
* phpunit
|
* phpunit
|
||||||
* php5-gd
|
* php-gd
|
||||||
* php5-sqlite
|
* php-sqlite
|
||||||
* php5-xdebug
|
* php-xdebug
|
||||||
|
|
||||||
Example for Debian and Ubuntu:
|
Example for Debian and Ubuntu:
|
||||||
```sh
|
```sh
|
||||||
$ sudo aptitude install phpunit php5-gd php5-sqlite php5-xdebug
|
$ sudo aptitude install phpunit php-gd php-sqlite php-xdebug
|
||||||
```
|
```
|
||||||
|
|
||||||
To run the tests, just change into this directory and run phpunit:
|
To run the tests, just change into this directory and run phpunit:
|
||||||
|
|
Loading…
Reference in New Issue