Skip to content

Releases: mineadmin/AppStore

Release v3.0.24

04 Nov 09:04

Choose a tag to compare

update nette/utils version to 4.0.*

Release v3.0.23

16 Jul 03:22

Choose a tag to compare

fix(LocalListCommand): correct array merge syntax (#154)

Release v3.0.22

08 Jul 10:04

Choose a tag to compare

Optimize plugin namespace (#139)

* 规范应用 namespace

* 规范应用 namespace

---------

Co-authored-by: frank <noikiy@qq.com>

Release v3.0.1

10 Jan 18:53

Choose a tag to compare

Optimize plugin namespace (#139)

* 规范应用 namespace

* 规范应用 namespace

---------

Co-authored-by: frank <noikiy@qq.com>

Release v3.0

28 Nov 06:41

Choose a tag to compare

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

23 Oct 13:48

Choose a tag to compare

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

15 Aug 13:48

Choose a tag to compare

fix(修复下载插件失败): 修复下载插件时,因space字段重叠拼接导致插件识别错误 (#122)

Release v2.0.3.1

29 Jul 05:33

Choose a tag to compare

refactor: change $localPluginPath path

Release v2.0.3

29 Jul 05:00

Choose a tag to compare

Optimize download logic (#118)

* optimal AppStore download

* Apply cs fix

Release v2.0.1.2

28 Jun 08:22

Choose a tag to compare

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