Some news about Gantry 5 !
A Gantry 5.4.28 release was out on March 11 2019. The latest update is December 12 2018.
Nothing special, but Gantry 5, always love it. It is so usufull for customization (development of dedicated particles :=)
They are on the road of Gantry version 5.5 compatible Joomla 4 - Thanks for developper
There's no existing build for 5.5 yet.: Version 5.5 minimum requirement could be:
What's misssing with Gantry is really "online particle editor".
With current version, because particles are managed as modules, you need administration access to manage them. Not good for customer.
Some new about Gantry release since my last article, Gantry 5.4.24 (release July 2018)
version 5.4.25 - October 9th 2018
Twig update. More for particle developper.
Joomla focus:
Particle "Joomla articles" (contentarray) : New option. This allows to use the Joomla Articles Particle in conjunction with Joomlas Content Plugins. Defaults to not use Content Plugins to be backward compatible.
Complete Changelog
- Common
-
- Added twig tag
{% throw 404 'Not Found' %}
with user selected error code and message - Added twig tag
{% markdown %}...{% endmarkdown %}
- Added twig tag
{% switch type %}{% case 'foo' %}...{% default %}...{% endswitch %}
- Added twig filter
|nicetime
for 'n days ago' etc - Made
gantry
twig variable global so it can be used inside macros
- Added twig tag
-
- Updated deprecated Twig code so it works in both in Twig 1.34+ and Twig 2.4+
- Added twig/yaml deprecation warnings into DebugBar (if installed)
- Updated Google Fonts (as of 21 August 2018)
- Added option to Menu particle to force
target="_self"
attribute on (#2273, thanks @thexmanxyz)
-
- Fixed JS loading issues with Content Tabs and Owl Carousel particles
- Fixed style and script attributes handled as array (#2191, thanks @Chrissi2812)
- Fixed exception when using
|markdown
filter with images (#2350) - Allow
{% scripts %}
,{% styles %}
and{% assets %}
outside of the block content (#2217)
-
- Joomla
- WordPress
- Grav
version 5.4.26 - novembre 9th 2018
Few fixes.
Complete Changelog
version 5.4.27 (december 14th 2018)
Few fixes
Update Lightcase version to verson latest version (@version 2.5.0 (11/03/2018))
Addition In Template Hélium or pro of a Section Variation field for Layout sections.
Outine management / Layout / Section administration - 6 values
- section-horizontal-paddings (Padding left/right 10%)
- section-horizontal-paddings-small (Padding left/right 5%)
- section-horizontal-paddings-large (Padding left/right 15%)
- section-vertical-paddings (Padding top/bottom 4vw)
- section-vertical-paddings-small (Padding top/bottom 2vw)
- section-vertical-paddings-large (Padding top/bottom 6vw)
Not found in template Hydrognen
Joomla Focus: official Joomla 3.9 support
Complete Changelog
version 5.4.28 (March 11th 2019)
Joomla focus:
Particle "Joomla articles" (contentarray) : New option Display "edit link". Show a link to edit article above the article header when logged with usual right.
Complete Changelog
03/11/2019
- Common
-
- Added
webp
to supported image types for image picker (#2450)
- Added
-
- Logo particle: Added logo image max height (#2424)
-
- Social particle: Improved link target handling (#2214)
- Helium Copyright particle: fixed missing link (#2214)
- Fixed
mkdir(...)
race condition - Fixed
Obtaining write lock failed on file...
error - Fixed caching and CSS generation not working if underlaying filesystem does not support file locking or it is disabled
- Fixed rare file corruption issue
-
- Joomla
-
- Added edit link to content array (#2471, thanks @Chrissi2812
-
- WordPress