Amazed Blog SiteOrigin Widgets is a WordPress widgets collection curated for Amazed Blog.
- Upload the plugin files to the
/wp-content/plugins/amazed-blog-so-widgets
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through 'Plugins' screen in WordPress.
This will compile CSS using TailwindCSS CLI. It watches changes and rebuilds the CSS file accordingly.
- Install NodeJS.
- Browse to plugin folder or clone the git repository.
- Change the development site URL under
scripts > watch
inpackage.json
to e.g.https://boilerplate.ddev.site
. - Run
npm install
&npm run build
.
The plugin uses WP GitLab Updater to handle automatic update checks. The script pulls the most recent tag from the repository.
- Edit plugin version e.g.
Version: 1.0.4
in the plugin header underamazed-blog-so-widgets.php
& commit with a message e.g.Version bump
- List commits & check the commit hash for Step #1 by running
git log --pretty=oneline
. Get/copy the first 7 character from the string e.g.f52a237
. - Run
git tag -a 1.0.4 f52a237 -m "Version updated to 1.0.4"
. - Run
git push -u origin master
. - Run
git push origin --tags
.
- To be able to use or display category images install Categories Images.
- To be able to update to the latest version, please ensure that the plugin folder name is
amazed-blog-so-widgets
notamazed-blog-so-widgets-master
oramazed-blog-so-widgets-1.0.4
. The updater seems to have an issue when the folder structure doesn't match the ones indicated inincludes/updater.php
file.