#v1.2.3
1.
renamed shortcode classes to avoid conflicts with other shortcodes
#v1.2.2
1.
added new gravstrap-images-collage shortcode to render a collage of images from a Grav page
#v1.2.1
1.
updated MapShortcode to use Google Maps api key, just adding the optional api-key
parameter to g-map
shortcode
#v1.2.0
1.
shortcodes require a static centralized folder for media files [BC]
shortcodes now work in pages with children
1.
* updated to work with shortcode-core 2.3.1 plugin (bashou)
1.
* fixed blueprints.yaml homepage and demo information
1.
* fixed assets are not added for common plugins
* fixed gravstrap-list-item shortcode does not show the items
1.
* improved to work with new Grav 1.1
1.
* parsed shortcodes assets and added them by type to Grav
* added new Google map shortcode
1.
* button with link property now goes to linked url
1.
* added button_url property which adds the link attribute to button
2.
* added missing assets configuration to FooterTwoShortcode
1.
* Improved ListShortcode and removed ListItemShortcode
* Added g- alias to all the shortcodes
2. * Added new gravstrap-list shortcode to handle a generic list * Added new gravstrap-item shortcode to handle a generic html item
-
- extended FooterTwoShortcode from GravstrapShortcode instead of FooterOneShortcode because this could cause an error
-
- Added id property to navbar required to open the "hamburger" menu
- Fixed navbar dropdown menu rendering for small devices
2. * Added optional highdensity-menu class useful to handle the automatic menu for webs ites that have several pages
-
- Refactored shortcodes according to shortcode core plugin
- All shortcodes are now prefixed by gravstrap token to avoid conflicts with other shortcodes [ BC ]
- Delegated shortcode registration to core ShortcodeManager
- Moved ParseAttributes function to new Twig extension
-
- Added the onepage property to navbar menu, to easily handle a onepage website with scrolling effect
-
- Improved to handle images saved into module's folder
- Changed navbar links colors to grayscale
- Added label to progress bar component