Releases: Myddleware/myddleware
Release 3.1.7b
What's Changed
- fix: #771 send email … by @AlexMyddleware in #781
- fix: remove duplicate use statements in ApiController by @EstelleMyddleware in #782
- Hotfix by @Myddleware in #785
- Hotfix (#797) by @EstelleMyddleware in #798
New Contributors
- @AlexMyddleware made their first contribution in #781
Full Changelog: v3.1.6...v3.1.7b
Release 3.1.6
What's Changed
Bug fix template not loading #770
- Release 3.1.6 by @CamillePMyddleware in #779
Full Changelog: v3.1.5...v3.1.6
Release 3.1.5
Release 3.1.4
Release 3.1.3
What's Changed
Hotfix :
- Airtable connector
- RuleManager
- Cron Fixtures
- Release 3.1.3 by @EstelleMyddleware in #731
Full Changelog: v3.1.2...v3.1.3
Release 3.1.2
Release 3.1.1
Hotfix
Fixed a bug on Install Requirements page which created an unwanted redirect to login page.
Release 3.1.0
What's Changed
Documentation
- Init Myddleware documentation with Docsify by @EstelleMyddleware in #636
- Documentation Test by @EstelleMyddleware in #638
- Documentation : further additions by @EstelleMyddleware in #639
- Documentation - Developer guide by @CamillePMyddleware in #688
Docker containerization
- [Docker] Evolution of Docker environment useful to run stand-alone production instance by @francescobianco in #635
- git ignore docker config related files (logs & openvpn folder) by @EstelleMyddleware in #652
Chores
- Bump follow-redirects from 1.14.7 to 1.14.8 by @dependabot in #647
- Bump twig/twig from 3.3.7 to 3.3.8 by @dependabot in #641
Bugfix
- Swiftmailer config by @EstelleMyddleware in #655
- fix: remove conflict between 2 cron bundles by @EstelleMyddleware in #663
Previous releases
- Release 3.0.6b by @Myddleware in #642
- Release 3.0.7 by @Myddleware in #653
- Release 3.0.7b by @Myddleware in #654
- Release 3.0.7c by @Myddleware in #660
- Release 3.1.0 (previously meant to be 3.0.8) by @EstelleMyddleware in #694
New Contributors
- @francescobianco made their first contribution in #635
- @dependabot made their first contribution in #647
Full Changelog: v3.0.6...v3.1.0
v3.0.6
What's Changed
- Release 3.0.6 by @Myddleware in #631
Full Changelog: v3.0.5...v3.0.6
- New feature :
Add the possibility to change the user's timezone (+ automatically change the times in the documents and tasks according to the user's timezone (#625)
Rule duplicate action (#626) : Is is now possible to duplicate a rule
Relationship entity : A relationship can have different behavior (only frontend, backend wiil be developed soon)
- Connector
SugarCRM connector : manage deletion
PostgrSQL connecteur : creation
Database connector : get SQL exceptions
Database connector : don't add deletion field in case of history reading
Prestashop connector : Fix the list option for Prestashop 's fields
Hubspot connector : Enabled for Myddleware3
- Enhancement
Add formula function : changeMultiValue
DocumentMangaer : add document type when the history is read
Deletion document type : change the query to detect if the record can be deleted or not
Display edit for: Display error, the dates overlap #602
Formula add parameter to return null if no value found otherwise, the formula returns an exception
Massaction don't stop anymore when en arror happens
Add default php value in config table
Force composer to run with php 7.4 if several php version are installed on the server
Change the relate search in case of a document has been previously deleted
Allow "." in the field name
Improve error message when transform failed
No relate check for deletion document. The document linked could be also deleted.
Allows some customizations on the default controller
Allows tools and formulaFunction classes to be redefined
Be able to redefine more action (create specific formula for example)
- Bugfix
Add transaction on method generateDocuments
No search executed if no search parameter set
Never send tagerçid for the create function
CheckBeforeDelete didn't work when there was several document without all in error
Fix the URL of the task when the user run an action from the document list view
Fix button ON/OFF on rule list
Fix SQL error, when you click on the + sign in the rule creation
Visual bug: when double clicking a field on the field mapping, the placeholder is replaced with a grey background and the arrow is loading indefinetely on hover
Fix Error chart : number not diplayed properly when > 1000 - #586
Deleted document not filtered for create only rule
Rerun action : Fix issue when a status is redefined
A new record is created when a data deleted by Myddleware is restored into the source application
Upgrade : manage composer install command if php isn't the default php version
Return an error if reference date doesn't change after a read action
Get the history from the current process instead of getting it from the database
Rule params weren't refreshed when several are executed using the command synchro ALL
Change the order parameter to get the relate document
Fix the table name with capital letter
Resize container for big screens on install requirements page
Adjust menu position, especially for larger screens
v3.0.5
What's Changed
- Release 2.5.5a by @Myddleware in #371
- Release 2.5.5b by @Myddleware in #373
- Release 2.5.6 by @Myddleware in #387
- Migration SF 4 (1) by @ychakroun in #397
- Migration sf 4 (2) by @ychakroun in #404
- Migration sf 4 by @ychakroun in #405
- Release 3.0.1 by @Myddleware in #567
- Release 3.0.2 by @Myddleware in #570
- Release 3.0.3 by @Myddleware in #571
- Release 3.0.4 by @Myddleware in #593
- Release 3.0.4a by @Myddleware in #596
- Release 3.0.4b by @Myddleware in #599
- Release 3.0.5a by @Myddleware in #608
- Release 3.0.5a by @Myddleware in #609
New Contributors
- @ychakroun made their first contribution in #397
Full Changelog: v2.5.5...v3.0.5
-
Bugfix :
Add transaction on method generateDocuments
No search executed if no search parameter set
Never send tagerçid for the create function
CheckBeforeDelete didn't work when there was several document without all in error
Fix the URL of the task when the user run an action from the document list view
Fix button ON/OFF on rule list
Fix SQL error, when you click on the + sign in the rule creation
Visual bug: when double clicking a field on the field mapping, the placeholder is replaced with a grey background and the arrow is loading indefinetely on hover
Fix Error chart : number not diplayed properly when > 1000 - #586
Deleted document not filtered for create only rule
Display edit for: Display error, the dates overlap #602
Rerun action : Fix issue when a status is redefined
A new record is created when a data deleted by Myddleware is restored into the source application
Resize container for big screens on install requirements page
Adjust menu position, especially for larger screens
Bugfix: attempt to setup docker configuration to operational, not working yet, still some issues with nginx and php-fpm
Remove unused files
Git ignore old files
Fix bug on data history before sending data
Remove a declaration of changeMultiValue function -
Enhancement :
Add formula function : changeMultiValue
DocumentMangaer : add document type when the history is read
Deletion document type : change the query to detect if the record can be deleted or not
Formula changeValue function : add parameter to return null if no value found otherwise, the formula returns an exception
Massaction don't stop anymore when en arror happens
Upgrade : manage composer install command if php isn't the default php version
Upgrade symfony 4.4.18 (#606)
Update vendors & stop tracking unnecessary files
Upgrade node_modules
Change Myddleware version
Update vendors & Myddleware version 3.0.2
Add the possibility to change the user's timezone (+ automatically change the times in the documents and tasks according to the user's timezone (#607)
Change version to 3.0.5a
Rollback upgrade command on composer install -
Connector :
-
SugarCRM : manage deletion
-
PostgrSQL new connector
-
Database : get SQL exceptions