Skip to content

Releases: jazzsequence/games-collector

Isotope refactor

30 Dec 19:33
Compare
Choose a tag to compare

Uses jQuery implementation of Isotope since we're already using jQuery
Simplifies some of the isotope code and removes duplicate code.

1.3.3

25 Dec 07:33
bd4a846
Compare
Choose a tag to compare

Adds isotope as a requirement for the isotope loader.

Release for Composer

25 Dec 04:42
Compare
Choose a tag to compare

Even though 1.3.1 was a pre-release, if Composer cached it, it would still use the cached version. Re-releasing 1.3.2 with a version bump in order to update for composer builds.

Fix isotope

25 Dec 04:32
Compare
Choose a tag to compare

A bug crept into 1.3.0 as everything was restructured. This resolves the bug by explicitly enqueuing Isotope Layout JS. Note, this is included in the package.json but that may not be actually built which was the reason for the issue. I'll try to resolve this by using the built files in a future release. But maybe it's not even really necessary, in which case I shouldn't npm install it.

1.3.0 Gutentag Gutenberg 👋

14 Sep 22:54
d86eabd
Compare
Choose a tag to compare

Adds initial support for Gutenberg.

This release is still considered somewhat beta and won't be merged into master since full, planned Gutenberg support is not complete and Gutenberg itself is not a finished product.

v1.2.0

15 Aug 17:15
81a677f
Compare
Choose a tag to compare

Changelog

1.2.0

  • Added integration with Board Game Geek API. Games can now be added by searching BGG for matching titles and information imported and automatically added to new games.
  • Fixed an issue where games with an indeterminate max number of players was displaying a 0 value (e.g. 2 - 0 players) and combined that with games with an unrealistically large number of players (e.g. 2 - 99 players) to display {{min_players}}+ players e.g. 2+ players.
  • Refactored the gc_number_players filter to only filter the actual number of players and added a gc_number_players_output filter which can filter the entire output (what gc_number_players previously did).
  • Fixed an issue where only the highest difficulty was displaying in the dropdown.
  • Fixed a display issue where games that can only be played with a specific number of players were still displaying the min/max player numbers. Changed to just display the number of players, e.g. 2 players instead of 2 - 2 players.
  • Dropped support for hhvm and php 5.x. Require minimum of PHP 7.0.
  • Scrutinizer CI integration for code coverage and quality checking.
  • Cleaned up some code as a result of Scrutinizer sniffs.

v1.0.0

03 Feb 21:12
Compare
Choose a tag to compare

First non-beta release.

v0.2

05 Jan 22:00
Compare
Choose a tag to compare
actually include our public functions file