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

Changelog History
Page 19

  • v1.0.8 Changes

    01/08/2016

      • Added rotate, flip and fixOrientation image medium methods 🛠 1.
      • Removed IP from Nonce generation. Should be more reliable in a variety of scenarios
  • v1.0.7 Changes

    01/07/2016

      • Added composer create-project as an additional installation method #585
      • New optional system config setting to strip home from page routs and urls #561
      • Added Greek, Finnish, Norwegian, Polish, Portuguese, and Romanian languages
      • Added new Page->topParent() method to return top most parent of a page
      • Added plugins configuration tab to debugger
      • Added support for APCu and PHP7.0 via new Doctrine Cache release
      • Added global setting for twig_first processing (false by default)
      • New configuration options for Session settings #553
      • Switched to SSL for GPM calls
      • Use URI->host() for session domain
      • Add support for open_basedir when installing packages via GPM
      • Improved Utils::generateNonceString() method to handle reverse proxies
      • Optimized core thumbnails saving 38% in file size
      • Added new bin/gpm index --installed-only option
      • Improved GPM errors to provider more helpful diagnostic of issues
      • Removed old hardcoded PHP version references
      • Moved onPageContentProcessed() event so it's fired more reliably
      • Maintain md5 keys during sorting of Assets #566
      • Update to Caddyfile for Caddy web server 🛠 1.
      • Fixed an issue with cache/config checksum not being set on cache load
      • Fix for page blueprint and theme inheritance issue #534
      • Set ZipBackup timeout to 10 minutes if possible
      • Fix case where we only have inline data for CSS or JS #565
      • Fix bin/grav sandbox command to work with new webserver-config folder
      • Fix for markdown attributes on external URLs
      • Fixed issue where data: page header was acting as publish_date:
      • Fix for special characters in URL parameters (e.g. /tag:c++) #541
      • Safety check for an array of nonces to only use the first one
  • v1.0.6 Changes

    12/22/2015

      • Set minimum requirements to PHP 5.5.9
      • Added saveConfig to Themes
      • Updated Whoops to new 2.0 version (PHP 7.0 compatible)
      • Moved sample web server configs into dedicated directory
      • FastCGI will use Apache's mod_deflate if gzip turned off 🛠 1.
      • Fix broken media image operators
      • Only call extra method of blueprints if blueprints exist
      • Fix lang prefix in url twig variables #523
      • Fix case insensitive HTTPS check #535
      • Field field validation handles case multiple missing
  • v1.0.5 Changes

    12/18/2015

      • Add ability to extend markdown with plugins
      • Added support for plugins to have individual language files
      • Added 7z to media formats
      • Use Grav's fork of Parsedown until PR is merged
      • New function to persist plugin configuration to disk
      • GPM selfupgrade will now check PHP version requirements
      • If the field allows multiple files, return array
      • Handle non-array values in file validation 🛠 1.
      • Fix when looping fields param in a list field
      • Properly convert commas to spaces for media attributes
      • Forcing Travis VM to HI timezone to address future files in zip file
  • v1.0.4 Changes

    12/12/2015

    🛠 1. * Needed to put default image folder permissions for YAML compatibility

  • v1.0.3 Changes

    12/11/2015

    🛠 1. * Fixed issue when saving config causing incorrect image cache folder perms

  • v1.0.2 Changes

    12/11/2015

    🛠 1. * Fix for timing display in debugbar

  • v1.0.1 Changes

    12/11/2015

      • Reduced package sizes by removing extra vendor dev bits 🛠 1.
      • Fix issue when you enable debugger from admin plugin
  • v1.0.0 Changes

    12/11/2015

      • Add new link attributes via markdown media
      • Added setters to set state of CSS/JS pipelining
      • Added user/accounts to .gitignore
      • Added configurable permissions option for Image cache
      • Hungarian translation updated
      • Refactored Theme initialization for improved flexibility
      • Wrapped security section of account blueprints in an 'super user' authorize check
      • Minor performance optimizations
      • Updated core page blueprints with markdown preview option
      • Added useful cache info output to Debugbar
      • Added iconv polyfill library used by Symfony 2.8
      • Force lowercase of username in a few places for case sensitive filesystems 🛠 1.
      • Fix for GPM problems "Call to a member function set() on null"
      • Fix for individual asset pipeline values not functioning
      • Fix Page::copy() and Page::move() to support multiple moves at once
      • Fixed page moving of a page with no content
      • Fix for wrong ordering when moving many pages
      • Escape root path in page medium files to work with special characters
      • Add missing parent constructor to Themes class
      • Fix missing file error in bin/grav sandbox command
      • Fixed changelog differ when upgrading Grav
      • Fixed a logic error in Validation->validate()
      • Make $container available in setup.php to fix multi-site
  • v1.0.0-rc.6 Changes

    12/01/2015

      • Refactor Config classes for improved performance!
      • Refactor Data classes to use NestedArrayAccess instead of DataMutatorTrait
      • Added support for classes and id on medium objects to set CSS values
      • Data objects: Allow function call chaining
      • Data objects: Lazy load blueprints only if needed
      • Automatically create unique security salt for each configuration
      • Added Hungarian translation
      • Added support for User groups
      • Improved robots.txt to disallow crawling of non-user folders
      • Nonces only generated once per action and process
      • Added IP into Nonce string calculation
      • Nonces now use random string with random salt to improve performance
      • Improved list form handling #475
      • Vendor library updates 🛠 1.
      • Fixed help output for bin/plugin
      • Fix for nested logic for lists and form parsing #273
      • Fix for array form fields and last entry not getting deleted
      • Should not be able to set parent to self #308