Skip to content

Releases: katosdev/signature

Version 1.6

22 Dec 14:15
Compare
Choose a tag to compare

🥳 Version 1.6 released! 🥳


Changelog

1. Use same markup as core for LinkButton on the users page: https://github.com/katosdev/signature/pull/26 (@DavideIadeluca)
2. Implement setting for "If Inline editing is allowed": https://github.com/katosdev/signature/pull/27 (@DavideIadeluca)
3. Use slug for routing to ensure greater compatibility regardless of if slug is default or ID. https://github.com/katosdev/signature/pull/28 (@DavideIadeluca)

🤝 Credits 🤝

Many thanks to @DavideIadeluca for the assistance with the PRs in this request!

Version 1.5

18 Dec 12:09
Compare
Choose a tag to compare

🥳 Version 1.5 released! 🥳


Changelog

1. Rectify issues with permissions which inadvertently allowed a user to create a signature when they shouldn't have been allowed to do so
2. Adjust CSS and structure to add signature to the end of the post body.
3. Remove additional line break in favour of allowing users to add their own with markdown if preferred.
4. Improve support with third party extensions by rectifying CSS issues that broke the alignment of post components.
5. Extend and improve support for code tests.

🤝 Credits 🤝

This release would not have been possible without the continued support of @imorland - If you would like to show your support for Ian, you can do so using his donation link here: https://www.buymeacoffee.com/ianm1

Version 1.4

08 Dec 16:10
f608268
Compare
Choose a tag to compare

🥳 Version 1.4 released! 🥳


Changelog

1. Updated to resolve a security issue reported by @Askvortsov
2. Updated core dependencies to improve performance and security.
3. Huge refactoring to improve overall performance and security, as well as making use of more recent code practises.
4. Implementation of build tests ( :hearteyes: ) 
5. Addition of a new permission to allow editing of signatures.
6. Migration from Trumbowyg to Flarum editor
7. Updated to PHP 7.x support (previous code was using a standard from prior to this). 
8. Amendments to locale to correct some poor wording previously used.
9. Amending a signature on a user profile now allows editing the selected user, if the actioning user has the permissions to do so. 
10. Bumped minimum Flarum core requirement to 1.6 due to new frontend extenders. 
11. Added permission to allow restriction of who can use a signature on your forum. 
12. New signature editor 
13. Moderators can no longer edit the signature of an admin.
14. Set a size restriction on email signatures to prevent misuse. 

🤝 Credits 🤝

This release would not have been possible without the incredible assistance of my good friend @IanM who kindly assisted with the major refactoring, permissions overhaul and more. If you would like to show your support for Ian, you can do so using his donation link here: https://www.buymeacoffee.com/ianm1

Version 1.3

07 Oct 13:39
4155d23
Compare
Choose a tag to compare

Version 1.3

  1. Fix crash issue on posts with deleted users: katosdev/signature-OLD#7
  2. Update language file: katosdev/signature-OLD#9
  3. Begin work on refactoring
  4. Migrate to new repository.