Releases: joel-james/loggedin
Releases · joel-james/loggedin
Release list
v3.2.0
What's changed since v3.1.0
- Migrate Freemius activation data to the foxelabs option key (
907c6cb) - Rebrand from Duck Dev to Foxe Labs (
9fcdb1a) - Use the canonical joel-james/loggedin GitHub URL (
d33daaa) - Point the README at the Foxe Labs documentation (
d210296) - Drop the 404 to 301 references (
b7a5fe3) - Cache the settings read for the request (
5af4d65) - Sync the lock file with the 3.2.0 version bump (
ee34697) - Remove the 1.x settings deep-link section (
d0307ad) - Note the removed General settings section in the changelog (
87b2246) - Stop loading the text domain manually (
53bc419) - Ship composer.json in the release ZIP (
cd20856)
Full diff: v3.1.0...v3.2.0
v3.1.0
What's changed since v3.0.2
- Add WP-CLI commands for sessions and settings (
1d2b1be) - Document WP-CLI support in readmes (
fe4f8cc) - Release 3.1.0 (
1e54ffb) - Fix code fences in readme.txt (
78db2c5) - Trim WP-CLI FAQ to a docs link (
6816c55) - Trim older releases from readme.txt changelog (
ecc9caa) - Sync lock files with the 3.1.0 version bump (
d2cd317) - Rename to Loggedin - Session Manager, Limit Concurrent Logins & Force Logout (
862d4aa) - Reframe readme around session management (
49fce1e)
Full diff: v3.0.2...v3.1.0
v3.0.2
What's changed since v3.0.1
- Release 3.0.2 — restore review notice via wp-review-notice library (
5f45699) - Position the review notice inside the plugin page column (
799d3b8) - Pull duckdev/wp-review-notice from Packagist (
0d8bae9) - Expand 3.0.2 changelog entry (
1e2eff8)
Full diff: v3.0.1...v3.0.2
v3.0.1
What's changed since v3.0.0
- Add loggedin.admin.tabs filter for addon-injected tabs (
ddcfb14) - Drop redundant WPINC guard comment (
afc4c7f) - Align addon card layout with 404 plugin (
268181f) - Add Active Sessions cross-sell to Force Logout panel (
d9bec61) - Add Active Sessions to README addon list (
19a1b50) - Drop empty includes/utils placeholder (
a02aa18)
Full diff: v3.0.0...v3.0.1
v3.0.0
What's changed since v2.0.4
- Update: Bump freemius-plugin-licensing to v2.0.1 (
cd303af) - Refactor (1/5): Add scaffolding for modernized plugin structure (
bdd0781) - Refactor (2/5): Reorganize PHP into modules with singleton Core (
384e5fe) - Refactor (3/5): Add REST API layer (settings + addons) (
2875427) - Refactor (4/5): Replace PHP-template admin with React app (
c1126b8) - Refactor (5/5): Add phpunit tests for settings and session guard (
6155128) - Refactor (6/7): Rebuild React admin to match 404-to-301 patterns (
113ec32) - Refactor (7/7): Add detailed comments across every PHP file (
96911ea) - Fix: settings panel background, footer chrome, addons load-state (
4307197) - Refactor: Reuse 404-to-301's addons stack end-to-end (
d6595d6) - Add banner image to addon cards (
2995f85) - Comments: thoroughly document the React admin source (
d92e930) - Add Force Logout panel to the Settings tab (
60ca8ce) - Move snackbar notices to top-center over the content column (
9f7ea00) - Fix oldest-session selection and satisfy phpcs (
ad90a5b) - Ignore phpunit result cache (
3b6baf0) - Add Settings tab extension slot for addons (
63b6693) - Expand readme with features, addons, and contributor docs (
5aa2e42) - Add Premium/Free and Licensed/Unlicensed badges to addon cards (
1e7704b) - Add CI workflow with phpcs, phpunit, build, and tag-gated release (
2b0ca60) - Show explicit loading label on license activate/deactivate (
3835a7c) - Commit composer.lock and package-lock.json for CI (
f10916b) - Rewrite readme.txt for WordPress.org SEO (
c99da9d) - Rewrite readme.txt for WordPress.org SEO and add 3.0.0 changelog (
87808eb) - Rename readme.txt screenshot labels (
b21d6dc) - Replace wp-scripts plugin-zip with bin/pack.sh (
927808e) - Prune dev junk from staged vendor tree before zipping (
de6e127) - Bump minimum WordPress to 6.0, tested up to 7.0 (
b2d7a6d) - Stop tracking languages/loggedin.pot (
6ef0d99) - Fix v2→v3 migration never running (
92aa2af) - Skip PHP 8.3 × WP 6.0 in CI matrix (
5fa7c92)
Full diff: v2.0.4...v3.0.0
v2.0.4
- Improvement: Review notice check.
- Fix: Invalid nonce action prevents notices from being dismissed.
v2.0.3
v2.0.2
- Nonce verification for Force Logout.
- Uninstall cleanup.
v2.0.1
- Fix fatal errors
- Hide empty addons page.
v2.0
- New settings page
- New add-ons
- New logout logic - Thanks #19
- Coding standards improvements
- Sanitization improvements