Skip to content

1.0.0

Choose a tag to compare

@alpipego alpipego released this 14 Jan 05:30
· 2 commits to stable since this release
e63692d

Full Changelog: 17fee36...1.0.0

[e63692d] - Remove outdated readme.txt and improve documentation/license

  • Deleted the legacy readme.txt in favor of an updated README.md file.
  • Added a LICENSE file 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 .gitattributes to exclude unnecessary files during export.
  • Introduced .gitignore to 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.json for PHP package configuration.
  • Created a preliminary README.md detailing 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.