Releases: lammersbjorn/YOURLS-Random-Redirect-Manager
Releases · lammersbjorn/YOURLS-Random-Redirect-Manager
Release list
v4.1.0
What's Changed
- ci: support release note input by @lammersbjorn in #11
- Add allocation slider for redirect chances by @lammersbjorn in #12
Full Changelog: v4.0.0...v4.1.0
Alpha 50f9497
v4.0.0
YOURLS Random Redirect Manager v4.0.0
Major maintenance release focused on cleaner plugin structure, maintainability, and easier local testing.
Changed
- Split the YOURLS plugin bootstrap from runtime code: plugin.php now stays small, includes/bootstrap.php loads the plugin, and runtime behavior lives in includes/class-random-redirect-manager.php.
- Moved admin CSS and JavaScript into assets/ while preserving YOURLS admin compatibility.
- Preserved existing settings compatibility via the random_redirect_settings option key.
- Kept weighted redirects, shortlink picker behavior, and fallback edit behavior intact.
- Added a local Docker-based YOURLS dev harness with this plugin mounted as a read-only volume and a seeded sample redirect.
- Added install zip packaging through the release workflow.