1521983188 s:323027:"{"version":"1.4.2","date":"2018-03-21T17:50:10Z","assets":{"grav-admin":{"name":"grav-admin-v1.4.2.zip","type":"application\/octet-stream","size":8796685,"download":"https:\/\/getgrav.org\/download\/core\/grav-admin\/1.4.2"},"grav-update":{"name":"grav-update-v1.4.2.zip","type":"application\/octet-stream","size":3510532,"download":"https:\/\/getgrav.org\/download\/core\/grav-update\/1.4.2"},"grav":{"name":"grav-v1.4.2.zip","type":"application\/octet-stream","size":4819357,"download":"https:\/\/getgrav.org\/download\/core\/grav\/1.4.2"}},"url":"https:\/\/github.com\/getgrav\/grav\/releases\/tag\/1.4.2","min_php":"5.5.9","changelog":{"1.4.2":{"date":"03\/21\/2018","content":"1. [](#new)\n * Added new `|nicefilesize` Twig filter for pretty file (auto converts to bytes, kB, MB, GB, etc)\n * Added new `regex_filter()` Twig function to values in arrays\n1. [](#improved)\n * Added bosnian to lang codes [#1917](\ufeffhttps:\/\/github.com\/getgrav\/grav\/issues\/1917) \n * Improved Zip extraction error codes [#1922](\ufeffhttps:\/\/github.com\/getgrav\/grav\/issues\/1922) \n1. [](#bugfix)\n * Fixed an issue with Markdown Video and Audio that broke after Parsedown 1.7.0 Security updates [#1924](\ufeffhttps:\/\/github.com\/getgrav\/grav\/issues\/1924)\n * Fix for case-sensitive page metadata [admin#1370](https:\/\/github.com\/getgrav\/grav-plugin-admin\/issues\/1370)\n * Fixed missing composer requirements for the new `Grav\\Framework\\Uri` classes\n * Added missing PSR-7 vendor library required for URI additions in Grav 1.4.0","content_html":"
|nicefilesize<\/code> Twig filter for pretty file (auto converts to bytes, kB, MB, GB, etc)<\/li>\n- Added new
regex_filter()<\/code> Twig function to values in arrays<\/li>\n<\/ul><\/li>\n- <\/a>\n
\n- Added bosnian to lang codes #1917<\/a> <\/li>\n
- Improved Zip extraction error codes #1922<\/a> <\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Fixed an issue with Markdown Video and Audio that broke after Parsedown 1.7.0 Security updates #1924<\/a><\/li>\n
- Fix for case-sensitive page metadata admin#1370<\/a><\/li>\n
- Fixed missing composer requirements for the new
Grav\\Framework\\Uri<\/code> classes<\/li>\n- Added missing PSR-7 vendor library required for URI additions in Grav 1.4.0<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added new |nicefilesize Twig filter for pretty file (auto converts to bytes, kB, MB, GB, etc)\nAdded new regex_filter() Twig function to values in arrays\n\n\n\nAdded bosnian to lang codes #1917 \nImproved Zip extraction error codes #1922 \n\n\n\nFixed an issue with Markdown Video and Audio that broke after Parsedown 1.7.0 Security updates #1924\nFix for case-sensitive page metadata admin#1370\nFixed missing composer requirements for the new Grav\\Framework\\Uri classes\nAdded missing PSR-7 vendor library required for URI additions in Grav 1.4.0"},"1.4.1":{"date":"03\/11\/2018","content":"1. [](#bugfix)\n * Fixed session timing out because of session cookie was not being sent","content_html":"
\n- <\/a>\n
\n- Fixed session timing out because of session cookie was not being sent<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fixed session timing out because of session cookie was not being sent"},"1.4.0":{"date":"03\/09\/2018","content":"1. [](#new)\n * Added `Grav\\Framework\\Uri` classes extending PSR-7 `HTTP message UriInterface` implementation\n * Added `Grav\\Framework\\Route` classes to allow route\/link manipulation\n * Added `$grav['uri]->getCurrentUri()` method to get `Grav\\Framework\\Uri\\Uri` instance for the current URL\n * Added `$grav['uri]->getCurrentRoute()` method to get `Grav\\Framework\\Route\\Route` instance for the current URL\n * Added ability to have `php` version dependencies in GPM assets\n * Added new `{% switch %}` twig tag for more elegant if statements\n * Added new `{% markdown %}` twig tag\n * Added **Route Overrides** to the default page blueprint\n * Added new `Collection::toExtendedArray()` method that's particularly useful for Json output of data\n * Added new `|yaml_encode` and `|yaml_decode` Twig filter to convert to and from YAML\n * Added new `read_file()` Twig function to allow you to load and display a file in Twig (Supports streams and regular paths)\n * Added a new `Medium::exists()` method to check for file existence\n * Moved Twig `urlFunc()` to `Utils::url()` as its so darn handy\n * Transferred overall copyright from RocketTheme, LLC, to Trilby Media LLC\n * Added `theme_var`, `header_var` and `body_class` Twig functions for themes\n * Added `Grav\\Framework\\Cache` classes providing PSR-16 `Simple Cache` implementation\n * Added `Grav\\Framework\\ContentBlock` classes for nested HTML blocks with CSS\/JS assets\n * Added `Grav\\Framework\\Object` classes for creating collections of objects\n * Added `|nicenumber` Twig filter\n * Added `{% try %} ... {% catch %} Error: {{ e.message }} {% endcatch %}` tag to allow basic exception handling inside Twig\n * Added `{% script %}` and `{% style %}` tags for Twig templates\n * Deprecated GravTrait\n1. [](#improved)\n * Improved `Session` initialization\n * Added ability to set a `theme_var()` option in page frontmatter\n * Force clearing PHP `clearstatcache` and `opcache-reset` on `Cache::clear()`\n * Better `Page.collection()` filtering support including ability to have non-published pages in collections\n * Stopped Chrome from auto-completing admin user profile form [#1847](https:\/\/github.com\/getgrav\/grav\/issues\/1847)\n * Support for empty `switch` field like a `checkbox`\n * Made `modular` blueprint more flexible\n * Code optimizations to `Utils` class [#1830](https:\/\/github.com\/getgrav\/grav\/pull\/1830)\n * Objects: Add protected function `getElement()` to get serialized value for a single property\n * `ObjectPropertyTrait`: Added protected functions `isPropertyLoaded()`, `offsetLoad()`, `offsetPrepare()` and `offsetSerialize()`\n * `Grav\\Framework\\Cache`: Allow unlimited TTL\n * Optimizations & refactoring to the test suite [#1779](https:\/\/github.com\/getgrav\/grav\/pull\/1779)\n * Slight modification of Whoops error colors\n * Added new configuration option `system.session.initialize` to delay session initialization if needed by a plugin\n * Vendor library updated to latest\n * Updated vendor libraries to latest versions\n * Removed constructor from `ObjectInterface`\n * Make it possible to include debug bar also into non-HTML responses\n * Updated built-in JQuery to latest 3.3.1\n1. [](#bugfix)\n * Fixed issue with image alt tag always getting empted out unless set in markdown\n * Fixed issue with remote PHP version determination for Grav updates [#1883](https:\/\/github.com\/getgrav\/grav\/issues\/1883)\n * Fixed issue with _illegal scheme offset_ in `Uri::convertUrl()` [page-inject#8](https:\/\/github.com\/getgrav\/grav-plugin-page-inject\/issues\/8)\n * Properly validate YAML blueprint fields so admin can save as proper YAML now [addresses many issues]\n * Fixed OpenGraph metatags so only Twitter uses `name=`, and all others use `property=` [#1849](https:\/\/github.com\/getgrav\/grav\/issues\/1849)\n * Fixed an issue with `evaluate()` and `evaluate_twig()` Twig functions that throws invalid template error\n * Fixed issue with `|sort_by_key` twig filter if the input was null or not an array\n * Date ordering should always be numeric [#1810](https:\/\/github.com\/getgrav\/grav\/issues\/1810)\n * Fix for base paths containing special characters [#1799](https:\/\/github.com\/getgrav\/grav\/issues\/1799)\n * Fix for session cookies in paths containing special characters\n * Fix for `vundefined` error for version numbers in GPM [form#222](https:\/\/github.com\/getgrav\/grav-plugin-form\/issues\/222)\n * Fixed `BadMethodCallException` thrown in GPM updates [#1784](https:\/\/github.com\/getgrav\/grav\/issues\/1784)\n * NOTE: Parsedown security release now escapes `&` to `&` in Markdown links","content_html":"
\n- <\/a>\n
\n- Added
Grav\\Framework\\Uri<\/code> classes extending PSR-7 HTTP message UriInterface<\/code> implementation<\/li>\n- Added
Grav\\Framework\\Route<\/code> classes to allow route\/link manipulation<\/li>\n- Added
$grav['uri]->getCurrentUri()<\/code> method to get Grav\\Framework\\Uri\\Uri<\/code> instance for the current URL<\/li>\n- Added
$grav['uri]->getCurrentRoute()<\/code> method to get Grav\\Framework\\Route\\Route<\/code> instance for the current URL<\/li>\n- Added ability to have
php<\/code> version dependencies in GPM assets<\/li>\n- Added new
{% switch %}<\/code> twig tag for more elegant if statements<\/li>\n- Added new
{% markdown %}<\/code> twig tag<\/li>\n- Added Route Overrides<\/strong> to the default page blueprint<\/li>\n
- Added new
Collection::toExtendedArray()<\/code> method that's particularly useful for Json output of data<\/li>\n- Added new
|yaml_encode<\/code> and |yaml_decode<\/code> Twig filter to convert to and from YAML<\/li>\n- Added new
read_file()<\/code> Twig function to allow you to load and display a file in Twig (Supports streams and regular paths)<\/li>\n- Added a new
Medium::exists()<\/code> method to check for file existence<\/li>\n- Moved Twig
urlFunc()<\/code> to Utils::url()<\/code> as its so darn handy<\/li>\n- Transferred overall copyright from RocketTheme, LLC, to Trilby Media LLC<\/li>\n
- Added
theme_var<\/code>, header_var<\/code> and body_class<\/code> Twig functions for themes<\/li>\n- Added
Grav\\Framework\\Cache<\/code> classes providing PSR-16 Simple Cache<\/code> implementation<\/li>\n- Added
Grav\\Framework\\ContentBlock<\/code> classes for nested HTML blocks with CSS\/JS assets<\/li>\n- Added
Grav\\Framework\\Object<\/code> classes for creating collections of objects<\/li>\n- Added
|nicenumber<\/code> Twig filter<\/li>\n- Added
{% try %} ... {% catch %} Error: {{ e.message }} {% endcatch %}<\/code> tag to allow basic exception handling inside Twig<\/li>\n- Added
{% script %}<\/code> and {% style %}<\/code> tags for Twig templates<\/li>\n- Deprecated GravTrait<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Improved
Session<\/code> initialization<\/li>\n- Added ability to set a
theme_var()<\/code> option in page frontmatter<\/li>\n- Force clearing PHP
clearstatcache<\/code> and opcache-reset<\/code> on Cache::clear()<\/code><\/li>\n- Better
Page.collection()<\/code> filtering support including ability to have non-published pages in collections<\/li>\n- Stopped Chrome from auto-completing admin user profile form #1847<\/a><\/li>\n
- Support for empty
switch<\/code> field like a checkbox<\/code><\/li>\n- Made
modular<\/code> blueprint more flexible<\/li>\n- Code optimizations to
Utils<\/code> class #1830<\/a><\/li>\n- Objects: Add protected function
getElement()<\/code> to get serialized value for a single property<\/li>\nObjectPropertyTrait<\/code>: Added protected functions isPropertyLoaded()<\/code>, offsetLoad()<\/code>, offsetPrepare()<\/code> and offsetSerialize()<\/code><\/li>\nGrav\\Framework\\Cache<\/code>: Allow unlimited TTL<\/li>\n- Optimizations & refactoring to the test suite #1779<\/a><\/li>\n
- Slight modification of Whoops error colors<\/li>\n
- Added new configuration option
system.session.initialize<\/code> to delay session initialization if needed by a plugin<\/li>\n- Vendor library updated to latest<\/li>\n
- Updated vendor libraries to latest versions<\/li>\n
- Removed constructor from
ObjectInterface<\/code><\/li>\n- Make it possible to include debug bar also into non-HTML responses<\/li>\n
- Updated built-in JQuery to latest 3.3.1<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Fixed issue with image alt tag always getting empted out unless set in markdown<\/li>\n
- Fixed issue with remote PHP version determination for Grav updates #1883<\/a><\/li>\n
- Fixed issue with illegal scheme offset<\/em> in
Uri::convertUrl()<\/code> page-inject#8<\/a><\/li>\n- Properly validate YAML blueprint fields so admin can save as proper YAML now [addresses many issues]<\/li>\n
- Fixed OpenGraph metatags so only Twitter uses
name=<\/code>, and all others use property=<\/code> #1849<\/a><\/li>\n- Fixed an issue with
evaluate()<\/code> and evaluate_twig()<\/code> Twig functions that throws invalid template error<\/li>\n- Fixed issue with
|sort_by_key<\/code> twig filter if the input was null or not an array<\/li>\n- Date ordering should always be numeric #1810<\/a><\/li>\n
- Fix for base paths containing special characters #1799<\/a><\/li>\n
- Fix for session cookies in paths containing special characters<\/li>\n
- Fix for
vundefined<\/code> error for version numbers in GPM form#222<\/a><\/li>\n- Fixed
BadMethodCallException<\/code> thrown in GPM updates #1784<\/a><\/li>\n- NOTE: Parsedown security release now escapes
&<\/code> to &<\/code> in Markdown links<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added Grav\\Framework\\Uri classes extending PSR-7 HTTP message UriInterface implementation\nAdded Grav\\Framework\\Route classes to allow route\/link manipulation\nAdded $grav['uri]->getCurrentUri() method to get Grav\\Framework\\Uri\\Uri instance for the current URL\nAdded $grav['uri]->getCurrentRoute() method to get Grav\\Framework\\Route\\Route instance for the current URL\nAdded ability to have php version dependencies in GPM assets\nAdded new {% switch %} twig tag for more elegant if statements\nAdded new {% markdown %} twig tag\nAdded Route Overrides to the default page blueprint\nAdded new Collection::toExtendedArray() method that's particularly useful for Json output of data\nAdded new |yaml_encode and |yaml_decode Twig filter to convert to and from YAML\nAdded new read_file() Twig function to allow you to load and display a file in Twig (Supports streams and regular paths)\nAdded a new Medium::exists() method to check for file existence\nMoved Twig urlFunc() to Utils::url() as its so darn handy\nTransferred overall copyright from RocketTheme, LLC, to Trilby Media LLC\nAdded theme_var, header_var and body_class Twig functions for themes\nAdded Grav\\Framework\\Cache classes providing PSR-16 Simple Cache implementation\nAdded Grav\\Framework\\ContentBlock classes for nested HTML blocks with CSS\/JS assets\nAdded Grav\\Framework\\Object classes for creating collections of objects\nAdded |nicenumber Twig filter\nAdded {% try %} ... {% catch %} Error: {{ e.message }} {% endcatch %} tag to allow basic exception handling inside Twig\nAdded {% script %} and {% style %} tags for Twig templates\nDeprecated GravTrait\n\n\n\nImproved Session initialization\nAdded ability to set a theme_var() option in page frontmatter\nForce clearing PHP clearstatcache and opcache-reset on Cache::clear()\nBetter Page.collection() filtering support including ability to have non-published pages in collections\nStopped Chrome from auto-completing admin user profile form #1847\nSupport for empty switch field like a checkbox\nMade modular blueprint more flexible\nCode optimizations to Utils class #1830\nObjects: Add protected function getElement() to get serialized value for a single property\nObjectPropertyTrait: Added protected functions isPropertyLoaded(), offsetLoad(), offsetPrepare() and offsetSerialize()\nGrav\\Framework\\Cache: Allow unlimited TTL\nOptimizations & refactoring to the test suite #1779\nSlight modification of Whoops error colors\nAdded new configuration option system.session.initialize to delay session initialization if needed by a plugin\nVendor library updated to latest\nUpdated vendor libraries to latest versions\nRemoved constructor from ObjectInterface\nMake it possible to include debug bar also into non-HTML responses\nUpdated built-in JQuery to latest 3.3.1\n\n\n\nFixed issue with image alt tag always getting empted out unless set in markdown\nFixed issue with remote PHP version determination for Grav updates #1883\nFixed issue with illegal scheme offset in Uri::convertUrl() page-inject#8\nProperly validate YAML blueprint fields so admin can save as proper YAML now [addresses many issues]\nFixed OpenGraph metatags so only Twitter uses name=, and all others use property= #1849\nFixed an issue with evaluate() and evaluate_twig() Twig functions that throws invalid template error\nFixed issue with |sort_by_key twig filter if the input was null or not an array\nDate ordering should always be numeric #1810\nFix for base paths containing special characters #1799\nFix for session cookies in paths containing special characters\nFix for vundefined error for version numbers in GPM form#222\nFixed BadMethodCallException thrown in GPM updates #1784\nNOTE: Parsedown security release now escapes & to & in Markdown links"},"1.3.10":{"date":"12\/06\/2017","content":"1. [](#bugfix)\n * Reverted GPM Local pull request as it broken admin [#1742](https:\/\/github.com\/getgrav\/grav\/issues\/1742)","content_html":"\n- <\/a>\n
\n- Reverted GPM Local pull request as it broken admin #1742<\/a><\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Reverted GPM Local pull request as it broken admin #1742"},"1.3.9":{"date":"12\/05\/2017","content":"1. [](#new)\n * Added new core Twig templates for `partials\/metadata.html.twig` and `partials\/messages.html.twig`\n * Added ability to work with GPM locally [#1742](https:\/\/github.com\/getgrav\/grav\/issues\/1742)\n * Added new HTML5 audio controls [#1756](https:\/\/github.com\/getgrav\/grav\/issues\/1756)\n * Added `Medium::copy()` method to create a copy of a medium object\n * Added new `force_lowercase_urls` functionality on routes and slugs\n * Added new `item-list` filter type to remove empty items\n * Added new `setFlashCookieObject()` and `getFlashCookieObject()` methods to `Session` object\n * Added new `intl_enabled` option to disable PHP intl module collation when not needed\n1. [](#bugfix)\n * Fixed an issue with checkbox field validation [form#216](https:\/\/github.com\/getgrav\/grav-plugin-form\/issues\/216)\n * Fixed issue with multibyte Markdown link URLs [#1749](https:\/\/github.com\/getgrav\/grav\/issues\/1749)\n * Fixed issue with multibyte folder names [#1751](https:\/\/github.com\/getgrav\/grav\/issues\/1751)\n * Fixed several issues related to `system.custom_base_url` that were broken [#1736](https:\/\/github.com\/getgrav\/grav\/issues\/1736)\n * Dynamically added pages via `Pages::addPage()` were not firing `onPageProcessed()` event causing forms not to be processed\n * Fixed `Page::active()` and `Page::activeChild()` to work with UTF-8 characters in the URL [#1727](https:\/\/github.com\/getgrav\/grav\/issues\/1727)\n * Fixed typo in `modular.yaml` causing media to be ignored [#1725](https:\/\/github.com\/getgrav\/grav\/issues\/1725)\n * Reverted `case_insensitive_urls` option as it was causing issues with taxonomy [#1733](https:\/\/github.com\/getgrav\/grav\/pull\/1733)\n * Removed an extra `\/` in `CompileFile.php` [#1693](https:\/\/github.com\/getgrav\/grav\/pull\/1693)\n * Uri::Encode user and password to prevent issues in browsers\n * Fixed \"Invalid AJAX response\" When using Built-in PHP Webserver in Windows [#1258](https:\/\/github.com\/getgrav\/grav-plugin-admin\/issues\/1258)\n * Remove support for `config.user`, it was broken and bad practise\n * Make sure that `clean cache` uses valid path [#1745](https:\/\/github.com\/getgrav\/grav\/pull\/1745)\n * Fixed token creation issue with `Uri` params like `\/id:3`\n * Fixed CSS Pipeline failing with Google remote fonts if the file was minified [#1261](https:\/\/github.com\/getgrav\/grav-plugin-admin\/issues\/1261)\n * Forced `field.multiple: true` to allow use of min\/max options in `checkboxes.validate`","content_html":"
\n- <\/a>\n
\n- Added new core Twig templates for
partials\/metadata.html.twig<\/code> and partials\/messages.html.twig<\/code><\/li>\n- Added ability to work with GPM locally #1742<\/a><\/li>\n
- Added new HTML5 audio controls #1756<\/a><\/li>\n
- Added
Medium::copy()<\/code> method to create a copy of a medium object<\/li>\n- Added new
force_lowercase_urls<\/code> functionality on routes and slugs<\/li>\n- Added new
item-list<\/code> filter type to remove empty items<\/li>\n- Added new
setFlashCookieObject()<\/code> and getFlashCookieObject()<\/code> methods to Session<\/code> object<\/li>\n- Added new
intl_enabled<\/code> option to disable PHP intl module collation when not needed<\/li>\n<\/ul><\/li>\n- <\/a>\n
\n- Fixed an issue with checkbox field validation form#216<\/a><\/li>\n
- Fixed issue with multibyte Markdown link URLs #1749<\/a><\/li>\n
- Fixed issue with multibyte folder names #1751<\/a><\/li>\n
- Fixed several issues related to
system.custom_base_url<\/code> that were broken #1736<\/a><\/li>\n- Dynamically added pages via
Pages::addPage()<\/code> were not firing onPageProcessed()<\/code> event causing forms not to be processed<\/li>\n- Fixed
Page::active()<\/code> and Page::activeChild()<\/code> to work with UTF-8 characters in the URL #1727<\/a><\/li>\n- Fixed typo in
modular.yaml<\/code> causing media to be ignored #1725<\/a><\/li>\n- Reverted
case_insensitive_urls<\/code> option as it was causing issues with taxonomy #1733<\/a><\/li>\n- Removed an extra
\/<\/code> in CompileFile.php<\/code> #1693<\/a><\/li>\n- Uri::Encode user and password to prevent issues in browsers<\/li>\n
- Fixed "Invalid AJAX response" When using Built-in PHP Webserver in Windows #1258<\/a><\/li>\n
- Remove support for
config.user<\/code>, it was broken and bad practise<\/li>\n- Make sure that
clean cache<\/code> uses valid path #1745<\/a><\/li>\n- Fixed token creation issue with
Uri<\/code> params like \/id:3<\/code><\/li>\n- Fixed CSS Pipeline failing with Google remote fonts if the file was minified #1261<\/a><\/li>\n
- Forced
field.multiple: true<\/code> to allow use of min\/max options in checkboxes.validate<\/code><\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added new core Twig templates for partials\/metadata.html.twig and partials\/messages.html.twig\nAdded ability to work with GPM locally #1742\nAdded new HTML5 audio controls #1756\nAdded Medium::copy() method to create a copy of a medium object\nAdded new force_lowercase_urls functionality on routes and slugs\nAdded new item-list filter type to remove empty items\nAdded new setFlashCookieObject() and getFlashCookieObject() methods to Session object\nAdded new intl_enabled option to disable PHP intl module collation when not needed\n\n\n\nFixed an issue with checkbox field validation form#216\nFixed issue with multibyte Markdown link URLs #1749\nFixed issue with multibyte folder names #1751\nFixed several issues related to system.custom_base_url that were broken #1736\nDynamically added pages via Pages::addPage() were not firing onPageProcessed() event causing forms not to be processed\nFixed Page::active() and Page::activeChild() to work with UTF-8 characters in the URL #1727\nFixed typo in modular.yaml causing media to be ignored #1725\nReverted case_insensitive_urls option as it was causing issues with taxonomy #1733\nRemoved an extra \/ in CompileFile.php #1693\nUri::Encode user and password to prevent issues in browsers\nFixed "Invalid AJAX response" When using Built-in PHP Webserver in Windows #1258\nRemove support for config.user, it was broken and bad practise\nMake sure that clean cache uses valid path #1745\nFixed token creation issue with Uri params like \/id:3\nFixed CSS Pipeline failing with Google remote fonts if the file was minified #1261\nForced field.multiple: true to allow use of min\/max options in checkboxes.validate"},"1.3.8":{"date":"10\/26\/2017","content":"1. [](#new)\n * Added Page `media_order` capability to manually order page media via a page header\n1. [](#bugfix)\n * Fixed GPM update issue with filtered slugs [#1711](https:\/\/github.com\/getgrav\/grav\/issues\/1711)\n * Fixed issue with missing image file not throwing 404 properly [#1713](https:\/\/github.com\/getgrav\/grav\/issues\/1713)","content_html":"\n- <\/a>\n
\n- Added Page
media_order<\/code> capability to manually order page media via a page header<\/li>\n<\/ul><\/li>\n- <\/a>\n
\n- Fixed GPM update issue with filtered slugs #1711<\/a><\/li>\n
- Fixed issue with missing image file not throwing 404 properly #1713<\/a><\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added Page media_order capability to manually order page media via a page header\n\n\n\nFixed GPM update issue with filtered slugs #1711\nFixed issue with missing image file not throwing 404 properly #1713"},"1.3.7":{"date":"10\/18\/2017","content":"1. [](#bugfix)\n * Regression Uri: `base_url_absolute` always has the port number [#1690](https:\/\/github.com\/getgrav\/grav-plugin-admin\/issues\/1690)\n * Uri: Prefer using REQUEST_SCHEME instead of HTTPS [#1698](https:\/\/github.com\/getgrav\/grav-plugin-admin\/issues\/1698)\n * Fixed routing paths with urlencoded spaces and non-latin letters [#1688](https:\/\/github.com\/getgrav\/grav-plugin-admin\/issues\/1688)","content_html":"
\n- <\/a>\n
\n- Regression Uri:
base_url_absolute<\/code> always has the port number #1690<\/a><\/li>\n- Uri: Prefer using REQUEST_SCHEME instead of HTTPS #1698<\/a><\/li>\n
- Fixed routing paths with urlencoded spaces and non-latin letters #1688<\/a><\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Regression Uri: base_url_absolute always has the port number #1690\nUri: Prefer using REQUEST_SCHEME instead of HTTPS #1698\nFixed routing paths with urlencoded spaces and non-latin letters #1688"},"1.3.6":{"date":"10\/12\/2017","content":"1. [](#bugfix)\n * Regression: Ajax error in Nginx [admin#1244](https:\/\/github.com\/getgrav\/grav-plugin-admin\/issues\/1244)\n * Remove the `_url=$uri` portion of the the Nginx `try_files` command [admin#1244](https:\/\/github.com\/getgrav\/grav-plugin-admin\/issues\/1244)","content_html":"