• v1.0.4 c30ef056e1

    Release 1.0.4 Stable

    YellowComet released this 2023-02-11 19:06:52 +00:00 | 3 commits to main since this release

    This release adds the missing closing tag. Without it, all content after the embed was included inside the embed, making the rest of the article appear missing.

    This was caused by a lack of more thorough testing, I will be more careful in the future.

    Other than that, there have been changes to the CONTRIBUTING.md file to clarify that contributions to this repo are under the GPL-2.0-or-later. The license notice at README.md has also been changed.

    The URL at extension.json (the one shown at Special:Version) has also been changed to this extension's page at mediawiki.org.

    (Correction February 12th, 2023: The changes clarifying the license of PRs were done to CONTRIBUTING.md, not CHANGELOG.md)

    Downloads
     
  • v1.0.3 c698c12ea0

    Release 1.0.3 Stable

    YellowComet released this 2023-02-08 20:21:38 +00:00 | 21 commits to main since this release

    This release fixes fullscreen functionality, and sets up i18n.

    Downloads
     
  • v1.0.2 8fc8768e2b

    Release 1.0.2 Stable

    YellowComet released this 2023-02-07 22:06:02 +00:00 | 31 commits to main since this release

    This release's most important change is the change from printf to sprintf, which avoids including the lenght of the string in the output.

    On the documentation side of things, README.md has also seen some changes. Notably, it recommends downloading the release from the releases tab instead of cloning with Git. CHANGELOG.md has seen some minor changes related to Markdown formatting.

    Downloads
     
  • v1.0.1 d36face7b1

    Release 1.0.1 Stable

    YellowComet released this 2023-02-07 17:27:33 +00:00 | 40 commits to main since this release

    This release fixes an error when checking the URL components.

    In 1.0.0, it would throw a PHP warning on URLs like https://tilvids.com when checking if the required components (specifically, whether /w/ is in the path) were there. This release fixes it.

    Updating is recommended.

    Downloads
     
  • v1.0.0 8e00845d97

    YellowComet released this 2023-02-06 16:05:25 +00:00 | 42 commits to main since this release

    Initial release of the extension.

    Downloads