Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Drop ZIP-archive support #4485

Merged
merged 5 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 0 additions & 56 deletions .github/workflows/release.yml

This file was deleted.

3 changes: 2 additions & 1 deletion docs/content/users/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
OpenMage provives differnt ways to install. We recommend to use [Composer](use-composer.md).
If you want to contribute ot project, use [Git](use-git.md).

You can also download latest [Release](use-tarball.md).
!!! info
Since v20.11.0 installation from ZIP-archive is not supported anymore.
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ nav:
- users/install/index.md
- users/install/use-composer.md
- users/install/use-git.md
- users/install/use-tarball.md
- users/install/secure-install.md
- 'Changelog':
- developers/changelog/index.md
Expand Down
Loading