- Set publish on test-pypi and pypi into separate jobs. [Lafaye Philippe]
- Try to get tag name for release creation. [Lafaye Philippe]
- Try tu run release creation after test succeed on tag. [Lafaye Philippe]
- Try tu run release creation after test succeed on master. [Lafaye Philippe]
- Try to run publish on pypi after release created. [Lafaye Philippe]
- Syntax error on github action files. [Lafaye Philippe]
- Change release creator action and use verbose mode on pypi publish on test.pypi.org. [Lafaye Philippe]
- Add gitchangelog and makotemplate as requirements for release. [Lafaye Philippe]
- Add conf file for gitchangelog. [Lafaye Philippe]
- Major upgrade to modernize package and fix issues with CKEditor usage. [David THENON]
- Added support for Python 3.11;
- Removed support for Python 3.8;
- Added support for Django>=5.0;
- Removed support for Django<4.2;
- Moved history into 'CHANGELOG.rst';
- Changed requirements to remove 'djangocms-text-ckeditor';
- Added compatibility layer to allow usage 'djangocms-text-ckeditor' or 'djangocms-text' if installed else as default the Django Textarea is used;
- Upgraded all extra requirements to recent versions;
- Changed documentation theme to 'Furo';
- Updated documentation;
- Upgraded script to freeze requirements;
- Renamed default settings 'CLIENT_NAME' to 'FIRMINFO_APP_NAME' and filled it with a proper default name;
- Added complete FirmContact templatetag. [Samy Saad]
- Enhanced code&tests quality. [Samy Saad]
Added test for app_banner templatetag + test template Added test for firm_logos templatetag + test template Added test for social_sharing templatetag + test template Added Singleton tests Added post_delete and post_save signals tests
Added SingletonManager for SocialSharing and Tracking models Added UniqueModelAdmin that reflect the behaviour of a singleton in admin
Improved AppsBannerFactory Added SocialSharingFactory
Added firm_logos serializer
- [DOC] Improved documentation. [Samy Saad]
- [CHG] Added global context accessibility in template tags (Ticket #5289453) [Samy Saad]
- [CHG] Removed dj4.0 and dj4.1 from tox tests [Samy Saad]
- [FIX] Added default autofield in settings [Samy Saad]
- [FIX] Fixed rtd build [Samy Saad]
- [DOC] Updated doc [Samy Saad]
- Modify firm_info tag (Ticket #4942172) [Samy Saad]
- Add address parts as context variables in simple_tag
- Rename address context variable to fill_address
- [DOC] Add models, templatetags and serializers doc. [Samy Saad]
- Typo in publish_to_pypi.yml workflow. [Lafaye Philippe]
- Create github release when new tag that match [0-9]+.[0-9]+.[0-9]+ name. [Lafaye Philippe]
- publish on pypi when release was created. [Lafaye Philippe]
- Add github workflow for running publish to pypi. [Lafaye Philippe]
- Add CodeQL workflow for testing. [Lafaye Philippe]
- Add github workflow for running tox. [Lafaye Philippe]
- Run publish_to_pypi workflow only is Test workflow is completed. [Lafaye Philippe]
- Rename test workflow. [Lafaye Philippe]
- Add missing __init__ file. [Lafaye Philippe]
- Update django settings for doc building. [Lafaye Philippe]
- Wrong main branch for publish to pypi workflow. [Lafaye Philippe]
- First commit.