1.0.0
Full Changelog: 17fee36...1.0.0
[e63692d] - Remove outdated readme.txt and improve documentation/license
- Deleted the legacy
readme.txtin favor of an updatedREADME.mdfile. - Added a
LICENSEfile for clarity, explicitly applying the GPL-2.0 license. - Updated metadata to include additional authors and a proper link to license details.
[096b32f] - Add .gitattributes and .gitignore files
- Added
.gitattributesto exclude unnecessary files during export. - Introduced
.gitignoreto ensure common directories and IDE settings (e.g.,.idea/,node_modules/) are left out of version control.
[9a213bb] - Add build scripts and dependencies for CSS/JS minification
- Integrated
postcss,terser, and related tools as development dependencies. - Introduced automated build scripts to minimize CSS/JS files for optimized distribution.
[8c2a623] - Add composer.json and README.md for plugin setup
- Added
composer.jsonfor PHP package configuration. - Created a preliminary
README.mddetailing plugin installation and usage instructions.
[5babf6d] - Refactor sidebar resizable functionality
- Refactored the sidebar resize functionality, transitioning from a jQuery-centric approach to a more modular and reusable structure.
- Improved animation handling, dynamic selectors, and event bindings for better performance and flexibility.
- Enhanced code readability and prepared for future customization.
[96f6051] - Fix sidebar
- Minor bug fix addressing sidebar issues.
[17fee36] - Fork project
- Initial fork of the original project.