From 45c907a15e6da98ac0897bf4329fe6103c831b95 Mon Sep 17 00:00:00 2001 From: dgw Date: Sat, 31 May 2014 05:46:39 -0400 Subject: [PATCH] README update (merged fenuz commit) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also add a newline at the end of the file, because why wasn’t it there before? --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fec499..3e6f503 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ a plugin for YOURLS by dgw +with contributions by fenuz (adding filters after other plugins loaded) + ## Description *Don't Track Admins* checks to see if the user requesting a link is logged in to @@ -51,4 +53,4 @@ Updating is also really simple: Just `git pull origin` to update the plugin. ## License The *Don't Track Admins* plugin is released under the GNU General Public License, -version 3 (GPLv3). Complete license text can be found in the "COPYING" file. \ No newline at end of file +version 3 (GPLv3). Complete license text can be found in the "COPYING" file.