Releases: FriendsOfREDAXO/zip_install
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');
Danke an:
@alxndr-w für das Testing
What's Changed
- Bump symfony/process from 5.4.34 to 5.4.46 by @dependabot in #29
- ZIP-Install2 by @skerbis in #30
- zip2 readme by @skerbis in #31
- stan comments by @skerbis in #32
- better and secure file handling by @skerbis in #33
- Security Improvements by @skerbis in #34
- beta2 by @skerbis in #37
- Änderung layout by @skerbis in #38
- README: GitHub API-Token setzen by @skerbis in #39
- weitere hinzugefügt by @skerbis in #40
- Update README.md by @skerbis in #42
- beta 4 by @skerbis in #43
- Update README.md by @skerbis in #44
New Contributors
- @dependabot made their first contribution in #29
Full Changelog: 1.5.3...2.0.0
2.0.0-beta4
update test
2.0.0-beta3
2.0.0-beta2
2.0.0-beta1 📂
- Komplett neu entwickeltes AddOn
- Zippy Abhängigkeit entfernt
- Listing von Github-Repos möglich und Auswahl / Installation
redaxo: '^5.18.0'
php:
version: '>=8.1'
extensions: [fileinfo, zip]
1.5.3
1.4.0 Happy 2024 💥
Neu: Es können jetzt direkt GitHub-Repo-URLs oder Branch-URLs eingegeben werden.
What's Changed
Full Changelog: 1.3.0...1.4.0
1.3.0
What's Changed
- Deprecated-Meldung in PHP 8.2 vermeiden by @aeberhard in #21
- Vendor-Updates by @skerbis in #22
New Contributors
- @aeberhard made their first contribution in #21
Full Changelog: 1.2...1.3.0
1.2
1.1.1 [30.05.2022]
What's Changed
- Traducción en castellano by @ytraduko-bot in #8
- Svensk översättning by @ytraduko-bot in #9
- Fix: unschöne PHP-Fehler bei fehlerhafter zip-URL by @stefan-beyer in #10
- new Screenshots for "ZIP Upload" and "von URL installieren" by @cedrus86 in #13
- Revert "new Screenshots for "ZIP Upload" and "von URL installieren"" by @hirbod in #14
zip
-Extension verpflichtend by @alxndr-w in #17- Create publish-to-redaxo-org.yml by @alxndr-w in #16
New Contributors
- @stefan-beyer made their first contribution in #10
- @cedrus86 made their first contribution in #13
- @hirbod made their first contribution in #14
- @alxndr-w made their first contribution in #17
Full Changelog: 1.1...1.1.1