Skip to content
This repository was archived by the owner on Jun 15, 2021. It is now read-only.

Commit d52de71

Browse files
committed
Moving namepspace : KILOWHAT > Clarkwinkelmann
1 parent cd91419 commit d52de71

File tree

3 files changed

+4
-10
lines changed

3 files changed

+4
-10
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ php flarum cache:clear
4444
### Clarkwinkelmann
4545

4646
- Author change ([GitHub Repository](https://github.com/clarkwinkelmann/flarum-ext-author-change) / [Flarum Community](https://discuss.flarum.org/d/21731-discussion-and-post-author-change))
47+
- Mailing ([GitHub Repository](https://github.com/clarkwinkelmann/flarum-ext-mailing/) / [Flarum Community](https://discuss.flarum.org/d/20443-mailing))
4748
- Who Read ([GitHub Repository](https://github.com/clarkwinkelmann/flarum-ext-who-read) / [Flarum Community](https://discuss.flarum.org/d/23066-who-read))
4849

4950

@@ -126,13 +127,6 @@ php flarum cache:clear
126127
- Username Request ([GitHub Repository](https://github.com/FriendsOfFlarum/username-request) / [Flarum Community](https://discuss.flarum.org/d/20956-friendsofflarum-username-request))
127128
- Terms ([GitHub Repository](https://github.com/FriendsOfFlarum/terms) / [Flarum Community](https://discuss.flarum.org/d/11714-fof-terms-ask-your-users-to-accept-tos-and-privacy-policy))
128129

129-
130-
---
131-
### KILOWHAT
132-
133-
- Mailing ([GitHub Repository](https://github.com/kilowhat/flarum-ext-mailing) / [Flarum Community](https://discuss.flarum.org/d/20443-mailing-by-kilowhat))
134-
135-
136130
---
137131
### Kvothe
138132

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
kilowhat-mailing:
1+
clarkwinkelmann-mailing:
22
admin:
33
permissions:
44
mail_all: Envoyer des emails à tous les utilisateurs

scripts/identical/kilowhat-mailing.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
VERSION='master' #Repository version
2-
REPO='kilowhat/flarum-ext-mailing' #Repository name
2+
REPO='clarkwinkelmann/flarum-ext-mailing' #Repository name
33
LOCALE='resources/locale' #Locale folder
44

55
YAML1='en.yml' #Original yaml file
6-
YAML2='kilowhat-mailing.yml' #Translated yaml file
6+
YAML2='clarkwinkelmann-mailing.yml' #Translated yaml file
77

88
TEMP_DIR=`mktemp -d`
99
WORK_DIR=`pwd`

0 commit comments

Comments
 (0)