AtroCore

1.10.6

From: 2024-04-25

  • Added Lists to admin panel
  • Added ability to unlink all files from storage. Physical files are still stored
  • Added ability to set NULL value for attributes and fields of type boolean
  • Refactored mechanism for reuploading files
  • Fixed bug with hierarchy tree displaying
  • Fixed bug with displaying counter in case of updating (deleting) large amount of records
  • Fixed minor visual bug for mobile
  • Fixed minor visual bug with attributes
  • Fixed minor bug with multilingual fields of list options
  • Fixed minor visual bug with attribute tabs

1.10.4

From: 2024-04-23

  • Fixed minor bug in navigation menu in mobile
  • Fixed bug in navigation menu buttons
  • Fixed bug with empty value for fields of type string
  • Added display for link fields as a static list

1.10.3

From: 2024-04-17

  • Added ability to save custom filters for dashboards
  • Any language can be selected for the Language fields
  • For fields and attributes of the string type added "Disable Null Value" checkbox. If the value of an attribute (field) is not specified, it is considered as Null and is displayed in the view mode with the placeholder "Null". To set an empty value for an attribute or field from UI, user needs to write a space in the field (in edit mode placeholder Null changes to None). If an empty value is set for an attribute (field) of type string, nothing is displayed in the view mode. In the view mode space is displayed as ⎵.
  • Fixed bug with closing list option panel
  • Fixed bug with editing record in edit mode

1.10.1

From: 2024-04-16

  • Fixed minor bug with pannels

1.10.0

From: 2024-03-19

ATTENTION! Major changes! Backward compatibility is not respected!

  • Deep refactoring of the mechanisms for working with files was carried out. Entities Asset, Attachment, AssetType, AssetCategory, Library have been removed. These API endpoint were removed too. Entities File, FileType, Folder, Storage have been added instead. Data was migrated into new entities. Also relationship entities such as ProductAsset has been changed to ProductFile (CategoryAsset -> CategoryFile, etc).
  • AtroCore provided the opportunity to use several Storages. Such as a local file system, Microsoft Share Point, Google drive and so on.
  • Implemented File First concept.
  • Added ability to scan(index) storages on the server for the system to display them in the interfaces php index.php storages --scan or php index.php storage <STORAGE ID> --scan.
  • Added ability to upload a file via URL.
  • Added default file types.
  • Changed file presentation. It has become more informative.
  • Added ability to reupload file.
  • Implemented unified upload modal form.
  • Xattr is recommended for installation.

1.9.22

From: 2024-04-25

  • Fixed bug with hierarchy tree displaying

1.9.21

From: 2024-04-24

  • Fixed bug in navigation menu buttons

1.9.20

From: 2024-04-18

  • Fixed bug with closing list option panel
  • Fixed bug with editing record in edit mode

1.9.19

From: 2024-04-17

  • Fixed minor bug

1.9.18

From: 2024-04-16

  • Fixed minor bug with pannels

1.9.17

From: 2024-04-09

  • Mass update (delete) job is now split into several sub-jobs of 2000 records each if the number of records to be updated exceeds 400
  • Simplified the layout configuration for related panels: added the icon to close each panel from record page (the panel will be closed only for current user), in the layouts manager added the ability to define, whether the panel is shown per default or not by the checkbox "hidden per default".
  • Default value of the field is now set when you click on it in case if it is empty
  • Fixed bug with filter

1.9.15

From: 2024-04-05

  • Fixed minor bug with login options
  • Fixed minor bug with scripts

1.9.14

From: 2024-04-05

  • The response time for hierarchical entities has been decreased due to the fact that the tree in the left pane is not loaded every time you switch between records if it is hidden
  • Fixed minor bug in "followed" filter

1.9.13

From: 2024-04-03

  • Improvements for multilingual label translations
  • Improved language filters in entities
  • Added "+" button for convenient creation of records in the fields of type link and linkMultiple
  • Fixed minor bug in stream

1.9.12

