- Nothing changed yet.
- Add support for Python 3.10 and 3.11 [tisto]
- Add timeout to request [wolbernd]
- Support pip-based installations of Plone [ericof]
- Support Plone 6 [ericof]
- Use encoding specified in a text/html response [reebalazs]
- Remove title/description field from the IEmbeddedPage behavior. Fixes #42 [timo]
- Migrate to non interface name behaviors. [sneridagh]
- Add DublinCore behavior to EmbeddedPage content type. [sneridagh]
- Drop Python 2 support. [timo]
- Drop Plone 5.1 and 4.3 support. [timo]
- Fix charmap error with 'Windows-1254' encoding. Use utf-8 as fallback [robdayz]
- Add Python 3.8 support (worked before, just added it to classifiers) [timo]
- Do not fail on invalid URLs [timo]
- Run black on codebase [timo]
- Don't purge behaviors [csenger]
- Fix getting js resources (#28). [csenger]
- Do not fail on missing params in process_page. [timo]
- Added i18n translation files for EN, ES, CA. [robdayz]
- Add serializer for Volto support. [rodfersou]
- Plone 5.2/Python 3 compatibility. [timo,rodfersou]
- Don't raise an exception when target page is empty. [rodfersou]
- Change development status to Production/Stabel in setup.py. [timo]
- Change header forwarding: Only forward http x-* headers and convert zopes header names (e.g. HTTP_X_FORWARD_FOR to x-forward-for) [csenger]
- Dont double decode XML HTML pages. [rofersou]
- Pass headers forward from original request. [rodfersou]
- Make URL field not required. [rodfersou]
- Fix German translation "Show After" and "Show Before". [timo]
- Use chardet package to detect the encoding of the embedded page. [rodfersou]
- Move stylesheets from head to body. [rodfersou]
- Add tests. [rodfersou]
- Add data-embedded attribute to inspect what page is being embedded with no need to login. [rodfersou]
- Fix the content type when request script. [rodfersou]
- Fix iframe relative path to full path. [rodfersou]
- Forward script requests from plone server. [rodfersou]
- Forward requests and params to original page. [rodfersou]
- Convert html parsed data to string with html method. [rodfersou]
- Re-release 1.0.0a6 as final release. [timo]
- Add extra standard behaviors. [rodfersou]
- Fix when html is encoded as UTF-8. [rodfersou]
- Fix when there is no body tag inside html. [rodfersou]
- Add Rich Text to add content before the page embedded. [rodfersou]
- Add Rich Text to add content after the page embedded. [rodfersou]
- Add One parameter to disable right portlet column. [rodfersou]
- Do not show title and description of the content page itself. [timo]
- Add pypi classifier for development status. [timo]
- Initial release. [kitconcept]