Skip to content

Commit 9e46a16

Browse files
authored
Merge pull request #175 from phpbb-extensions/release-2.0.6
Release 2.0.6
2 parents 33237ef + b7a6c61 commit 9e46a16

5 files changed

Lines changed: 18 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Version 2.x (for phpBB 3.2.x and 3.3.x)
44

5+
## 2.0.6 - 2024-01-18
6+
7+
- Fixed PHP warnings that could be caused by a conflict with other extensions.
8+
- Updated English, French, German and Turkish language packs.
9+
510
## 2.0.5 - 2022-06-18
611

712
- Run membership condition check when a user logs in.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "phpbb-extension",
44
"description": "An extension that can automate the process of adding and removing users from groups upon reaching specified milestones related to their post count, age, membership, and warnings count.",
55
"homepage": "https://www.phpbb.com/customise/db/extension/auto_groups/",
6-
"version": "2.0.5",
6+
"version": "2.0.6",
77
"keywords": ["phpbb", "extension", "auto", "groups"],
88
"license": "GPL-2.0-only",
99
"authors": [

language/de/autogroups_acp.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
'ACP_AUTOGROUPS_NOTIFY' => 'Benutzer benachrichtigen',
5858
'ACP_AUTOGROUPS_NOTIFY_EXPLAIN' => 'Sende eine Benachrichtigung an den Benutzer, nachdem er automatisch einer Gruppe hinzugefügt oder aus dieser entfernt wurde.',
5959

60-
'ACP_AUTOGROUPS_EXCLUDED_GROUPS' => 'Excluded groups',
61-
'ACP_AUTOGROUPS_EXCLUDE_GROUP' => 'Exclude members of these groups',
62-
'ACP_AUTOGROUPS_EXCLUDE_GROUP_EXPLAIN' => 'Members belonging to <em>any group</em> selected in this list will be ignored. Leave this field blank if you want this Auto Group applied to <em>all members</em> of your board. Select multiple groups by holding <samp>CTRL</samp> (or <samp>&#8984;CMD</samp> on Mac) and selecting the groups.',
63-
'ACP_AUTOGROUPS_INVALID_EXCLUDE_GROUPS' => 'An error occurred. The group for this condition can not also be selected in the excluded groups field.',
60+
'ACP_AUTOGROUPS_EXCLUDED_GROUPS' => 'Ausgeschlossene Gruppen',
61+
'ACP_AUTOGROUPS_EXCLUDE_GROUP' => 'Mitglieder dieser Gruppen ausschließen',
62+
'ACP_AUTOGROUPS_EXCLUDE_GROUP_EXPLAIN' => 'Mitglieder die <em>einer beliebigen Gruppe</em> angehören, welche in dieser Liste ausgewählt wurde, werden ignoriert. Lasse dieses Feld leer, wenn du möchtest, dass diese Auto-Gruppe zu <em>allen Mitgliedern</em> deines Boards hinzugefügt werden kann. Mehrere Gruppen auswählen kannst du mittels festhalten von <samp>STRG</samp> (oder <samp>&#8984;CMD</samp> beim Mac) beim Markieren der Gruppen.',
63+
'ACP_AUTOGROUPS_INVALID_EXCLUDE_GROUPS' => 'Ein Fehler ist aufgetreten. Die Gruppe für diese Bedingung kann nicht gleichzeitig im Feld „Ausgeschlossene Gruppen“ ausgewählt werden..',
6464
'ACP_AUTOGROUPS_EXEMPT_GROUP' => 'Erstelle Standardgruppen Ausnahmen.',
6565
'ACP_AUTOGROUPS_EXEMPT_GROUP_EXPLAIN' => 'Auto Groups wird die Standardgruppe eines Benutzers nicht ändern, wenn diese in dieser Liste ausgewählt ist. Wähle mehrere Gruppen durch Auswahl mit Mausklick bei gleichzeitig festgehaltener Taste <samp>STRG</samp> (oder <samp>&#8984;CMD</samp> beim Mac).',
6666

language/fr/autogroups_acp.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@
5858
'ACP_AUTOGROUPS_NOTIFY' => 'Prévenir les utilisateurs',
5959
'ACP_AUTOGROUPS_NOTIFY_EXPLAIN' => 'Envoyer une notification aux utilisateurs après avoir été automatiquement ajouté ou retiré de ce groupe.',
6060

61-
'ACP_AUTOGROUPS_EXCLUDED_GROUPS' => 'Excluded groups',
62-
'ACP_AUTOGROUPS_EXCLUDE_GROUP' => 'Exclude members of these groups',
63-
'ACP_AUTOGROUPS_EXCLUDE_GROUP_EXPLAIN' => 'Members belonging to <em>any group</em> selected in this list will be ignored. Leave this field blank if you want this Auto Group applied to <em>all members</em> of your board. Select multiple groups by holding <samp>CTRL</samp> (or <samp>&#8984;CMD</samp> on Mac) and selecting the groups.',
64-
'ACP_AUTOGROUPS_INVALID_EXCLUDE_GROUPS' => 'An error occurred. The group for this condition can not also be selected in the excluded groups field.',
61+
'ACP_AUTOGROUPS_EXCLUDED_GROUPS' => 'Groupes exclus',
62+
'ACP_AUTOGROUPS_EXCLUDE_GROUP' => 'Exclure les membres de ces groupes',
63+
'ACP_AUTOGROUPS_EXCLUDE_GROUP_EXPLAIN' => 'Les membres appartenant à <em>n‘importe quel groupe</em> sélectionné dans cette liste seront ignorés. Laissez ce champ vide si vous souhaitez que ce groupe automatique soit appliqué à <em>tous les membres</em> de votre forum. Sélectionnez plusieurs groupes en maintenant <samp>CTRL</samp> (ou <samp>CMD</samp> sur Mac) et en sélectionnant les groupes.',
64+
'ACP_AUTOGROUPS_INVALID_EXCLUDE_GROUPS' => 'Une erreur s‘est produite. Le groupe pour cette condition ne peut pas également être sélectionné dans le champ Groupes exclus.',
6565
'ACP_AUTOGROUPS_EXEMPT_GROUP' => 'Définir les groupes exemptés par défaut',
6666
'ACP_AUTOGROUPS_EXEMPT_GROUP_EXPLAIN' => 'Auto groups ne modifiera pas le groupe par défaut d’un utilisateur si il est sélectionné dans cette liste. Appuyer sur la touche <samp>CTRL</samp> (ou <samp>&#8984;CMD</samp> sur Mac) tout en cliquant pour sélectionner / désélectionner plus d’un groupe.',
6767

language/tr/autogroups_acp.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
'ACP_AUTOGROUPS_NOTIFY' => 'Kullanıcıları bilgilendir',
5858
'ACP_AUTOGROUPS_NOTIFY_EXPLAIN' => 'Kullanıcılar Otomatik olarak bu gruba eklendiğinde veya kaldırıldığında bir bildirim gönder.',
5959

60-
'ACP_AUTOGROUPS_EXCLUDED_GROUPS' => 'Excluded groups',
61-
'ACP_AUTOGROUPS_EXCLUDE_GROUP' => 'Exclude members of these groups',
62-
'ACP_AUTOGROUPS_EXCLUDE_GROUP_EXPLAIN' => 'Members belonging to <em>any group</em> selected in this list will be ignored. Leave this field blank if you want this Auto Group applied to <em>all members</em> of your board. Select multiple groups by holding <samp>CTRL</samp> (or <samp>&#8984;CMD</samp> on Mac) and selecting the groups.',
63-
'ACP_AUTOGROUPS_INVALID_EXCLUDE_GROUPS' => 'An error occurred. The group for this condition can not also be selected in the excluded groups field.',
60+
'ACP_AUTOGROUPS_EXCLUDED_GROUPS' => 'Hariç tutulan gruplar',
61+
'ACP_AUTOGROUPS_EXCLUDE_GROUP' => 'Bu grupların üyelerini hariç tut',
62+
'ACP_AUTOGROUPS_EXCLUDE_GROUP_EXPLAIN' => 'Bu listede seçili <em>herhangi bir grubun</em> üyesi yok sayılacak. Bu Otomatik Grubun panonuzun <em>tüm üyelerine</em> uygulanmasını istiyorsanız bu alanı boş bırakın. <samp>CTRL</samp> (veya Mac\'te <samp>&#8984;CMD</samp>) tuşunu basılı tutarak ve grupları seçerek birden fazla grup seçin.',
63+
'ACP_AUTOGROUPS_INVALID_EXCLUDE_GROUPS' => 'Bir hata meydana geldi. Hariç tutulan gruplar alanında da bu koşul için grup seçilemez.',
6464
'ACP_AUTOGROUPS_EXEMPT_GROUP' => 'Grup varsayılan muafiyetlerini ayarla',
6565
'ACP_AUTOGROUPS_EXEMPT_GROUP_EXPLAIN' => 'Eğer o bu listede seçili ise Otomatik Gruplar bir kullanıcının varsayılan grubunu değiştirmeyecek. Çoklu grup seçmek için <samp>CTRL</samp> (veya MAClerde <samp>&#8984;CMD</samp>) tuşuna basın ve grupları seçin.',
6666

0 commit comments

Comments
 (0)