Authors: Mike Estrada Tags: bingo, wordpress License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
Fun plugin to have a Bingo card on a page template
- Two page templates to display Bingo card
- Uses localStorage to save user's bingo card in case refresh occurs or closing browser accidentally
- Custom metabox for words/phrases in admin area once page template has been selected
- Repeatable fields for words in metabox
- CSS grid for laying out boxes
- Place the plugin directory inside of your plugins directory (typically /wp-content/plugins).
- Activate plugin through the Plugins Admin page
- Select one of the Bingo templates for a page
- Define words/phrases to use (24) in custom metabox
All notable changes to this project will be documented here.
- Fix horizontal logic for win
- Clean up files to abide by WP code standards
- Add nonce field and nonce check to abide by WP code standards
- Add check for autosave in save method
- Update gulp file for gulp 4
- Switch gulp file name to use babel and ES6
- Add a gulp config file holding sever config
- Update workflow to use stylelint + webpack
- Organize files into src/assets
- Bump version number
- Initial creation