- Provides backward compatibility for Dark Mode in REDAXO 5.12 and earlier
- Dressed up for new dark mode (REDAXO 5.13) 🦇
- Corrected build of assets
- Now installable under PHP >7
This releases provides REDAXO 5.10 compatibility. Since online/offline status of slices is now implemented into the core system, blÖcks doesn’t need to provide this feature any more.
Breaking changes:
Status plugIn has been disabled for REDAXO >=5.10. In case you’ve built custom functions on top of this plugIn, they will most likely break.
Bugfixes:
- Svensk översättning (#88, @interweave-media)
- Traducción en castellano (#89, @nandes2062)
- Show buttons only if users got permissions (#93, @tbaddade)
- Fix offline marker styles (#83)
- add PHP min version (#91)
- Update developer docs
Bugfixes:
- Fix sourcemaps flow: do NOT generate for production (messed this up before, sry)
- Fix release flow
Features:
- Grunt: implement production workflow and use it for releases
Bugfixes:
- Fix missing sourcemaps (#79)
Bugfixes:
- Fix dropdown layer issues on hover (#80)
Features:
- Offline blocks are now painted greyish and show a marker which makes them easier to distinguish from online blocks. (#73)
- No system message is displayed when the status of blocks has changed, since the visual feedback is now sufficient. (#73)
- Status icons no longer show the current status, but the target status: click on the crossed-out eye to set a block offline, and on the seeing eye to set it online. (#73)
- Scroll page to current block after drag and drop
- Improved drag and drop styles
- Revised the documentation
- Updated AddOn and PlugIn pages to show the documentation (#35)
- Used English as primary language
Breaking changes:
CSS styles have been changed and may not work as expected, if you are using a custom theme for your REDAXO backend! Without custom theme, there shouldn’t be any breaking changes.
Bugfixes:
- Anfasser-Markierung (Handle) für Drag & Drop korrigiert (#71)
Bugfixes:
- Positionierung der Blöcke bei Drag & Drop korrigiert (#68)
- Fehler beim Cut & Copy bei aktiviertem
structure/version
-Plugin korrigiert (#69) - Fehler beim Drag & Drop bei aktiviertem
structure/version
-Plugin korrigiert (#70)
Features:
- Artikel aus der Zwischenablage werden innerhalb der Auswahl »Block hinzufügen« nun oben statt unten angezeigt (#56).
- Der Status eines Blocks wird beim Einfügen übernommen (#45).
- UI für Drag & Drop angepasst: Anfasser und Schatten (#34).
Bugfixes:
- Fehlendes visuelles Feedback bei ausgeblendeten Blöcken (#42)
- Drag & Drop plugin zeigt Move-Cursor auch dann, wenn Nutzerrechte fehlen (#60)
- Verschiedene kleine Bugfixes
- REDAXO Mindestversion angehoben auf 5.5
- Traducción en castellano (Issue #51 von @nandes2062)
- Slice Status wird nun über neuen EP-param abgefragt (Issue #36 von gharlan)
- sv_se.lang hinzugefügt (Issue #38 von ytraduko-bot)
- package()-Aufruf in Fehlermeldung innerhalb rex_api_content_move_slice_to.php gefixt
- console.log()s in Produktivversion entfernt (Issue #30)
- aktualisierte englische Sprachdatei ynamite
- pt_br.lang hinzugefügt (Taina Soares)
- EP in cut© plugin aktualisiert (Issue #19
- online/offline-Ansicht von Blöcken aktualisiert
- Status-Plugin-Installation gefixt (Issue #27 von tbaddade
Probleme bei der Cache-Erstellung in verbindung mit dem search_it Addon behoben.
Blöcke können nun auch zwischen verschiedenen Sprachen kopiert und eingefügt werden.
Erste finale Release-Version.
Das AddOn läuft nun auch in Kombination mit dem CacheWarmup-Plugin.
Beim Drag&Drop Plugin kann nun bei Bedarf die Anzeige der Sortierungsbuttons per Einstellung eingeschaltet werden (Issue #2).
Beim EP SLICE_DELETED
und STRUCTURE_CONTENT_SLICE_DELETED
wird nun auch bei article_id
die Artikel-ID und nicht der Artikel übergeben (Issue #12).
Auch der Status eines Revision-Slices kann nun geändert werden (Fix durch @omphteliba.
Wird ein kopierter Artikel über das BLOCK HINZUFÜGEN DropDown eingefügt, geschieht das nun via PJAX, sodass sich die URL des Browsers nicht ändert. Sonst fügt man versehentlich weitere Blöcke beim Reload der Seite ein oder kann den Block am Ende nur einmal einfügen.
Außerdem wird der kopierte Block beim Einfügen weiterhin im Clipboard behalten (wurde vorher entfernt).
Readme für das Cut&Copy-Plugin aktualisiert und PJAX/URL-Push für die Icons angepasst.
Erste funktionierende Version des Cut&Copy-Plugins eingebunden. Außerdem beim Status-Plugin eine update.php eingebaut.
Erste funktionierende Version des Drag&Drop-Plugins eingebunden - muss aber noch aufgeräumt werden.
Kompletter Neuaufbau der Codebasis, Dokumentation und Bereinigung.