From 96ded82312e29642c0916b38a0a8e85129184983 Mon Sep 17 00:00:00 2001 From: Reza Rendian Septiawan Date: Tue, 20 Feb 2024 16:33:47 +0700 Subject: [PATCH 1/2] Update README.md Add new plugins (Keyword Limiter) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9e612c..16a9615 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ Jump to [0-9](#0-9) | [A](#a) | [B](#b) | [C](#c) | [D](#d) | [E](#e) | [F](#f) - [Keywords, Charset & Length](https://github.com/peterberbec/yourls-keyword_charset_length) - Custom charset, custom link length and random short urls, all in one plugin, with an admin panel. - [Keyword not found](https://github.com/8thwall/keyword-not-found-set-field-yourls) - If keyword isn't found in the database, redirect to admin page and pre-populate the short URL field. - [Keyword Prefix](https://github.com/jangrewe/yourls-keyword-prefix) - Adds a defined prefix to your short URLs. +- [Keyword Limiter](https://github.com/za22061991/yourls-keyword-limiter) - Add several conditions to check whether submitted keyword is allowed or not. [⬆️ Go to section](#plugins) From e396ad52e00485e413d17ca1c336a27c1903790f Mon Sep 17 00:00:00 2001 From: Reza Rendian Septiawan Date: Tue, 20 Feb 2024 22:54:06 +0700 Subject: [PATCH 2/2] Update README.md - Move the new plugin and put it in an alphabetical order. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16a9615..bd3d786 100644 --- a/README.md +++ b/README.md @@ -228,9 +228,9 @@ Jump to [0-9](#0-9) | [A](#a) | [B](#b) | [C](#c) | [D](#d) | [E](#e) | [F](#f) - [Keep Query String](https://github.com/rinogo/yourls-keep-query-string) - Adds the short URL's query string (if any) to the long URL. - [Keywords, Charset & Length](https://github.com/peterberbec/yourls-keyword_charset_length) - Custom charset, custom link length and random short urls, all in one plugin, with an admin panel. +- [Keyword Limiter](https://github.com/za22061991/yourls-keyword-limiter) - Add several conditions to check whether submitted keyword is allowed or not. - [Keyword not found](https://github.com/8thwall/keyword-not-found-set-field-yourls) - If keyword isn't found in the database, redirect to admin page and pre-populate the short URL field. - [Keyword Prefix](https://github.com/jangrewe/yourls-keyword-prefix) - Adds a defined prefix to your short URLs. -- [Keyword Limiter](https://github.com/za22061991/yourls-keyword-limiter) - Add several conditions to check whether submitted keyword is allowed or not. [⬆️ Go to section](#plugins)