AtroPIM

1.13.6

From: 2024-04-30

  • Added ability to add calssifications that have this attribute as relation pannel

1.13.5

From: 2024-04-25

  • Added ability to set NULL value for attributes and fields of type boolean
  • Fixed minor visual bug with attributes
  • Fixed minor bug with multilingual fields of list options
  • The multilingual option for the attribute of type File has been removed

1.13.3

From: 2024-04-23

  • Updated standard label for RRP

1.13.2

From: 2024-04-15

  • 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 minor bug in filters
  • Fixed minor bur with error message appeared when adding existing attribute to classification

1.13.0

From: 2024-03-29

ATTENTION! Major changes! Backward compatibility is not respected!

  • Adapt to Core 1.10.0. Please, see release notes of Core for details

1.12.11

From: 2024-04-26

  • Fixed minor bug

1.12.10

From: 2024-04-24

  • Fixed minor bug with product creation

1.12.9

From: 2024-04-05

  • Fixed bug with deleting attributes while editing
  • Fixed bug with filtering by the field or attribute of array type

1.12.8

From: 2024-04-03

  • Fixed minor bug with configurator fields
  • Improved language filters in entities

1.12.7

From: 2024-04-01

  • Fixed a bug with adding catalogs to categories

1.12.6

From: 2024-04-01

  • Fixed minor bug

1.12.5

From: 2024-03-25

  • Added record comparison between different instances
  • Added option to make only single classification selectable
  • Fixed bug with category hierarchy

1.12.4

From: 2024-03-15

  • 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 in attribute inheritance

1.12.3

From: 2024-03-12

  • Fixed bug with adding new List Option to the List from Attribute entity

1.12.2

From: 2024-03-07

  • Fixed bug with unability to add channel specific attribute value by mass update
  • Fixed bug with PDF file generating
  • Fixed minor bug in access for roles

1.12.1

From: 2024-03-06

  • Added validation for unlinking the list option from the list

1.12.0

From: 2024-02-27

  • The Dam module is now part of the Сore
  • Code of list option should be unique. "-duplicated(number)" was added to existing option codes that are duplicated (or have a null value)

1.11.26

From: 2024-02-26

  • Channel for PAV is changeable now. Field "Scope" was removed from all entities. If no channel is selected, the attribute is assumed to be global

1.11.25

From: 2024-02-20

  • 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
  • Added filter "Linked Channels" on product page. When it is selected, the product page displays global attributes and channel specific attributes of only the channels to which the product is linked

1.11.23

From: 2024-02-20

  • Removed Main image filter from product page

1.11.22

From: 2024-02-20

  • Fixed minor bug in filters

1.11.20

From: 2024-02-15

  • Adapted for module Inventory

1.11.19

From: 2024-02-13

  • Fixed bug in global search

1.11.17

From: 2024-02-06

  • Added checkbox "Dropdown" to Extensible Enum and Multi-enum

1.11.15

From: 2024-02-02

  • Fixed bug with inheritance of variant-specific checkbox

1.11.14

From: 2024-01-31

  • Fixed minor bug with incorrect display of attribute names in the AtroCore platform

1.11.13

From: 2024-01-30

  • Fixed minor bug in attribute relation panel editor

1.11.12

From: 2024-01-22

  • Static lists are nor exist now. For dynamic lists it is possible to create system lists and list options
  • 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
  • Fixed bug with classification tree

1.11.11

From: 2024-01-19

  • Fixed minor bug when creating an attribute of type Link-Multiple

1.11.10

From: 2024-01-18

  • Fixed bug with displaying attributes in attribute tabs
  • Added validation when deleting Measure, Units, ExtensibleEnum, ExtensibleEnumOption

1.11.9

From: 2024-01-18

  • Fixed minor bug in products

1.11.8

From: 2024-01-16

  • Fixed minor bug in products
  • Fixed minor with attribute import feed

1.11.7

From: 2024-01-16

  • Fixed bug with displaying attributes on classification page

1.11.3

From: 2024-01-08

  • Converted Currency Data type to float with measure units
  • Fixed bug with associations

1.11.2

From: 2024-01-03

  • Updated import to Attribute Value entity
  • Increased the performance of attribute value panel

1.11.1

From: 2023-12-19

  • Relationship type of entity was removed, existing relationship entities became Relation
  • Fixed bug with inability to restore deleted categories

1.11.0

