Skip to content

Releases: snapwiki/SnapProjectEmbed

v4.0.0

Choose a tag to compare

@R4356th R4356th released this 12 Jul 16:06

This version makes Snap! Project Embed compatible with MediaWiki 1.44. With this release, support for all MediaWiki versions older than 1.40 has been dropped.

v3.2.0

Choose a tag to compare

@R4356th R4356th released this 02 May 15:13
66079e3

This is a patch version to set allowfullscreen to true in the generated iframe.

(This version was released on November 26, 2022 but its Git tag had not been created until now.)

v3.1.1

Choose a tag to compare

@R4356th R4356th released this 13 Oct 07:51

This is a patch version to fix log spam with a deprecation message from PHP.

v3.1.0

Choose a tag to compare

@R4356th R4356th released this 13 Sep 08:28

This version converts extension.json to manifest_version 2.

v3.0.0

Choose a tag to compare

@R4356th R4356th released this 13 Sep 07:51

This version drops support for MediaWiki versions older than 1.35 as it converts the code to the new HookHandlers interface.

v2.7.0

Choose a tag to compare

@R4356th R4356th released this 27 Jun 18:20
d7916d9

Snap! projects are now lazy loaded to make pages load faster. We have not yet made the changes mentioned earlier so this version should continue to work with non-latest versions of MediaWiki.

v2.6.2

Choose a tag to compare

@R4356th R4356th released this 11 Jun 11:48
e259734

This version does not contain anything impressive. There is just a removal of a redundant line of code. The only reason this version is being released is that the next version will likely drop support for MediaWiki versions older than 1.35.

v2.6.1

Choose a tag to compare

@R4356th R4356th released this 05 May 19:23
0e30001

Version 2.6.1 is now here! Error messages are now escaped meaning you are no longer going to be able to use HTML in the error messages.

v2.6.0

Choose a tag to compare

@R4356th R4356th released this 28 Apr 17:12
9e94560

This version comes with many changes related to organisation. All continuous integration-related files have been removed and there is a new branch policy now. All development will happen on master and after we know they are ready to be used in production, they will be pushed to stable.

v2.5.3

Choose a tag to compare

@R4356th R4356th released this 28 Apr 10:14
62e369b

This version of Snap! Project Embed comes with some continuous integration and documentation changes. Some unnecessary lines in the extension manifest have also been removed in this version.