Page exporter
Version 2.0.0
August 26, 2022
Changed
- [BREAKING] Craft 4 compatibility
- Change plugin icon
Version 1.5.1
August 26, 2022
Changed
- Use the Craft Guzzle client (thanks [@markdrzy][], fixes [#36][] & [#37][])
Fixed
- Bug that prevented installing the plugin using the
craft plugin/install craft-page-exporter
command (fixes [#33][] & [#34], thanks [@BillBushee][])
Version 1.5.0
February 3, 2022
Added
- Force the
generateTransformsBeforePageLoad
Craft general setting when exporting to ensure all images are exportedFixed
- Fix a bug that broke the Export element action
- Fix a bug that caused the export button not to be shown in entry edit pages
- Fix Readme
Version 1.4.0
December 14, 2021
- Refactor frontend asset management to get rid of outdated dependencies
Version 1.3.0
October 20, 2021
Added
- Add archive filename in config, so the user can define his own ZIP filename
before exporting
Fixed
- Fix HTML asset filename which could contain the wrong locale
- Fix inlineStyles and inlineScripts config which was not considered by default
Version 1.2.2
July 5, 2021
Fixed
- Fix a bug introduced in 1.2.0 that caused
craft.pageExporter.isInExportContext()
to always returnfalse
- Fix a bug introduced in 1.2.0 that caused explicitly registered assets not to be exported anymore
Version 1.2.1
June 11, 2021
Fixed
- Fix a bug caused by asset URLs containing a querystring
Version 1.2.0
May 12, 2021
Added
- Add compatibility with SEOmatic plugin
- Use an HTTP request to retrieve the source of the pages to export instead of having Craft render them (helps with SEOmatic compatibility)
- Add support for all meta having a
property
attribute containingimage
(e.g.og:image
&twitter:image
)Fixed
- Fix manually registered asset (using
{{ craft.pageExporter.registerAsset() }}
) missing in exported archive - Fix favicon missing in exported archive
- Fix missing export button in entry edit page
- Fix empty assets in the exported archive when URL contains a querystring
Version 1.1.9
January 3, 2021
Fixed
- Fix classes import with new namespace
Version 1.1.8
March 11, 2020
Fixed
- Fixed: PSR-4 compliance of the PageExporterVariable class
Version 1.1.7
March 11, 2020
Fixed
- Fixed: Set current site instead of current language
Version 1.1.6
November 5, 2019
Fixed
- Fix Craft 3.3 incompatibility
Version 1.1.5
August 19, 2019
Fixed
- Fix minor compatibility issue with Craft 3.2.10
- Fix issue #2 "html" and "doctype" tags are now in the export
Version 1.1.3
June 23, 2019
Fixed
- Use site selected by user instead of default site (Fix #1)
Version 1.1.2
June 12, 2019
Fixed
- Path of explicitly registered assets
Version 1.1.1
June 11, 2019
Fixed
- Path and URL of assets in external stylesheets
Version 1.1.0
June 10, 2019
Added
- User permissions
Version 1.0.0
June 1, 2019
Added
- Initial release