File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 php :
1515 - ' 8.1'
1616 - ' 8.2'
17+ - ' 8.3'
1718 steps :
1819 - name : Set up PHP
1920 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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 ();
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments