Skip to content

Releases: maicol07/flarum-ext-sso

1.11.5

10 Mar 13:57
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • 2795bce πŸ› Fix wrong event type when deleting an user

    πŸ“ Docs changes

  • 7fd176c πŸ“ Removed bazaar references

    Other changes

  • 91a8e68 πŸ™ˆ Added composer.lock in .gitignore

    • f957f86 Added IDE settings
    • d389a1c Added composer.lock
    • 55baf16 deps: ⬆️ Upgraded dependencies

    βͺ Reverts

  • b109334 chore: Added composer.lock

    This reverts commit d389a1c5df684b1a55bfba9bbad4d97f4afd6b28.
    

1.11.4

13 Dec 00:11
Compare
Choose a tag to compare

⚑ Performance Improvements

  • f074256 ⚑ Improved responsiveness of settings page

    πŸ› Bug Fixes

  • 769495a πŸ› Fix initializer not loaded on page refresh

    • 2619af0 πŸ’¬ Fix untraslated button

    Other changes

  • 168fa9d Added casting to settings function

    • 5b9567c deps: ⬆️ Updated dependencies

1.11.3

16 Nov 13:56
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • de71fb1 Re-added missing Logout URL setting

1.11.2

26 Oct 16:32
Compare
Choose a tag to compare

✨ Features

  • 8ea8f8f ✨ Fix login redirects in embeded mode

πŸ”€ Pull Requests

  • da54638 Merge pull request #17 from ruslanbelziuk/embed_support

1.11.1

21 Oct 07:37
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • aa58e2b πŸ› logout middleware redirect

πŸ”€ Pull Requests

  • 86e0a09 Merge pull request #16 from ruslanbelziuk/fix_logout_middleware

What's Changed

New Contributors

Full Changelog: 1.11...1.11.1

1.11

02 Oct 12:38
Compare
Choose a tag to compare

Released on October 02, 2022

✨ Features

  • 2d7f772 ✨ Added provider mode

    Sponsored by [@kuaza](:/kuaza) from https://sorucevap.com/
    
    • a15b3e9 ✨ Added settings page

    πŸ› Bug Fixes

  • d10faf5 Fix method deprecation

    β™» Code Refactoring

  • f7e1368 🎨 Formatted code

    • eac0f58 ♻️ Standardized JS config and gitignore

    πŸ‘· CI changes

  • 4674f1b Removed build action

    Already included in frontend
    

    Other changes

  • 990e838 Updated JS to TS, CI and config to latest update

    • dc62612 deps: ⬆️ Upgraded dependencies
    • ea3861b deps: ⬆️ Updated dependencies
    • 9a233fb deps: ⬆️ Updated dependencies
    • bec87c5 deps: Added bundlewatch

Full Changelog: 1.10.3...1.11

1.10.3

21 Oct 08:04
Compare
Choose a tag to compare

1.10.3

Released on October 21, 2021

πŸ› Bug Fixes

  • 5b7afa3 Unblock other extensions routes

    It was impossible for other extensions, loaded after SSO to register new routes

  • ecc0676 Signup button points to logout URL

1.10.2

09 Aug 09:18
Compare
Choose a tag to compare

✨ Features

  • fd9bc60 ✨ Added Typescript config to get Flarum typing definitions
  • 8b70076 code_tools: ✨ Added Prettier instead of ESLint

⚑ Performance Improvements

  • 6fbd7f9 ⚑ Better frontend settings helper

πŸ› Bug Fixes

  • 3e24b49 New Discussion button opening the Login modal
    • Also did some major refactor
  • f9cb9f4 πŸ› Wrong app namespace

β™» Code Refactoring

  • 3dce5dc Reformatted build action
  • edbd507 ♻️ Removed old Webpack config
  • f17a9a5 ♻️ Removed ESLint comments

πŸ‘· CI changes

  • 3233f94 Trigger changelog workflow when JS build has finished
  • f244d0f Updated build action
  • b8e32e2 πŸ‘· Added Flarum Bot to automatically compile JS
  • 646203c πŸ‘· Added conditional commit messages to changelog action
  • 086bdea πŸ‘· Updated changelog generation

Other changes

  • 4145636 deps: ⬆️ Upgraded Flarum Webpack config
  • 3e99300 meta: Updated extension icon colors for better contrast

1.10.1

12 Jun 13:52
Compare
Choose a tag to compare

⚑ Performance Improvements

  • b74c90c ⚑ Use dot notation to set array value

πŸ› Bug Fixes

πŸ“ Docs changes

πŸ‘· Building scripts changes

  • 8f3d699 Allow to run changelog action manually to set the next version
  • 5cb1154 Add git credentials
  • a10765e Add missing commit
  • c009c2e Add missing token to push back changes
  • 8ab1c6f Push CHANGELOG.md back to repo
  • b705c4f Ensure changelog is saved to file
  • ec11208 Fix changelog action branch
  • 801fc90 Missing checkout action

Other changes

  • 69b9e7e Added more author metadata to composer.json
  • fcd76e6 Added flarum version support badge
  • 5de2a76 deps: Moved JWT package to suggestions
  • 7a4ce8c locale: Delete pl.yml (#11)

1.10

22 May 15:58
Compare
Choose a tag to compare

✨ Features