History¶
0.2.7 (2025-01-23)¶
Fix¶
Set publish on test-pypi and pypi into separate jobs. [Lafaye Philippe]
0.2.6 (2025-01-23)¶
Changes¶
Try to get tag name for release creation. [Lafaye Philippe]
0.2.5 (2025-01-23)¶
Changes¶
Try tu run release creation after test succeed on tag. [Lafaye Philippe]
0.2.4 (2025-01-23)¶
Changes¶
Try tu run release creation after test succeed on master. [Lafaye Philippe]
0.2.3 (2025-01-23)¶
Changes¶
Try to run publish on pypi after release created. [Lafaye Philippe]
0.2.2 (2025-01-23)¶
Fix¶
Syntax error on github action files. [Lafaye Philippe]
0.2.1 (2025-01-23)¶
Changes¶
Change release creator action and use verbose mode on pypi publish on test.pypi.org. [Lafaye Philippe]
0.2.0 (2025-01-23)¶
New¶
Add gitchangelog and makotemplate as requirements for release. [Lafaye Philippe]
Add conf file for gitchangelog. [Lafaye Philippe]
Changes¶
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;
0.1.6 (2024-07-18)¶
New¶
Added complete FirmContact templatetag. [Samy Saad]
Changes¶
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
Other¶
[DOC] Improved documentation. [Samy Saad]
0.1.5 (2024-05-30)¶
Changes¶
[CHG] Added global context accessibility in template tags (Ticket #5289453) [Samy Saad]
Other¶
[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]
0.1.4 (2023-09-21)¶
Changes¶
Modify firm_info tag (Ticket #4942172) [Samy Saad]
Add address parts as context variables in simple_tag
Rename address context variable to fill_address
Other¶
[DOC] Add models, templatetags and serializers doc. [Samy Saad]
0.1.3 (2023-08-30)¶
Fix¶
Typo in publish_to_pypi.yml workflow. [Lafaye Philippe]
0.1.2 (2023-08-30)¶
New¶
Create github release when new tag that match [0-9]+.[0-9]+.[0-9]+ name. [Lafaye Philippe]
Changes¶
publish on pypi when release was created. [Lafaye Philippe]
0.1.1 (2023-08-30)¶
New¶
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]
Changes¶
Run publish_to_pypi workflow only is Test workflow is completed. [Lafaye Philippe]
Rename test workflow. [Lafaye Philippe]
Add missing __init__ file. [Lafaye Philippe]
Fix¶
Update django settings for doc building. [Lafaye Philippe]
Wrong main branch for publish to pypi workflow. [Lafaye Philippe]
0.1.0 - Unreleased¶
First commit.