From: 2024-04-02

  • Added new preconfigured entity "Order Confirmation"
  • Added new preconfigured entity "Prospect"

1.9.11

From: 2024-04-01

  • Fixed bug with displaying deleted records in the linked entities
  • Fixed minor bug
  • Fixed bug with sorting category trees by drag & drop

1.9.10

From: 2024-03-25

  • Added extensibleEnum type to dynamic logic
  • Added record comparison between different instances. The functionality is available with the Connector module.
  • Fixed bug with adding Currency when installing the environment
  • Fixed bug with category hierarchy

1.9.9

From: 2024-03-19

  • Fixed minor bug with opening attachments in the stream
  • The cron job will not be performed if the schedulled job is deleted or deactivated
  • Integrated translations to Polish
  • Added numeration to Accounts

1.9.8

From: 2024-03-18

  • Increased the performance of the hierarchical entity list output by removing fields "isRoot" and "hasChildren" from the response to record collection request. Now these fields are calculated only when requested
  • Fixed bug with importing attributes of type list to Attribute Value entity

1.9.7

From: 2024-03-15

  • Fix bug in migration mechanism

1.9.6

From: 2024-03-13

  • Fixed a bug in asset import
  • Fixed bug with Unique List Options checkbox for Lists
  • Added ability to copy Sales as Invoice, Credit Note, Delivery and Sale Return

1.9.5

From: 2024-03-12

  • Fixed bug error 500 on Asset update

1.9.4

From: 2024-03-07

  • Added ability to set permissions for ProductHierarchy
  • Fixed minor bug in category selection
  • Fixed minor bug in access for roles

1.9.3

From: 2024-03-05

  • Added validation for unlinking the list option from the list
  • Fixed bug with default value field in layouts
  • Fixed bug with list option code
  • Fixed bug with actions menu

1.9.1

From: 2024-02-27

API changes:

Relationship between ExtensibleEnumOption and ExtensibleEnum has been changed from many-to-one to many-to-many. As a result, the following parameter changes for ExtensibleEnumOption entity took place: "extensibleEnumsId" was changed to "extensibleEnumsIds": { "type": "array" } "extensibleEnumsName" was changed to "extensibleEnumsNames": { "type": "object" }

General changes:

  • List option code is unique now if it is define
  • The DAM module is now included into Core
  • Fixed bug with classifications
  • Fixed bug with creating list option from the entity.

1.8.41

From: 2024-02-27

  • Fixed minor bug when default price is taken from the Recurring Price the Currency is not filled too

1.8.40

From: 2024-02-26

  • Fixed minor bug when field label is not renamed

1.8.39

From: 2024-02-21

  • The Action to export selected records is now provided out of the box
  • Added ability to set unit as default from the Measure entity. After the action is applied, the selected unit will become the default for all fields and attributes that use this measure
  • Added relation many-to-many between Classification Attribute and List Option entities. This allows to choose options for an attribute that can only be used in a particular classification

1.8.38

From: 2024-02-20

  • Added ability to set default value for currency at once for all fields and attributes
  • Fixed bug with Unique checkbox for fields (duplicated records are not deleted now)
  • Added ability to configure dynamic logic for attribute tabs

1.8.36

From: 2024-02-15

  • Added minor improvements in module Inventory

1.8.35

From: 2024-02-15

  • Fixed minor bug in parent display

1.8.34

From: 2024-02-14

  • Fixed minor bug in name display whe creating multilingual list option
  • Added new data type Measure
  • Added simple text field for connection parameters

1.8.33

From: 2024-02-09

  • Dynamic Logic is now configured in a separate entity "UI Handlers". Actions of the types Required, Visible and Read-only can be applied to multiple fields at once, as well as to panels
  • Fixed bug with uploading assets

1.8.31

From: 2024-02-08

  • Fixed minor bug with automatic update

1.8.30

From: 2024-02-06

  • Added ability to activate/deactivate records
  • Added checkbox "Dropdown" to Extensible Enum and Multi-enum

1.8.27

From: 2024-02-06

  • Fixed bug with currency displaying

