From f37ea5229e5d099c2b59e82f788f83718d157785 Mon Sep 17 00:00:00 2001 From: synox Date: Mon, 11 Mar 2019 00:37:31 +0700 Subject: [PATCH] add licence info --- CHANGELOG.md | 4 ++++ src/autolink.php | 12 ++++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 646082d..16ff242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file. The format - find config.php automatically in current and parent directories. Show error message if not found. - use local CSS/JS instead of CDN - detect missing imap extension and config error +- refactoring to simplify routing + +### Removed +- JSON API (json-api.php), this feature would better fit in a separate project. ## [0.2.1] - 2018-07-01 diff --git a/src/autolink.php b/src/autolink.php index 4fc47a0..07d84db 100644 --- a/src/autolink.php +++ b/src/autolink.php @@ -1,7 +1,15 @@