Releases: gioxx/wp-simplealexa
Releases · gioxx/wp-simplealexa
Release list
v1.2.5
- Added the
Release Asset: trueplugin header so Git Updater installs the zip attached to the GitHub Release instead of the rawmainbranch zip.
For the full version history, see CHANGELOG.md.
v1.2.4
- Addressed WordPress Plugin Check findings ahead of directory submission: removed the deprecated
load_plugin_textdomain()call (WordPress auto-loads translations for hosted plugins since 4.6), updated the readme "Tested up to" header to 7.0, and excluded.gitattributesandREADME.it.mdfrom the release zip built by the GitHub Actions workflow.
For the full version history, see CHANGELOG.md.
v1.2.3
- Renamed the main plugin file from
index.phptowp-simplealexa.php. - Added
README.md/README.it.mdfor GitHub, thisCHANGELOG.md, a GitHub Actions release workflow (auto-builds a zip and cuts a GitHub release when the plugin version bumps), and a Dependabot config for GitHub Actions updates.
For the full version history, see CHANGELOG.md.