From: 2023-12-15

  • Portals functionality has been removed

1.10.20

From: 2023-12-12

  • Fixed bug with stream change log
  • Fixed bug with text filters for products
  • Added attribute data type "Multi-value Link"

1.10.18

From: 2023-12-11

  • Fixed bug with filters in Product entity

1.10.16

From: 2023-12-01

  • Added button for setting the main category
  • Improved import performance

1.10.15

From: 2023-11-29

  • Fixed bug with attribute inheritance
  • Fixed bug with filtering products

1.10.14

From: 2023-11-29

  • Added optimization to import
  • Added ability to set button like "set main Category" for main Category

1.10.8

From: 2023-11-23

  • Major change! In new version of Core we add Relation Entity Type. All ManyToMany relations now has there own entity. It is helps in export and import. Accoding to this changes we have changed relations beetween Product and Channel, Product and Asset, Category and Asset. Now they are ManyToMany. For those who use API it can be a problem because Product/111/productAssets does not exists anymore. Use Product/111/assets instead. All additional fields in Relation Entities has a special mask. For Example in response for Product/111/assets you will get collection of {id: 'asset-id', name: 'Asset name', ..., ProductAssetid: 'product_asset_id', ProductAssetisMainImage: true}. The mask is RelationEntityName__RelationEntityField.

1.10.3

From: 2023-11-08

  • Increased import performance
  • Fixed bug in mass update of attribute

1.10.0

From: 2023-10-26

  • Added PostgreSQL support
  • Added ability to choose measure units for attributes of type string
  • Fixed bug with decimal mark for attributes of type float

1.9.61

From: 2023-10-17

  • Fixed bug with access level to attribute tabs
  • Added option to change the type from list to multi-select list

1.9.60

From: 2023-10-12

  • Added counter for linked entities

1.9.59

From: 2023-10-11

  • Added ability to save PDFs as fields of type Attachments

1.9.58

From: 2023-10-03

  • Fixed bug with mass translate action
  • Updated categories to not interfere with channels

1.9.56

From: 2023-10-02

  • Fixed bug with amount of decimal digits for attributes

1.9.55

From: 2023-09-29

  • Fixed bug with attribute inheritance

1.9.54

From: 2023-09-28

  • Fixed bug with italic font for inherited attributes

1.9.52

From: 2023-09-20

  • Added inheritance for relationship entities
  • Added download button for assets on product detail page
  • Fixed bug with units filtering

1.9.51

From: 2023-09-20

  • Fixed bug with adding classification to the product
  • Fixed bug with product editing

1.9.50

From: 2023-09-20

  • Fixed bug with product status labels on the Dashboard

1.9.49

From: 2023-09-19

  • Fixed bug with creating packaging

1.9.48

From: 2023-09-18

  • Fixed bug with field "Modified by"

1.9.47

From: 2023-09-14

  • Fixed bug with restoring attribute values from stream

1.9.46

From: 2023-09-13

  • Fixed bug with no notification about change on product page

1.9.45

From: 2023-09-12

  • Fixed bug with attribute saving

1.9.44

From: 2023-09-12

  • Fixed bug with changing history

1.9.43

From: 2023-09-07

  • Added new link datatype for attributes
  • Implemented extended ModifiedAt filter for product entity

1.9.41

From: 2023-08-31

  • Fixed bug with max length of attribute value

1.9.40

From: 2023-08-30

  • Added category upates to mass update action in products
  • Fixed bug where list options could not be refreshed

1.9.36

From: 2023-08-28

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

1.9.35

From: 2023-08-22

  • Add min and max acceptable values for float and integer attributes
  • Fixed bug with Classifications
  • Fixed bug with attribute translation

1.9.33

From: 2023-08-17

  • Fixed a bug when backward association was not shown in import feed

1.9.32

From: 2023-08-17

Fixed bug with attribute value unit filtering

1.9.28

From: 2023-08-15

  • Fixed critical bugs

1.9.24

From: 2023-08-03

  • Added possibility to set default attribute values for Classification Attributes

1.9.21

From: 2023-08-01

  • Refactored relationship entities

1.9.20

From: 2023-07-28

  • Renamed "Mass Upload" button to "Upload" in product because of its ability to upload any number of assets
  • Fixed assets inheritance
  • Fixed "Add relation" function to products

1.9.19

From: 2023-07-25

  • Added support for attribute value translations on mass update
  • Added ability to add assets to different channels