All Versions
242
Latest Version
Avg Release Cycle
29 days
Latest Release
-
Changelog History
Page 19
Changelog History
Page 19
-
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
- Added
-
- 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 newwebserver-config
folder - Fix for markdown attributes on external URLs
- Fixed issue where
data:
page header was acting aspublish_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
-
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()
andPage::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 insetup.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 ofDataMutatorTrait
- Added support for
classes
andid
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
-