All Versions
242
Latest Version
Avg Release Cycle
29 days
Latest Release
-

Changelog History
Page 15

  • v1.3.0-rc.1 Changes

    05/16/2017

      • Added support for a single array field in the forms
      • Added EXIF support with automatic generation of Page Media metafiles
      • Added Twig function to get EXIF data on any image file
      • Added Pages::baseUrl(), Pages::homeUrl() and Pages::url() functions
      • Added base32_encode, base32_decode, base64_encode, base64_decode Twig filters
      • Added Debugger::getCaller() to figure out where the method was called from
      • Added support for custom output providers like Slim Framework
      • Added Grav\Framework\Collection classes for creating collections
      • Add more controls over HTML5 video attributes (autoplay, poster, loop controls) #1442
      • Removed logging statement for invalid slug #1459
      • Groups selection pre-filled in user form
      • Improve error handling in Folder::move()
      • Added extra parameter for Twig::processSite() to include custom context
      • Updated RocketTheme Toolbox vendor library ๐Ÿ›  1.
      • Fix to force route/redirect matching from the start of the route by default #1446
      • Edit check for valid slug #1459
  • v1.2.4 Changes

    04/24/2017

      • Added optional ignores for Installer::sophisticatedInstall() #1447 ๐Ÿ›  1.
      • Allow multiple calls to Themes::initTheme() without throwing errors
      • Fixed querystrings in root pages with multi-lang enabled #1436
      • Allow support for Pages::getList() with show_modular option #1080
  • v1.2.3 Changes

    04/19/2017

      • Added new pwd_regex and username_regex system configuration options to allow format modifications
      • Allow user/accounts.yaml overrides and implemented more robust theme initialization
      • improved getList() method to do more powerful things
      • Fix Typo in GPM #1427
  • v1.2.2 Changes

    04/11/2017

    ๐Ÿ›  1. * Fix for redirects breaking #1420 * Fix issue in direct-install with github-style dependencies #1405

  • v1.2.1 Changes

    04/10/2017

      • Added various ancestor helper methods in Page and Pages classes #1362
      • Added new parents field and switched Page blueprints to use this
      • Added isajaxrequest() Twig function #1400
      • Added ability to inline CSS and JS code via Asset manager #1377
      • Add query string in lighttpd default config #1393
      • Add --all-yes and --destination options for bin/gpm direct-install #1397 ๐Ÿ›  1.
      • Fix for direct-install of plugins with languages.yaml #1396
      • When determining language from HTTP_ACCEPT_LANGUAGE, also try base language only #1402
      • Fixed a bad method signature causing warning when running tests on GPMTest object
  • v1.2.0 Changes

    03/31/2017

      • Added file upload for user avatar in user/admin blueprint
      • Analysis fixes
      • Switched to stable composer lib versions
  • v1.2.0-rc.3 Changes

    03/22/2017

      • Refactored Page re-ordering to handle all siblings at once
      • Added language_codes to Twig init to allow for easy language name/code/native-name lookup
      • Added an Admin Overrides section with option to choose the order of children in Pages Management ๐Ÿ›  1.
      • Fixed loading issues with improperly named themes (use old broken method first) #1373
      • Simplified modular/twig processing logic and fixed an issue with system process config #1351
      • Cleanup package files via GPM install to make them more windows-friendly #1361
      • Fix for page-level debugger override changing the option site-wide
      • Allow url() twig function to pass-through external links
  • v1.2.0-rc.2 Changes

    03/17/2017

      • Updated vendor libraries to latest
      • Added the ability to disable debugger on a per-page basis with debugger: false in page frontmatter ๐Ÿ›  1.
      • Fixed an issue with theme inheritance and hyphenated base themes #1353
      • Fixed an issue when trying to use an @2x derivative on a non-image media file #1341
  • v1.2.0-rc.1 Changes

    03/13/2017

      • Added default setting to only allow direct-installs from official GPM. Can be configured in system.yaml
      • Added a new Utils::isValidUrl() method
      • Added optional parameter to |markdown(false) filter to toggle block/line processing (default|true = block)
      • Added new Page::folderExists() method
      • Twig::evaluate() now takes current environment and context into account
      • Genericized direct-install so it can be called via Admin plugin ๐Ÿ›  1.
      • Fixed a minor bug in Number validation #1329
      • Fixed exception when trying to find user account and there is no user://accounts folder
      • Fixed issue when setting Page::expires(0) Admin #1009
      • Removed ID from nonce_field() Twig function causing validation errors Form #115
  • v1.1.17 Changes

    02/17/2017

    ๐Ÿ›  1. * Fix for double extensions getting added during some redirects #1307 * Fix syntax error in PHP 5.3. Move the version check before requiring the autoloaded deps * Fix Whoops displaying error page if there is PHP core warning or error Admin #980