All Versions
242
Latest Version
Avg Release Cycle
29 days
Latest Release
-
Changelog History
Page 16
Changelog History
Page 16
-
v1.1.16 Changes
02/10/2017
-
- Exposed the Pages cache ID for use by plugins (e.g. Form) via
Pages::getPagesCacheId()
- Added
Languages::resetFallbackPageExtensions()
regarding #1276
- Exposed the Pages cache ID for use by plugins (e.g. Form) via
-
- Allowed CLI to use non-volatile cache drivers for better integration with CLI and Web caches
- Added Gantry5-compatible query information to Caddy configuration
- Added some missing docblocks and type-hints
- Various code cleanups (return types, missing variables in doclbocks, etc.) ๐ 1.
- Fix blueprints slug validation https://github.com/getgrav/grav-plugin-admin/issues/955
-
-
v1.1.15 Changes
01/30/2017
-
- Added a new
Collection::merge()
method to allow merging of multiple collections #1258 - Added OpenCollective backer/sponsor info to
README.md
- Added a new
-
- Add an additional parameter to GPM::findPackage to avoid throwing an exception, for use in Twig #1008
- Skip symlinks if found while clearing cache #1269 ๐ 1.
- Fixed an issue when page collection with header-based
sort.by
returns an array #1264 - Fix
Response
object to handle303
redirects whenopen_basedir
in effect #1267 - Silence
E_WARNING: Zend OPcache API is restricted by "restrict_api" configuration directive
-
-
v1.1.14 Changes
01/18/2017
๐ 1. * Fixed
Page::collection()
returning array and not Collection object when header variable did not exist * RevertContent-Encoding: identity
fix, and let you setcache: allow_webserver_gzip:
option to switch toidentity
#548 -
v1.1.13 Changes
01/17/2017
-
- Added new
never_cache_twig
page option insystem.yaml
and frontmatter. Allows dynamic Twig logic in regular and modular Twig templates #1244
- Added new
-
- Several improvements to aid theme development #232
- Added
hash
cache check option and made dropdown more descriptive Admin #923 ๐ 1. - Fixed cross volume file system operations #635
- Fix issue with pages folders validation not accepting uppercase letters
- Fix renaming the folder name if the page, in the default language, had a custom slug set in its header
- Fixed issue with
Content-Encoding: none
. It should really beContent-Encoding: identity
instead - Fixed broken
hash
method on page modifications detection - Fixed issue with multi-lang pages not caching independently without unique
.md
file #1211 - Fixed all
$_GET
parameters missing in Nginx (please update your nginx.conf) #1245 - Fixed issue in trying to process broken symlink #1254
-
-
v1.1.12 Changes
12/26/2016
๐ 1. * Fixed issue with JSON calls throwing errors due to debugger enabled #1227
-
v1.1.11 Changes
12/22/2016
-
- Fall back properly to HTML if template type not found ๐ 1.
- Fix issue with modular pages folders validation #900
-
-
v1.1.10 Changes
12/21/2016
-
- Improve detection of home path. Also allow
~/.grav
on Windows, dropConsoleTrait::isWindows()
method, used only for that #1204 - Reworked PHP CLI router #1219
- More robust theme/plugin logic in
bin/gpm direct-install
๐ 1. - Fixed case where extracting a package would cause an error during rename
- Fix issue with using
Yaml::parse
direcly on a filename, now deprecated - Add pattern for frontend validation of folder slugs #891
- Fix issue with Inflector when translation is disabled SimpleSearch #87
- Explicitly expose
array_unique
Twig filter Admin #897
- Improve detection of home path. Also allow
-
-
v1.1.9 Changes
12/13/2016
-
- RC released as stable
-
- Better error handling in cache clear
- YAML syntax fixes for the future compatibility
- Added new parameter
remove
foronBeforeCacheClear
event - Add support for calling Media object as function to get medium by filename ๐ 1.
- Added checks before accessing admin reference during
Page::blueprints()
call. Allows to accesspage.blueprints
from Twig in the frontend
-
-
v1.1.9-rc.3 Changes
12/07/2016
-
- Add
ignore_empty
property to be used on array fields, if positive only save options with a value - Use new
permissions
field in user account - Add
range(int start, int end, int step)
twig function to generate an array of numbers between start and end, inclusive - New retina Media image derivatives array support (

) #1147 - Added stream support for images (

) - Added stream support for links (
[Download PDF](user://data/pdf/my.pdf)
) - Added new
onBeforeCacheClear
event to add custom paths to cache clearing process
- Add
-
- Added alias
selfupdate
to theself-upgrade
bin/gpm
CLI command - Synced
webserver-configs/htaccess.txt
with.htaccess
- Use permissions field in group details.
- Updated vendor libraries
- Added a warning on GPM update to update Grav first if needed #1194
- Fix page collections problem with
@page.modular
#1178 - Fix issue with using a multiple taxonomy filter of which one had no results, thanks to @hughbris #1184
- Fix saving permissions in group
- Fixed issue with redirect of a page getting moved to a different location
- Added alias
-
-
v1.1.9-rc.2 Changes
11/26/2016
-
- Added two new sort order options for pages:
publish_date
andunpublish_date
#1173)
- Added two new sort order options for pages:
-
- Multisite: Create image cache folder if it doesn't exist
- Add 2 new language values for French #1174 ๐ 1.
- Fixed issue when we have a meta file without corresponding media #1179
- Update class namespace for Admin class Admin #874
-