1.8.25

From: 2024-02-02

  • Added date change for assets update change date on products

1.8.24

From: 2024-02-01

  • Fixed a bug with empty attribue export

1.8.22

From: 2024-01-31

  • Fixed minor bug with classifications display
  • Fixed minor bug with entities display

1.8.20

From: 2024-01-30

  • Fixed minor bug with importing user entity records

1.8.17

From: 2024-01-29

  • Fixed bug with default value of list type field

1.8.16

From: 2024-01-26

  • Fixed Naming/Calculation for Sales
  • Added new connection type Atrocore

1.8.15

From: 2024-01-19

  • Static lists are nor exist now. For dynamic lists it is possible to create system lists and list options
  • Currency now is a system measure. It appears automatically after system update (four currencies are available by default).
  • Added active checkbox for units
  • It is possible to add Authorization token from UI
  • Updated duplicate action: Entity fields and one-to-many relationships are cloned automatically. For links many-to-one and many-to-many it is possible to choose which relations should be cloned in the entity settings

1.8.12

From: 2024-01-16

  • Updated action type export
  • Added validation for deleting measure, units, list, list options
  • Fixed bug with logs not shown
  • Fixed bug with locale saving
  • Fixed bug with classifications

1.8.10

From: 2024-01-15

  • Added further support to adresses
  • Fixed minor bug with showing currency

1.8.8

From: 2024-01-10

  • The Action now is a separate entity in the Core
  • Fixed bugs with product tree
  • Fixed bug in user activity stream
  • Set Name for adress as optional per default

1.8.7

From: 2024-01-08

  • Converted Currency Data type to float with measure units
  • Fixed bug with default unit in import feed configurator
  • Added improvements for ERP

1.8.5

From: 2024-01-03

  • Added inheritance for entity of type Relation
  • Added possibility to disable hierarchy of entity
  • Fixed bug with classifications

1.8.4

From: 2023-12-30

  • CRITICAL bug has been fixed

1.8.2

From: 2023-12-19

  • Relationship type of entity was removed, existing relationship entities became Relation
  • Fixed bug with dashboard
  • Fixed bug with price profile editing
  • Added checkbox "Apply only of required" for default values of fields

1.8.1

From: 2023-12-19

  • Created system jobs for deleting old import and export jobs, logs, attachments, etc.

1.8.0

From: 2023-12-15

  • Portals functionality has been removed

1.7.37

From: 2023-12-14

  • Added ability to pause queue manager to be able to delete records until they start running
  • Fixed bug with filter Deleted

1.7.34

From: 2023-12-14

  • CRITICAL bug has been fixed

1.7.33

From: 2023-12-12

  • Fixed bug with autosuggestions for relations

1.7.32

From: 2023-12-12

  • Fixed bug with no recently added list options shown
  • Added twig function to convert Asset Images to Base64

1.7.31

From: 2023-12-11

  • Added ability for Queue Manager to proceed more than 1 item per second

1.7.24

From: 2023-12-05

  • Fixed bug with creating queue items with same sorting
  • Added ability to add field name in scope for fields that has same labels in Layout Manager
  • Added ChatGPT action

1.7.22

From: 2023-12-01

  • Fixed bug with adding roles to user
  • Fixed bug with tooltips
  • Improved import performance

1.7.21

From: 2023-11-29

  • Fixed bug with roles
  • Fixed bug with tooltips
  • Made filter and search case-insensitiv (relevant for PostrgeSQL)
  • Fixed bug with marking for no relation option in import feed

1.7.20

From: 2023-11-29

  • Fixed bug with adding a team or role for a user
  • Added ability to set button like "set main Category" for main Category
  • Fixed bug with completeness
  • Added optimization to import

1.7.18

From: 2023-11-28

  • Fixed bug with deleting a product

1.7.17

From: 2023-11-28

  • Fixed bug 500 in product creating

1.7.16

From: 2023-11-28

  • Fixed bug in filter fields

1.7.15

From: 2023-11-27

  • Fixed bug in ORM Mapper

