Skip to content

Releases: snapwiki/SnapProjectEmbed

v3.2.0

02 May 15:13
66079e3
Compare
Choose a tag to compare

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

13 Oct 07:51
Compare
Choose a tag to compare

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

v3.1.0

13 Sep 08:28
Compare
Choose a tag to compare

This version converts extension.json to manifest_version 2.

v3.0.0

13 Sep 07:51
Compare
Choose a tag to compare

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

v2.7.0

27 Jun 18:20
d7916d9
Compare
Choose a tag to compare

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

11 Jun 11:48
e259734
Compare
Choose a tag to compare

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

05 May 19:23
0e30001
Compare
Choose a tag to compare

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

28 Apr 17:12
9e94560
Compare
Choose a tag to compare

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

28 Apr 10:14
62e369b
Compare
Choose a tag to compare

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.

v2.5.2

09 Apr 13:48
53ffd48
Compare
Choose a tag to compare

This version comes with a fix for an annoying bug that caused a warning when anyone attempted to close a page embedding a project. This also comes with some improvements in our CI system.