Changelog & License

License

MIT License

Copyright (c) 2023 useblocks GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0.0.2

Released: 13.03.2023

  • 13.03.2023 - Updated release version to 0.0.2.

  • 12.03.2023 - Updated documentation.

0.0.1

Released: 08.03.2023

  • 08.03.2023 - Added the following changes for the official first release:
    • Created the tag 0.0.1 for release.

    • Added documentation about writing custom Jinja templates.

    • Made some minor changes.

  • 01.03.2023 - Added documentation about the JSON data

  • 28.02.2023 - Added JSON schema validation support

  • 27.02.2023 - Added both Python and JavaScript test cases for the extension and added the JavaScript test CI action

  • 24.02.2023 - Bugfix: Fixed bug in Sphinx-Ads JavaScript code to run only when the HTML document has loaded

  • 21.02.2023 - Added the following changes for the preparation of an official first release:
    • Added the GitHub Action workflows to handle documentation build, extension release, and pull requests checks

    • Updated the documentation

    • Minor changes to extension code

  • 13.02.2023 - Added the following changes:
    • Wrote the documentation for Sphinx-Ads

    • Wrote the JS and CSS code for the default carousel layout

  • 11.02.2023 - Added JavaScript to move pre-generated HTML code to the needed HTML destination and made some minor changes.

  • 05.02.2023 - Added function to check ads configuration variables

  • 03.02.2023 - Added the Template class which contains the following methods:
    • Method to provide the paths to the Jinja templates

    • Method to retrieve Jinja templates

    • Method to return advertisement HTML based on the layout

  • 26.01.2023 - Added the ads_path and ads_url configuration options and the functions to load JSON data from path or URL

  • 25.01.2023 - Setup Sphinx-Ads project and configure documentation