AddOn
ZIP Install - AddOns als ZIP installieren
Beschreibung
Mit diesem AddOn kannst du gezippte AddOns einfach im Backend hochladen und installieren.Mit diesem AddOn kannst du gezippte AddOns einfach im Backend hochladen und installieren. Du musst nicht mal die Ordner umbenennen (wenn das ZIP z.B. aus Github kommt). Das wird automatisch erledigt.
github.com/FriendsOfREDAXO/zip_install
Umsetzung
Versionen
2.0.0
Funktionen
ZIP-Upload über den Browser
Installation über eine URL, die direkt zu einer ZIP-Datei führt
NEU
GitHub-Integration:
Repository-Suche nach Benutzer/Organisation
Anzeige von Beschreibungen und Details der Repositories
Geändert:
- Keine Abhängigkeit mehr zu zippy
Hinweise:
Das Add-on liefert keinen Token für die GitHub-API mit. Ohne Token sind die API-Abfragen auf 60 pro Stunde begrenzt. Ein persönlicher Zugriffstoken kann unter GitHub > Settings > Developer settings > Personal access tokens erstellt werden. Der Token benötigt mindestens 'public_repo' Berechtigung für öffentliche Repositories. Der Token kann z.B. in der install.php des project-Add-ons oder einem eigenen wie folgt updatesicher gesetzt werden:
$addon = rex_addon::get('zip_install');
$addon->setConfig('github_token', 'GitHubToken');
What's Changed
- Bump symfony/process from 5.4.34 to 5.4.46 by @dependabot in https://github.com/FriendsOfREDAXO/zip_install/pull/29
- ZIP-Install2 by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/30
- zip2 readme by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/31
- stan comments by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/32
- better and secure file handling by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/33
- Security Improvements by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/34
- beta2 by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/37
- Änderung layout by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/38
- README: GitHub API-Token setzen by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/39
- weitere hinzugefügt by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/40
- Update README.md by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/42
- beta 4 by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/43
- Update README.md by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/44
New Contributors
- @dependabot made their first contribution in https://github.com/FriendsOfREDAXO/zip_install/pull/29
Full Changelog: https://github.com/FriendsOfREDAXO/zip_install/compare/1.5.3...2.0.0
Danke an:
@alxndr-w für das Testing
1.5.3
Der TMP-Ordner ist nicht mehr im AddOn-Verzeichnis.
fixed: https://github.com/FriendsOfREDAXO/zip_install/issues/25
1.4.0
Neu: Es können jetzt direkt GitHub-Repo-URLs oder Branch-URLs eingegeben werden.
What's Changed
- Github-Download by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/23
Full Changelog: https://github.com/FriendsOfREDAXO/zip_install/compare/1.3.0...1.4.0
1.2
What's Changed
- Deprecated-Meldung in PHP 8.2 vermeiden by @aeberhard in https://github.com/FriendsOfREDAXO/zip_install/pull/21
- Vendor-Updates by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/22
New Contributors
- @aeberhard made their first contribution in https://github.com/FriendsOfREDAXO/zip_install/pull/21
Full Changelog: https://github.com/FriendsOfREDAXO/zip_install/compare/1.2...1.3.0
1.2
- Vendorupdate
- Update der Verdorren per Composer möglich
- Neuer Screenshot
- Kleine Änderungen an der Readme
What's Changed
- 1.2 :: Vendor-Update by @skerbis in https://github.com/FriendsOfREDAXO/zip_install/pull/19
New Contributors
- @skerbis made their first contribution in https://github.com/FriendsOfREDAXO/zip_install/pull/19
Full Changelog: https://github.com/FriendsOfREDAXO/zip_install/compare/1.1.1...1.2
1.1
What's Changed
- Traducción en castellano by @ytraduko-bot in https://github.com/FriendsOfREDAXO/zip_install/pull/8
- Svensk översättning by @ytraduko-bot in https://github.com/FriendsOfREDAXO/zip_install/pull/9
- Fix: unschöne PHP-Fehler bei fehlerhafter zip-URL by @stefan-beyer in https://github.com/FriendsOfREDAXO/zip_install/pull/10
- new Screenshots for "ZIP Upload" and "von URL installieren" by @cedrus86 in https://github.com/FriendsOfREDAXO/zip_install/pull/13
- Revert "new Screenshots for "ZIP Upload" and "von URL installieren"" by @hirbod in https://github.com/FriendsOfREDAXO/zip_install/pull/14
zip
-Extension verpflichtend by @alxndr-w in https://github.com/FriendsOfREDAXO/zip_install/pull/17- Create publish-to-redaxo-org.yml by @alxndr-w in https://github.com/FriendsOfREDAXO/zip_install/pull/16
New Contributors
- @stefan-beyer made their first contribution in https://github.com/FriendsOfREDAXO/zip_install/pull/10
- @cedrus86 made their first contribution in https://github.com/FriendsOfREDAXO/zip_install/pull/13
- @hirbod made their first contribution in https://github.com/FriendsOfREDAXO/zip_install/pull/14
- @alxndr-w made their first contribution in https://github.com/FriendsOfREDAXO/zip_install/pull/17
Full Changelog: https://github.com/FriendsOfREDAXO/zip_install/compare/1.1...1.1.1
1.1
• AddOns und Plugins können jetzt auch von einer externen URL installiert werden (z.B. direkte Github-Master-Zips)
• Lang updates
Danke @cukabeka @stefan-beyer
1.0.0
Changelog:
• permission fix
• Stable - Release Time!
Mit diesem AddOn kannst du gezippte AddOns einfach im Backend hochladen und installieren.
https://github.com/FriendsOfREDAXO/zip_install