1.7.14

From: 2023-11-23

  • Major change! All manyToMany relations now has there own entities as Entity Type Relations. It is helps to do export or import

1.7.13

From: 2023-11-24

  • Fixed bug in Cron Manager

1.7.7

From: 2023-11-14

  • Increased import performance
  • Removed unnecessary queries in Core

1.7.6

From: 2023-11-10

  • Fixed bug with product tree

1.7.5

From: 2023-11-08

  • Fixed bug with product attriute value pannel
  • Added support for database export

1.7.4

From: 2023-11-08

  • Fixed bug with filters

1.7.2

From: 2023-11-06

  • Fixed bug with option Delete Forever
  • Fixed minor bug in Layouts
  • Fixed bug in Connections

1.7.0

From: 2023-10-23

  • Added PostgreSQL support
  • Added mass update action to Queue Manager
  • Added ability to choose measure units for attributes of type string

1.6.59

From: 2023-10-27

  • Fixed bug with merging export feeds
  • Added support for oauth 1.0a connection

1.6.58

From: 2023-10-25

  • Added multilingualism for fields and attributes of type script

1.6.57

From: 2023-10-23

  • Fixed bug with bad server response when deleting category
  • Added synchronization for OTTO Marketplace API

1.6.56

From: 2023-10-16

  • Added ability to set variables in the filter
  • Fixed bug with dashboard page

1.6.55

From: 2023-10-12

  • Added ability to restore deleted records
  • Fixed bug with filter
  • Added counter for related panels

1.6.53

From: 2023-10-09

  • Fixed bug with translation of required fields
  • Fixed bug with creating a new entity field
  • Removed the option to automatically change the username when changing the e-mail address
  • Fixed bud with scheduled jobs editing
  • Changed ordering of options for fields and attributes of type list

1.6.52

From: 2023-10-06

  • Fixed bug with Dynamic Logic panel
  • Fixed bug with saving attachments in Discussions

1.6.51

From: 2023-10-03

  • Refactored import of PAV from Product entity
  • Fixed bug in mass translation option

1.6.49

From: 2023-09-29

  • Fixed bug with product asset inheritance

1.6.47

From: 2023-09-20

  • Added inheritance for relationship entities

1.6.45

From: 2023-09-13

  • Fixed CRITICAL bug

1.6.44

From: 2023-09-13

  • Created "Execute now" in scheduled jobs
  • Fixed bug in the change history for list-type attributes
  • Set mainLanguage as only reguired language
  • Fixed bug with no notification about change on product page

1.6.39

From: 2023-09-12

  • Bug with deleting attributes has been fixed

1.6.37

From: 2023-09-05

  • Refactored old code
  • Added new priorities to connector
  • Fixed bug with attribute editing

1.6.35

From: 2023-08-31

  • Added minor improvements

1.6.34

From: 2023-08-29

  • Added purchase info to Module Manager

1.6.33

From: 2023-08-28

  • Fixed bug with list label
  • Fixed bug with name while creating

1.6.30

From: 2023-08-21

  • Fixed bug with Import/Export feed duplication
  • Fixed bug with notifications
  • Fixed bug with fields creating
  • Fixed bug with tooltips
  • Add ability to set thousand separator empty

1.6.26

From: 2023-08-17

  • Fixed minor bug

1.6.25

From: 2023-08-17

  • Fixed a bug when notifications for classification attributes reffered to attributes as "NULL"

1.6.22

From: 2023-08-08

  • Added ability to enable index (db index) for field
  • Added ability to download file for favicon in JPG, PNG or SVG format

1.6.19

From: 2023-08-01

  • Refactored relationship entities
  • Fixed bug with exporting to ZIP archive

1.6.18

From: 2023-07-28

  • Added ability to add config variables
  • Moved Create Button in list small on top
  • Updated asset selection functionality

1.6.17

From: 2023-07-25

  • Unified twig functionality
  • Added enable/disable options for text fields

1.6.14

From: 2023-07-13

  • Fixed minor bug in stream displaying