Skip to content

Commit f335ad7

Browse files
authored
Merge pull request #17 from HanashiDev/next
Next
2 parents de29e91 + 28eca3a commit f335ad7

8 files changed

Lines changed: 12 additions & 11 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
php:
1515
- '8.1'
1616
- '8.2'
17+
- '8.3'
1718
steps:
1819
- name: Set up PHP
1920
uses: shivammathur/setup-php@v2

files/lib/system/exception/SteamException.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
* @license Freie Lizenz (https://hanashi.eu/freie-lizenz/)
1313
* @package WoltLabSuite\Core\System\Exception
1414
*/
15-
class SteamException extends Exception
15+
final class SteamException extends Exception
1616
{
1717
}

files/lib/system/steam/SteamAPI.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
* @license Freie Lizenz (https://hanashi.dev/freie-lizenz/)
2525
* @package WoltLabSuite\Core\System\Steam
2626
*/
27-
class SteamAPI
27+
final class SteamAPI
2828
{
2929
/**
3030
* @var ClientInterface
3131
*/
3232
private static $httpClient;
3333

34-
final public static function getHttpClient(): ClientInterface
34+
public static function getHttpClient(): ClientInterface
3535
{
3636
if (!self::$httpClient) {
3737
self::$httpClient = HttpFactory::makeClient();

language/de.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<language xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/language.xsd" languagecode="de">
2+
<language xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/6.0/language.xsd" languagecode="de">
33
<import>
44
<category name="wcf.acp.option">
55
<item name="wcf.acp.option.category.ha_steam"><![CDATA[Steam]]></item>

language/en.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<language xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/language.xsd" languagecode="en">
2+
<language xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/6.0/language.xsd" languagecode="en">
33
<import>
44
<category name="wcf.acp.option">
55
<item name="wcf.acp.option.category.ha_steam"><![CDATA[Steam]]></item>

option.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/option.xsd">
2+
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/6.0/option.xsd">
33
<import>
44
<categories>
55
<category name="ha_steam">

package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<package xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/5.4/package.xsd" name="dev.hanashi.wsc.steam-api">
2+
<package xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/6.0/package.xsd" name="dev.hanashi.wsc.steam-api">
33
<packageinformation>
44
<!-- dev.hanashi.wsc.steam-api -->
55
<packagename>Steam API</packagename>
66
<packagename language="de">Steam-API</packagename>
77
<packagedescription>Api package for Steam.</packagedescription>
88
<packagedescription language="de">API-Paket für Steam.</packagedescription>
9-
<version>1.2.0</version>
10-
<date>2023-09-08</date>
9+
<version>1.2.1</version>
10+
<date>2024-10-29</date>
1111
</packageinformation>
1212
<authorinformation>
1313
<author>Hanashi Development</author>
@@ -25,7 +25,7 @@
2525
<instruction type="userGroupOption"/>
2626
<instruction type="option"/>
2727
</instructions>
28-
<instructions type="update" fromversion="1.1.1">
28+
<instructions type="update" fromversion="1.2.0">
2929
<instruction type="file"/>
3030
</instructions>
3131
</package>

userGroupOption.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<data xmlns="https://www.woltlab.com" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.woltlab.com https://www.woltlab.com/XSD/2019/userGroupOption.xsd">
2+
<data xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/6.0/userGroupOption.xsd">
33
<import>
44
<categories>
55
<category name="user.ha_steam">

0 commit comments

Comments
 (0)