Skip to content

Commit

Permalink
Add support for premium extensions:
Browse files Browse the repository at this point in the history
* `datitisev-backup`,
* `datitisev-maintenance`,
* `kilowhat-custom-paths`,
* `kilowhat-formulaire`,
* `kilowhat-wordpress`,
* `kyrne-websocket`,
* `reflar-recache`,
* `reflar-webhooks-pro`.

fix rob006-software#306
  • Loading branch information
rob006 committed May 25, 2020
1 parent f236fb5 commit 140f11c
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
32 changes: 32 additions & 0 deletions config/premium-extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,36 @@
declare(strict_types=1);

return [
'datitisev-backup' => [
'name' => 'Backup',
'packageName' => 'datitisev/flarum-backup',
],
'datitisev-maintenance' => [
'name' => 'Maintenance Mode',
'packageName' => 'datitisev/flarum-maintenance',
],
'kilowhat-custom-paths' => [
'name' => 'Custom Paths',
'packageName' => 'kilowhat/flarum-ext-custom-paths',
],
'kilowhat-formulaire' => [
'name' => 'Formulaire',
'packageName' => 'kilowhat/flarum-ext-formulaire',
],
'kilowhat-wordpress' => [
'name' => 'Wordpress Integration',
'packageName' => 'kilowhat/flarum-ext-wordpress',
],
'kyrne-websocket' => [
'name' => 'Websocket',
'packageName' => 'kyrne/websocket',
],
'reflar-recache' => [
'name' => 'ReFlar ReCache',
'packageName' => 'reflar/recache',
],
'reflar-webhooks-pro' => [
'name' => 'ReFlar Webhooks PRO',
'packageName' => 'reflar/webhooks-pro',
],
];
24 changes: 24 additions & 0 deletions config/various-project.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,15 @@
'clarkwinkelmann-who-read' => [
'tag' => 'https://raw.githubusercontent.com/clarkwinkelmann/flarum-ext-who-read/1.2.0/resources/locale/en.yml',
],
'datitisev-backup' => [
'tag' => 'https://raw.githubusercontent.com/extiverse/premium-translations/master/datitisev-backup.yml',
],
'datitisev-dashboard' => [
'tag' => 'https://raw.githubusercontent.com/datitisev/flarum-ext-dashboard/v0.1.0-beta.8.2/resources/locale/en.yml',
],
'datitisev-maintenance' => [
'tag' => 'https://raw.githubusercontent.com/extiverse/premium-translations/master/datitisev-maintenance.yml',
],
'dem13n-auth-mailru' => [
'tag' => 'https://raw.githubusercontent.com/Dem13n/auth-mailru/0.1.0/resources/locale/en.yml',
],
Expand Down Expand Up @@ -169,9 +175,18 @@
'kilowhat-affiliation-links' => [
'tag' => 'https://raw.githubusercontent.com/kilowhat/flarum-ext-affiliation-links/0.2.0/resources/locale/en.yml',
],
'kilowhat-custom-paths' => [
'tag' => 'https://raw.githubusercontent.com/extiverse/premium-translations/master/kilowhat-custom-paths.yml',
],
'kilowhat-formulaire' => [
'tag' => 'https://raw.githubusercontent.com/extiverse/premium-translations/master/kilowhat-formulaire.yml',
],
'kilowhat-mailing' => [
'tag' => 'https://raw.githubusercontent.com/kilowhat/flarum-ext-mailing/0.2.3/resources/locale/en.yml',
],
'kilowhat-wordpress' => [
'tag' => 'https://raw.githubusercontent.com/extiverse/premium-translations/master/kilowhat-wordpress.yml',
],
'kvothe-keyboard-shortcuts' => [
'tag' => 'https://raw.githubusercontent.com/oaklinq/flarum-ext-keyboard-shortcuts/v0.1.0/resources/locale/en.yml',
],
Expand All @@ -187,6 +202,9 @@
'kvothe-spoiler-bbcode' => [
'tag' => 'https://raw.githubusercontent.com/oaklinq/flarum-ext-spoiler-bbcode/0.1.0/resources/locale/en.yml',
],
'kyrne-websocket' => [
'tag' => 'https://raw.githubusercontent.com/extiverse/premium-translations/master/kyrne-websocket.yml',
],
'maicol07-sso' => [
'tag' => 'https://raw.githubusercontent.com/maicol07/flarum-ext-sso/1.6/locale/en.yml',
],
Expand Down Expand Up @@ -244,12 +262,18 @@
'reflar-level-ranks' => [
'tag' => 'https://raw.githubusercontent.com/ReFlar/level-ranks/1.2.2/resources/locale/en.yml',
],
'reflar-recache' => [
'tag' => 'https://raw.githubusercontent.com/extiverse/premium-translations/master/reflar-recache.yml',
],
'reflar-twofactor' => [
'tag' => 'https://raw.githubusercontent.com/ReFlar/twofactor/0.1.3/resources/locale/en.yml',
],
'reflar-webhooks' => [
'tag' => 'https://raw.githubusercontent.com/ReFlar/webhooks/0.2.3/resources/locale/en.yml',
],
'reflar-webhooks-pro' => [
'tag' => 'https://raw.githubusercontent.com/extiverse/premium-translations/master/reflar-webhooks-pro.yml',
],
'saleksin-auth-google' => [
'tag' => 'https://raw.githubusercontent.com/saleksin/flarum-auth-google/v0.1.0-beta.8.0.3/locale/en.yml',
],
Expand Down

0 comments on commit 140f11c

Please sign in to comment.