update readme
This commit is contained in:
parent
971196f019
commit
d15ff68195
2 changed files with 10 additions and 4 deletions
|
@ -1,12 +1,14 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
||||||
and this project does not adheres to [Semantic Versioning](http://semver.org/).
|
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Changed
|
||||||
- Rewrote to use mostly pure php. Only use javascript where required.
|
- Rewrote to use mostly pure php. Only use javascript where required.
|
||||||
|
|
||||||
|
### Added
|
||||||
- Added multiple domain support (https://github.com/synox/disposable-mailbox/issues/21)
|
- Added multiple domain support (https://github.com/synox/disposable-mailbox/issues/21)
|
||||||
- Blacklist some usernames (https://github.com/synox/disposable-mailbox/issues/27)
|
- Blacklist some usernames (https://github.com/synox/disposable-mailbox/issues/27)
|
||||||
|
|
||||||
|
|
|
@ -46,13 +46,17 @@ The src directory contains all required files. If you want to update the php dep
|
||||||
|
|
||||||
Install php dependecies:
|
Install php dependecies:
|
||||||
|
|
||||||
composer install
|
composer update
|
||||||
|
|
||||||
## Credit
|
## Credit
|
||||||
|
|
||||||
This could not be possible without...
|
This could not be possible without...
|
||||||
|
|
||||||
* https://github.com/barbushin/php-imap
|
* https://github.com/barbushin/php-imap
|
||||||
|
* https://github.com/gnugat-legacy/PronounceableWord
|
||||||
|
* http://htmlpurifier.org/
|
||||||
|
* https://github.com/turbolinks/turbolinks
|
||||||
|
* http://tobiasahlin.com/spinkit/
|
||||||
|
|
||||||
[![BrowserStack](browserstack.png)](https://www.browserstack.com/)
|
[![BrowserStack](browserstack.png)](https://www.browserstack.com/)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue