Releases: BibleGet-I-O/bibleget-wordpress
Releases · BibleGet-I-O/bibleget-wordpress
Version 8.3
What's Changed
- Move Google Fonts previews outside of the plugin folder, so that it won't be lost every time the plugin is updated. Data will now be stored in the uploads folder, and will be deleted on plugin uninstall.
Full Changelog: 8.2...8.3
Version 8.2
- Fix: focus lost from block controls making it almost impossible to use them
- Enhancement: create fallback for Google Fonts which works both for the Customizer and the Block editor Font selects
- Enhancement: clean up js code using more arrow functions
Full Changelog: 8.1...8.2
Version 8.1
- Fix: Font Select in Customizer which was still broken after modernizing the plugin's javascript
Full Changelog: 8.0...8.1
Version 8.0
- Fix: incorrect loading of external javascripts
- Fix: bug when downloading previews for Google Fonts
Full Changelog: 7.9...8.0
Version 7.9
- space to tabs throughout codebase
- load external scripts from cdn
- try to fix new release not triggering because of missing
/vendor/
folder (implementIGNORE_OTHER_FILES
env variable)
Full Changelog: 7.8...7.9
Version 7.8
- avoid publishing the
.git
folder to the svn repo
Full Changelog: 7.7...7.8
Version 7.7
- ensure composer generated vendor folder is pushed to svn
Full Changelog: 7.6...7.7
Version 7.6
What's Changed
- Delete .gitattribute by @JohnRDOrazio in #15
- Make codebase more readable and maintainable by splitting complex code up into separate reusable scripts
Full Changelog: 7.5...7.6
Version 7.5
- bugfix: when google font previews are not installed or updated,
gfonts
can be null ingutenberg.js
Version 7.4
This is actually the same as 7.3, but because of some trouble with action workflow from Github to SVN, we seem to need to try one more release workflow to get it to work correctly.