Releases: jazzsequence/games-collector
1.3.6
1.3.5
What's Changed
- Create Dependabot config file by @dependabot-preview in #49
- Update johnbillion/extended-cpts requirement from ^4.2 to ^5.0 by @dependabot in #68
- Add real composer.json by @jazzsequence in #71
New Contributors
- @dependabot-preview made their first contribution in #49
- @dependabot made their first contribution in #68
Full Changelog: 1.3.4...1.3.5
Isotope refactor
Uses jQuery implementation of Isotope since we're already using jQuery
Simplifies some of the isotope code and removes duplicate code.
1.3.3
Adds isotope as a requirement for the isotope loader.
Release for Composer
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
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 👋
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
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 agc_number_players_output
filter which can filter the entire output (whatgc_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 of2 - 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
First non-beta release.
v0.2
actually include our public functions file