Skip to content

Commit

Permalink
Rename languages in extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Mar 29, 2024
1 parent 04896f5 commit 2a56595
Show file tree
Hide file tree
Showing 78 changed files with 13 additions and 28 deletions.
4 changes: 2 additions & 2 deletions plugins/change-password/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ class ChangePasswordPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Change Password',
VERSION = '2.36',
RELEASE = '2024-03-17',
VERSION = '2.37',
RELEASE = '2024-03-29',
REQUIRED = '2.36.0',
CATEGORY = 'Security',
DESCRIPTION = 'Extension to allow users to change their passwords';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions plugins/kolab/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ class KolabPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Kolab',
VERSION = '2.36',
RELEASE = '2024-03-19',
VERSION = '2.37',
RELEASE = '2024-03-29',
CATEGORY = 'Contacts',
DESCRIPTION = 'Use an Address Book of Kolab.',
REQUIRED = '2.36.0';
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 0 additions & 5 deletions plugins/kolab/langs/uk-UA.json

This file was deleted.

File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions plugins/login-register/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class LoginRegisterPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Register and Forgot',
VERSION = '2.1',
RELEASE = '2021-10-04',
REQUIRED = '2.5.2',
VERSION = '2.2',
RELEASE = '2024-03-29',
REQUIRED = '2.36.0',
CATEGORY = 'Login',
DESCRIPTION = 'Links on login screen for registration and forgotten password';

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 0 additions & 10 deletions plugins/login-register/langs/pt-PT.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions plugins/nextcloud/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Nextcloud',
VERSION = '2.34',
RELEASE = '2024-03-16',
VERSION = '2.35',
RELEASE = '2024-03-29',
CATEGORY = 'Integrations',
DESCRIPTION = 'Integrate with Nextcloud v20+',
REQUIRED = '2.35.4';
REQUIRED = '2.36.0';

public function Init() : void
{
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions plugins/two-factor-auth/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ class TwoFactorAuthPlugin extends \RainLoop\Plugins\AbstractPlugin
{
const
NAME = 'Two Factor Authentication',
VERSION = '2.18.0',
RELEASE = '2024-02-15',
REQUIRED = '2.30.0',
VERSION = '2.19.0',
RELEASE = '2024-03-29',
REQUIRED = '2.36.0',
CATEGORY = 'Login',
DESCRIPTION = 'Provides support for TOTP 2FA';

Expand Down

0 comments on commit 2a56595

Please sign in to comment.