Releases: immanuelfodor/emojione
Releases · immanuelfodor/emojione
1.0.2
Improvements 🚀
- Revert custom base path calculation after merge of shaarli/Shaarli#1558
Compatibility 🛡️
Tested with Shaarli 0.12.0
v1.0.1
Bugfixes 🐛
- Ensure plugin resources loading from the right directory (subpath Shaarli install or version 0.12.0-beta new URLs)
Improvements 🚀
- Revert custom route normalization logic after merge of shaarli/Shaarli#1537
Compatibility 🛡️
Tested with Shaarli 0.12.0-beta
v1.0.0
Breaking changes ⚠️
This release is not yet compatible with subdirectory Shaarli installs, as ../
is replaced by /
in the JS files (see #1). Could be solved with ../../
maybe or some clever JS-fu but I had no more time to solve this. PRs are welcome to fix this.
New features 🎉
- The first Emojione plugin version released in this fork. Implements necessary changes to be compatible with Shaarli v0.12.0-beta as it has introduced a major internal rewrite (shaarli/Shaarli#1511). This release should be backwards compatible with older Shaarli instances as well. (#1)
Compatibility 🛡️
Tested with Shaarli 0.12.0-beta