Releases: Nearata/flarum-ext-embed-video
Releases · Nearata/flarum-ext-embed-video
3.3.2
- fix: conflict with
FoF Discussion Thumbnail
3.3.1
- fix: throw exception instead of hiding the button if user cant embed video
- fix: render issue
v3.3.0
- bump php to 8
- bump flarum to 1.7
- update dependencies
- php: improved embed-video bbcode detection
- fix: tag-scoped permissions
- js: removed broken modal
- js: refactoring
- fix: purge command
v3.2.1
- Fix BBCode not working with alphanumerical ids.
3.2.0
- Add missing translations.
- Now the player will load/update while editing a post.
- Ability to choose which groups can view the video players.
php flarum nearataEmbedVideo:purge
to remove ALL video players from posts.
- Extended modal with ability to add, update and remove video players and related qualities.
- Ability to disable the modal and insert the BBCode at cursor point.
v3.1.0
- Ability to limit the creation of video players based on tags and user rank.
v3.0.0
- (Updated) Flarum 1.0
- (Updated) MSE extensions
v2.1.1
- (Fix) The player was loaded before the extensions and as result the extensions were not working properly.