froala / KMSFroalaEditorBundle

Symfony bundle for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
105 stars 33 forks source link

Add stable tag #11

Closed benatespina closed 8 years ago

benatespina commented 8 years ago

Hi, this package hasn't enabled auto-update inside Packagist so, the last merged PR is not referenced yet. Can you update the reference and by the way, can you tag a stable version?

Thanks in advance.

sguionni commented 8 years ago

I added a v3.0.0 tag on master branch, have i to add something (branch-alias or something else) to composer.json ?

stefanneculai commented 8 years ago

@samarhxc I noticed that you tagged couple of minutes ago the Symfony plugin to V3.0.0. Would it be possible to delete that tag and instead keep it in sync with the editor? This way it would be easier for us to know which plugins are up to date and which not. Here is how we do it for the other plugins:

Thanks.

benatespina commented 8 years ago

@samarhxc yeah! After that, you have to update your package in this url to sync your new tag with packagist https://packagist.org/packages/kms/froala-editor-bundle

benatespina commented 8 years ago

@samarhxc Thanks!! Now your bundle works like a charm ;)

sguionni commented 8 years ago

No problem, from now the bundle version will be sync with the Froala editor version. I think i have to add this to composer.json :

{ "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } } }

This is correct or i missed something ?

benatespina commented 8 years ago

@samarhxc This is correct, is a simple alias to master branch, anyway it's not mandatory but it's a good practice.

sguionni commented 8 years ago

Ok, thank you for your help.