Releases: mineadmin/AppStore
Releases · mineadmin/AppStore
Release v3.0
fix jwt factory configuration merge order (#131) * fix jwt factory configuration merge order * Apply cs fix * ci: remove json-fix script and composer json checks - Remove json-fix script from composer.json - Remove Check Composer Json step from GitHub Actions workflow
Release v3.0-RC
refactor: update file permissions for multiple files - Changed file permissions for various files across the project - Updated file mode to improve security and accessibility
Release v2.0.4
fix(修复下载插件失败): 修复下载插件时,因space字段重叠拼接导致插件识别错误 (#122)
Release v2.0.3.1
refactor: change $localPluginPath path
Release v2.0.3
Optimize download logic (#118) * optimal AppStore download * Apply cs fix
Release v2.0.1.2
fix(config-provider): ensure class_exists before instantiation (#105) preservefix(config-provider): ensure class_exists before instantiation Fixed an issue in ConfigProvider where a class was being instantiated without first checking if it exists. Exists when executing `php bin/hyperf.php server:watch`command
Release v2.0.1.1
fix github actions (#102)