Advanced Content Manager for Magento 2

Changelog Advanced Content Manager 2

Version 100.4.96

Released the 2024-02-01

  • Fix saving issue on repeater field, blocking the ability to remove all repeated contents on non default store, if repeated contents on default store is not empty.
  • Feature Add label to repeater field.

Version 100.4.95

Released the 2024-01-25

  • Fix saving issue on custom field using ui_select component with empty field was not deleting the value after save.

Version 100.4.94

Released the 2024-01-22

  • Fix Do not throw error "call to a function getContentType on null" in class "Block/ContentList" occuring when no 'content_list' has been set to block data or registry.

Version 100.4.93

Released the 2024-01-19

  • Fix Save Data to repeater content on the good store, not "1" when it should be saved for default store 0.
  • Fix Preview Button was not working when admin url was different from default store url.

Version 100.4.92

Released the 2024-01-11

  • Fix Do not throw error "call to a function getContentType on null" in class "Block/Content/Widget/View" occuring when no 'content_id' has been set to block data.

Version 100.4.91

Released the 2023-12-12

  • Feat Adding back multiple fields in checkbox field.
  • Change Replace the ui component selector grid for contentlist field with ui_select previously used only in repeater fields.
  • Fix Improve default value fallback, for content fields where a value does not exist with store_id=0 but a default value exists in a custom field configuration.
  • Fix Display error with content field values not showing in the form when the content type filter defined in the custom field was equal to null.

Version 100.4.90

Released the 2023-11-29

  • Fix correct argument type in di.xml

Version 100.4.89

Released the 2023-11-28

  • Fix "bad initialisation" of the value of relation fields used in a repeater field in the content edit form.
  • Fix image resizing errors when the image is badly encoded resulting in a magento framework error during resize and breaking the content edit grid.

Version 100.4.88

Released the 2023-11-08

  • Fix compatibility issue with php lower than 8.0.

Version 100.4.86

Released the 2023-09-19

  • Feature adding compatibility with elasticsearch 8.

Version 100.4.85

Released the 2023-09-04

  • Feature canonical url on homepage.
  • Fix checkbox appearance.
  • Fix checkbox functionality.

Version 100.4.83

Released the 2023-06-29

  • Fix query if multiple stores in flags query.
  • Fix form compatibility with other extensions for versions higher than 2.3.0.

Version 100.4.82

Released the 2023-06-23

  • Fix null values on checkbox template.

Version 100.4.81

Released the 2023-05-02

  • Fix Call to undefined method "addAttributeToSelect" in Blackbird/ContentManager/Model/Content.php:943 on some page with magento 2.4.6.

Version 100.4.80

Released the 2023-03-06

  • Fix Allow translation per repeater fields contents

Version 100.4.79

Released the 2023-03-02

  • Compatibility with php 8.2.

Version 100.4.78

Released the 2023-02-15

  • Fix Errors during reindex if search indexer is not supported by ACM.
  • Fix Type Error occurred when creating object: Blackbird\ContentManager\Model\Indexer\IndexerHandler
  • Changes Remove search results from search page if indexer is not supported.

Version 100.4.77

Released the 2023-01-16

  • Fix Image and Files were not correctly moved after repeater fields reordering.
  • Fix Error on saving a new store view when catalog flat tables were enabled.

Version 100.4.76

Released the 2023-01-16

  • Fix Compatibility with repeater fields created before version 100.4.47, saving data to "all store" scope was erasing all other scope data.
  • Fix Identifiers length greater than 25 for fields in contenttype edition form was blocking the save.

Version 100.4.75

Released the 2023-01-06

  • New adding the ability to reorder the repeater fields in the content edit form.
  • Fix change the format of blackbird_contenttype_entity_datetime value field from timestamp to datetime in order to allow the save of datetime before 1970.
  • Fix Deprecated Functionality: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/www/html/app/code/Blackbird/ContentManager/Model/Content/Copier.php on line 147

Version 100.4.74

Released the 2022-12-28

  • Fix Image field error when trying to create new Content

Version 100.4.73

Released the 2022-12-23

  • Fix url rewrite were sometimes created with empty url_key, overriding the store homepage url. It happens sometimes with repeater fields.

Version 100.4.72

Released the 2022-12-16

  • Frontpanel adding inline buttons compatibility with content and contentlists.
  • Fix Compatibility with repeater fields created before version 100.4.47 to avoid modifying global scope values instead of specific store values.
  • Fix Save error on contents with image and file in repeater fields.
  • Fix Image associated fields were not correctly retrieved in admin when used in a repeater field.
  • Changes Date field is now rendered in frontend with the default UTC timezone to avoid differences between back and front rendering.
  • Features Adding config to change the year range available in the admin datepicker.

Version 100.4.71

Released the 2022-11-28

  • Removed for Magento issue : MDVA-44887 'Uncaught SyntaxError: Unexpected token const' error in Admin panel, remove the collapsable component from acm.

Version 100.4.70

Released the 2022-11-22

  • Fix issue with replacement patterns where you have to save multiple times a content to get the good values.
  • Fix issue where default values were not loaded during the creation of a new content.

Version 100.4.69

Released the 2022-11-21

  • Fix elasticsearch issues where old versions of indexes were not correctly removed.

Version 100.4.68

Released the 2022-11-09

  • Fix issues in ui_select components (content, content_list, product, rules, customer) in content form edition with repeater fields.
    • Saved ids were not always displayed on page's load.
    • Scrolling was limited to the first 100 elements.
    • The number of results was always displayed as "0".
    • Some entries were duplicated.

Version 100.4.67

Released the 2022-11-08

  • Fix some cases were patches Setup/Patch/Data/InstallFix and Setup/Patch/Data/CheckAndAddContentImport were not correctly installed.

Version 100.4.66

Released the 2022-10-13

  • Changes added the ability to add access the contentmanager media folder from the gallery.
  • Fix compatibility issue with other extensions was breaking the style of the contenttype and repeater fields edit forms.

Version 100.4.65

Released the 2022-09-16

  • Changes graphql query for fetching related products is now fetching all product without filtering by catalog visibility.

Version 100.4.64

Released the 2022-09-15

  • Added graphql queries to get additional information on Content Attribute depending on the customfield type. Allow to extend the graph ql to get any custom information depending on a specific custom type or identifier. Fetching related products has been added.

Version 100.4.63

Released the 2022-07-25

  • Fix wrong code syntax for some commented html in file : Blackbird/ContentManager/view/adminhtml/templates/contenttype/edit/tab/fields/type/file.phtml.
  • Fix "use default" checkbox was creating empty entries in url_rewrite table.

Version 100.4.62

Released the 2022-07-07

  • Added Frontpanel compatibility with the edit shortcut.

Version 100.4.61

Released the 2022-07-04

  • Fix Errors from 100.4.60 in the new content creation form.
  • Fix Errors in default template to display fields with a null value.

Version 100.4.60

Released the 2022-06-23

  • Fix Use default checkbox is now working properly in content edit form.
  • Fix Compatibility with repeater fields created before version 100.4.47 to avoid modifying global scope values instead of specific store values.
  • Changes Adding a "all" value to "status" filter of related content selector grid widget.

Version 100.4.59

Released the 2022-06-13

  • Fix Remove a slash in the crop path for image fields with the crop tool to allow compatibility with cdn.

Version 100.4.58

Released the 2022-06-13

  • Changes Compatibility fix for image fields that were using the disabled crop tool. Render the cropped image if exists, or the non cropped image for new added image. When adding image, duplicate the image to the cropped path to allow compatibility with cdn.
  • Added new default image extension "svg,webp,avif" to the image field.

Version 100.4.57

Released the 2022-06-08

  • Fix Compatibility fix for image fields that were using the disabled crop tool. Render the cropped image if exists, or the non cropped image for new added image. When adding image, delete the existing cropped one to allow modifications.

Version 100.4.56

Released the 2022-06-06

  • Changes Adding protection to avoid deleting media directory if an image name is empty.
  • Changes Loading repeater contents with scope "store" for compatibility with contents saved with older versions < 100.4.47 .

Version 100.4.55

Released the 2022-06-06

  • Fix ERR_CONNECTION_CLOSED after saving area field content with over 6000 bytes.

Version 100.4.54

Released the 2022-05-20

  • Fix install on new instances.

Version 100.4.53

Released the 2022-05-20

  • New Adding the ability to access contenttype information in content replacement pattern ex : {{content_type.identifier|plain}}.
  • Improved defining a default value for "contenttype identifier value", avoid import-export issue if not managed.
  • Fix Compatibility with php 8.1 and array_replace for applying patterns.
  • Fix : Errors on editing content with category relation field.

Version 100.4.52

Released the 2022-05-17

  • Fix install compatibility between new versions > 100.4.42 and old versions below.
  • Fix attribute "import_identifier" never installed in version between 100.4.42 and 100.4.51.
  • Fix : contenttype default identifier value and name sizes are increased from 10 to 255 chars.

Version 100.4.51

Released the 2022-05-10

  • Fix install for magento enterprise edition, "Reference column block_id in reference table cms_block do not have index".

Version 100.4.50

Released the 2022-05-09

  • Fix install when module is installed on a fresh magento project.

Version 100.4.49

Released the 2022-04-29

  • Fix Contents from content relation fields where not filtered by selected contenttype in repeater field.
  • Fix di:compile for magento marketplace with class Blackbird\ContentManager\Block\Adminhtml\Content\Edit\Tab\Form\Type\AbstractType.

Version 100.4.48

Released the 2022-04-29

  • Changes Remove the usage of global $_FILES constant for publication on Magento marketplace.
  • Fix Search fields in repeater fields are now hidden because repeater contenttypes do not have search features.

Version 100.4.47

Released the 2022-04-27

  • Changes : Refactoring the content edit form with ui_component form. For pagebuilder compatibility fix, to reduce technical debt, to add new custom field types using ui components in the future.
  • Changes : Adding the possibility for area to chose between wysiwyg and pagebuilder editor.
  • Temporary Removed : Ability to use the crop tool and the mapping tool on image field.
  • Added : Adding the ability to use image from gallery.
  • Added : Requirement to blackbird/extensions-core.
  • Fix : Associated Repeater contents are now deleted when deleting parent content.
  • Fix : Associated files and images from content are now deleted when deleting content.
  • Fix : Other little fixes for compatibility with php 8.1 .

Version 100.4.46

Released the 2022-04-22

  • Fix : Column row_id not always in table cms_block table, created a setup patch to check column name and adapt the index.

Version 100.4.45

Released the 2022-04-14

  • Fix : Replaced reference table in db_schema to row_id instead of block_id

Version 100.4.44

Released the 2022-03-31

  • Fix : Replaced each function (deprecated) in AbstractResource file

Version 100.4.43

Released the 2022-03-31

  • Fix : Removed restricted Class in Model files.
  • Fix : Added Classes in __constructor.

Version 100.4.42

Released the 2022-03-30

  • Improvement : Migrated Install/Upgrade scripts (obsolete) to declarative schema.

Version 100.4.41

Released the 2022-03-18

  • Fix : Fix error when generating url of a content with replacement patterns on first save.

Version 100.4.40

Released the 2022-01-04

  • Feature : Graphql : Linked values of an image content field can be retrieved (img_url, img_title, img_alt, mapping_tool).

Version 100.4.39

Released the 2021-11-29

  • Fix : Content columns with attribute "show_in_grid = 1" are now correctly sortable.

Version 100.4.38

Released the 2021-11-29

  • Fix Graphql : The "store_id" of a content is now correctly retrieved.

Version 100.4.37

Released the 2021-11-19

  • Remove the preview Button if the content is used only as a data storage and do not have any url key.

Version 100.4.36

Released the 2021-11-18

  • Fix setup:di:compile error for Magento version < 2.4.3

Version 100.4.35

Released the 2021-11-15

  • Update config message for Page Builder Compatibility with Magento Open Source

Version 100.4.34

Released the 2021-11-10

  • Adding PageBuilder compatibility for Magento Open Source >= 2.4.3

Version 100.4.33

Released the 2021-10-27

  • Adding GraphQl compatibility with "route" query with Magento 2.4.3.
  • Adding the ct_id for "urlResolver" Query with Magento < 2.4.3.

Version 100.4.32

Released the 2021-10-21

  • Fix error when filtering a content_type with "multiple" field using the operators "contains, not contains, is one of, is not one of" on a content list showing rules.

Version 100.4.31

Released the 2021-10-18

  • Adding csp whitelist to bird tracker

Version 100.4.30

Released the 2021-10-06

  • Adding two new relation fields "catalog_rules" and "sales_rules"
  • Fixing graphql error on urlResolver request for a blackbird content or contentlist.

Version 100.4.29

Released the 2021-09-22

  • Fixing find_in_set condifiton

Version 100.4.28

Released the 2021-09-22

  • Fixing php 8 escape error

Version 100.4.27

Released the 2021-09-21

  • Fixing PageBuilder error with product widget

Version 100.4.26

Released the 2021-05-14

  • Adding GraphQL API access
  • Fixed SQL error on content duplication with repeater fields.

Version 100.4.25

Released the 2021-04-13

  • Adding two new custom fields types "CMS Blocks and Widgets".
  • Contents types are now ordered alphabetically in the magento admin menu.
  • Change on product grid, the "validate button" is now reloading the grid to apply the changes between searches.
  • Fixed error that was blocking save when file field was required but a file has already been saved. Were forced to upload the file on each save.

Version 100.4.24

Released the 2021-03-16

  • Fixed error on saving a content from a content type that is just data.

Version 100.4.23

Released the 2021-03-15

  • Fixed : search results with elasticsearch were not correctly retrieved

Version 100.4.22

Released the 2021-03-09

  • Fixed commpatibility errors with Firefox making the extension unable to use.
  • Fixed error : when saving content with existing url key for store make the user lose all the information of the content and create a blank entry.
  • Fixed error : blank entries where created on import if url key already exists.
  • Fixed error : csv file containing import result was not sent.
  • Fixed error : when exporting contents, a row was created for each store view, even if no translation exists for this store view and only a global translation was set.
  • Fixed error : when a translation is deleted and the translation url key has the same key as the default translation url key, the content became unavailable for the translation store even with default translation.
  • Fixed error : on uploading files in a content of contenttype also having a repeater field with files or images.
  • Fixed error : on deleting files in a repeater field, file was deleted but not saved as deleted in the field.
  • Removed button to delete default translation.
  • Adding compatibility feature : when identifier is greater than 25 symbols in the database, the contenttype is now able to save ignoring identifier size limitation.

Version 100.4.21

Released the 2021-02-16

  • Fixed double slash was added in image path of cropped image
  • Fixed option to add the link of original image was not correctly applied. The link was always added in both content and content list.

Version 100.4.20

Released the 2021-02-10

  • Fixed error when adding a content to a new content type with file field

Version 100.4.19

Released the 2021-01-19

  • Fix error on upgrade : Column "search_attribute_weight" does not exist in table "blackbird_contenttype_eav_attribute".
  • Added error message on content import : 'File invalid : your cols must have col headers and must not be empty.'

Version 100.4.18

Released the 2021-01-08

  • Fix content type grid inline-edit error on submitting due to hidden required field
  • Fix array first method
  • Removed link to delete content in grid row due to an error on "cancel" button click. Content was deleted even if the cancel button has been pressed.

Version 100.4.17

Released the 2020-12-21

  • Fix array_first native method

Version 100.4.16

Released the 2020-12-21

  • Fix error on creating a contentType with title length lesser than 3 chars
  • Fix search by keywords functionality on content type list view and repeater fields list view.
  • Fix problem on image mapping

Version 100.4.15

Released the 2020-12-02

  • Fix error on deleting las existing translation of a content. (Removing button when only one translation exists)
  • Fix error on content preview. Now preview button is only shown when a translation exists for current store.
  • Adding button preview on scope "all store view" to go to store view with existing translation when "all store view" translation does not exists.
  • Adding preview button show translation of the current selected store view and not always default store view.

Version 100.4.14

Released the 2020-11-30

  • Adding acl restriction to hide PageBuilder tab if community edition
  • Adding new error message on importing empty contents
  • Fix error on Magento 2.4.1 when deleting content due to elasticsearch indexing.
  • Fix error on searching content in catalog search
  • Fix error on di:compile for magento 2.4.1 because emptyinterface was omitted in last version.

Version 100.4.13

Released the 2020-11-17

  • Fix error on setup:di:compile

Version 100.4.12

Released the 2020-11-13

  • Fix error on saving custom fields with Magento 2.4.1. (working)

Version 100.4.11

Released the 2020-11-12

  • Fix error on saving custom fields with Magento 2.4.1. (doesn't work)

Version 100.4.10

Released the 2020-11-06

  • Adding Search feature with Elasticsearch for Magento 2.3 and 2.4.
  • Adding back Search feature with MySQL for Magento 2.3.

Version 100.4.9

Released the 2020-10-27

  • Mapping area compatibility repeater fields.

Version 100.4.8

Released the 2020-10-21

  • Fix error on Store View Creation.
  • Fix search feature not completely removed. Search feature of Magento 2.4 will be back soon.

Version 100.4.7

Released the 2020-10-19

  • Fix duplicate button add fieldset.

Version 100.4.6

Released the 2020-10-19

  • Fix error "file not found" on content export.

Version 100.4.5

Released the 2020-09-17

  • Fix bad date formatting for Date and Datetime fields in admin.

Version 100.4.4

Released the 2020-09-02

  • Temporary remove search feature because of Magento 2.4 ElasticSearch. Will be back soon.
  • Add Page Builder compatibility (Magento Commerce)
  • Add Image mapper tool (clickable areas over an image)

Version 100.4.2

Released the 2020-08-11

  • Fix a compilation of static files issue

Version 100.4.1

Released the 2020-08-10

  • Fix compatibility issues with Magento 2.4
  • Temporary removal of the search feature

Version 100.3.11

Released the 2019-11-20

  • Fix Date and DateTime field in admin were the value of the 1st date field was always overriden by other date fields.

Version 100.3.10

Released the 2019-11-19

  • Fix Date and DateTime field in admin that were not well initialized when they were inside a repeater field

Version 100.3.9

Released the 2019-10-22

  • Fix an issue that was preventing the Content types and custom fields to be deleted

Version 100.3.8

Released the 2019-10-15

  • Fix the generation of Sitemaps that didn't include the Content and Content lists anymore.
  • Fix the data serialization to respect Magento standard

Version 100.3.7

Released the 2019-09-24

  • Improving of the UI of the relation category field.
  • Fix the relation category field to not block the saving action on anymore on contents.
  • Improve the UI of the category field inside a repeater field.

Version 100.3.6

Released the 2019-07-23

  • Fix bug of contents and content types being duplicated when saved the first time.

Version 100.3.5

Released the 2019-06-26

  • Fix compatibility with Magento 2.3.2 where the Grids are not displayed in BackOffice anymore.

Version 100.3.4

Released the 2019-05-06

  • Fix problem of wrong datetime displayed

Version 100.3.3

Released the 2019-04-02

  • Fix grid collection store view filter

Version 100.3.2

Released the 2019-03-28

  • Dot not save image cache if already existing

Version 100.3.1

Released the 2019-01-16

  • Add collapsable divs for the repeaters fields in the admin interface

Version 100.3.0

Released the 2018-12-14

  • Fix compatibility with Magento 2.3, not compatible with 2.2.X and below anymore.

Version 100.2.30

Released the 2019-11-20

  • Fix Date and DateTime field in admin were the value of the 1st date field was always overriden by other date fields.

Version 100.2.29

Released the 2019-11-19

  • Fix Date and DateTime field in admin that were not well initialized when they were inside a repeater field

Version 100.2.28

Released the 2019-09-24

  • Improving of the UI of the relation category field.
  • Fix the relation category field to not block the saving action on anymore on contents.
  • Improve the UI of the category field inside a repeater field.

Version 100.2.27

Released the 2019-07-23

  • Fix bug of contents and content types being duplicated when saved the first time.

Version 100.2.26

Released the 2019-06-26

  • Fix compatibility with Magento 2.2.9 where the Grids are not displayed in BackOffice anymore.

Version 2.2.25

Released the 2019-03-29

  • Dot not save image cache if already existing

Version 2.2.24

Released the 2019-03-27

  • Fix grid collection store view filter

Version 2.2.23

Released the 2018-12-11

  • Fix hardcoded title, it's now translatable

Version 2.2.22

Released the 2018-10-18

  • Fix css of tools form html5imageuploader when the validate button was hidden when the picture was set to too large

Version 2.2.21

Released the 2018-10-12

  • Fix Datetime field issue where at every save the time was different that the time that was set in the field

Version 2.2.20

Released the 2018-10-09

  • Fix repeater image field issue where when we change the scope of the content the wrong default image was displayed in preview.

Version 2.2.19

Released the 2018-10-01

  • Fix datefield backend. If not required the date is set to NULL instead of current date.

Version 2.2.17

Released the 2018-09-10

  • Fix Generation of sitemap

Version 2.2.16

Released the 2018-08-24

  • Fix wysiwyg in repeater fields when there was multiple wysiwyg in the same repeater

Version 2.2.15

Released the 2018-08-24

  • Fix admin image template to escape html and therefore autorize "'" in image name

Version 2.2.14

Released the 2018-08-22

  • Fix repeater field image that was not always saving when the crop tools was enabled

Version 2.2.13

Released the 2018-08-16

  • Fix displaying of repeater in the admin
  • Fix repeater fields image to have alternative image, url, and title

Version 2.2.12

Released the 2018-08-10

  • Fix images not displayed on front if used in repeater fields
  • Fix admin custom field category when used with repeaters
  • Fix classes not properly added to front template when added with layout manager

Version 2.2.9

Released the 2018-07-09

  • Fix save of content SEO information
  • Fix repeater field exception, Known issue: additional image fields are not rendered in a repeater field
  • Fix empty data filter for custom fields

Version 2.2.8

Released the 2018-06-28

  • Fix for Magento 2.2.5
  • Fix getDataAsArray method
  • Fix content list widget content type source model
  • Fix content link widget

Version 2.2.7

Released the 2018-06-21

  • Fix the applyData method in content controller save action
  • Fix image css, the background text is now hidden in overflow
  • Fix default scope loaded in content grid is now '0', '1' was previously used
  • Fix custom field 'is_repeater_compatible' attribute
  • Fix custom field option value 0 interpreted as null
  • Fix the content list conditions
  • Fix duplicate action of a content with repeater fields
  • Refactor Sitemap extends with a plugin
  • Add content layout handler by url_key
  • Minor improvments

Version 2.2.6

Released the 2018-05-30

  • Fix content export massaction
  • Fix content delete massaction
  • Fix content save action
  • Fix content renderer for the group item
  • Fix repeater field values by store
  • Fix relation fields in repeater fields
  • Fix layouts configuration
  • Fix custom fields configuration
  • Fix content list block when they're many in same page
  • Fix default template for the content widget link block
  • Add phrase translation on custom field and option titles
  • Add content type title to custom fields lists

Version 2.2.5

Released the 2018-05-18

  • Fix the import feature of content to not automaticly use the default url_key and only take it if there is no url_key specified in the csv

Version 2.2.4

Released the 2018-05-15

  • Fix the content save action (unset values were unable)
  • Add filtering logic operator for the content list block

Version 2.2.3

Released the 2018-05-04

  • Fix the content breadcrumb (value is retrieve as attribute text)
  • Fix content type identifier auto-completion (value is now truncate)

Version 2.2.1 - 2.2.2

Released the 2018-05-02

  • Fix the content save data by store
  • Add new format to the replacement pattern: image_url & file_url

Version 2.2.0

Released the 2018-04-25

  • Fix content filters count
  • Fix delete file from a custom field file
  • Add the Repeater fields functionality
  • Add the Custom Field type relation "Content List"
  • Add Content Store Filter on grid view

Version 2.1.31

Released the 2018-04-09

  • Fix the content list layout group item on frontend
  • Fix content import without identifiers
  • Fix content import url keys with default pattern

Version 2.1.30

Released the 2018-03-20

  • Fix the content type mass-action
  • Fix the content list mass-action
  • Fix the content list meta data

Version 2.1.29

Released the 2018-03-15

  • Fix the image url in the crop tool when empty
  • Fix the content view widget
  • New content are also created for store id 0

Version 2.1.28

Released the 2018-03-06

  • Fix the layout update handler for content list with multiple path in url key
  • Fix the missing image attributes in the contents export

Version 2.1.27

Released the 2018-02-19

  • Fix content type and contents export/import actions

Version 2.1.26

Released the 2018-01-26

  • Fix content type export action
  • Add Import/Export documentation

Version 2.1.25

Released the 2018-01-25

  • Fix delete all values in relation category custom field
  • Fix import tab visibility in content edit form page
  • Fix the relation content custom field template type 'content_view'

Version 2.1.24

Released the 2018-01-16

  • Fix the widget content chooser filters
  • Add renderer templates for custom field type relation content (view and list)
  • Add Import/Export Content Types
  • Add Import/Export Contents

Version 2.1.23

Released the 2018-01-03

  • Fix the empty condition of attribute to filter
  • Fix the wysiwyg images unauthorized loading
  • Fix the content list widget serialization of the attributes to show
  • Fix the content list widget full page cache
  • Fix the mass action delete in grid view
  • Fix the store and group plugins: closure to callable
  • Refactor the admin menu override with a plugin
  • Add the content type visibility feature
  • Add new renderer for the content list/view field

Version 2.1.22

Released the 2017-10-26

  • Fix the custom field type 'integer' (the attributes of this type are now correctly save in 'int' table)
  • Fix the content sorter
  • Refactoring of _contruct public method to protected

Version 2.1.21

Released the 2017-10-23

  • Fix the custom field types 'content','attribute','category' for the content filter block ('product' & 'customer' does not render, our choice because too much results)

Version 2.1.19 - 2.1.20

Released the 2017-10-09

  • Fix the extension for Magento 2.2 (serialize to json)
  • Fix the content list conditions with multiple values
  • Fix the content list layout group issue (children are now correctly saved)
  • Fix the wysiwyg issue (magento vars can be used now)
  • Improve the content filter block (you can set your collection, or link an existing block)

Version 2.1.18

Released the 2017-09-18

  • Fix the content grid filters for the new attributes

Version 2.1.17

Released the 2017-09-15

  • Fix the layout manager for the content type and content list

Version 2.1.16

Released the 2017-09-11

  • Fix the breadcrumb replace pattern for custom field values
  • Add an option to set a custom path to where to redirect, for the filter block links

Version 2.1.15

Released the 2017-08-23

  • Fix the spelling of a method name in the Content model (cause issue in 2.1.13-2.1.14)

Version 2.1.13 - 2.1.14

Released the 2017-08-03

  • Fix the installation fails issue
  • Fix the breadcrumb links

Version 2.1.12

Released the 2017-07-26

  • Fix the content list template manager
  • Add the canonical meta data to the content type pages (not configurable yet)

Version 2.1.11

Released the 2017-07-20

  • Fix the delete massaction for the content list and content types
  • Fix the identities cache for the content list (cache is now correctly refresh for each modifications)
  • Fix the country name front renderer
  • Improve the dynamic template manager, you can now specify the template of your choice
  • Improve the breadcrumb management, you can use pattern replacement (custom field identifiers between double brackets)
  • Improve the breadcrumb management, add as many previous breadcrumb you want, slice them by ";"

Version 2.1.10

Released the 2017-05-22

  • Add multiple content type for the content list (only with Block/Content/Widget/ContentList.php)

Version 2.1.9

Released the 2017-05-17

  • Fix the renderer of the Custom Field type Product
  • Fix the navigator cropped image cache issue
  • Improve the Content List sorter (you can now sort on title, created_at and updated_at attribtues)
  • Add the 'has_link' setting in the Content List Widget form
  • Add the Content List Filter Block

Version 2.1.8

Released the 2017-04-27

  • Fix the 'misk' spelling into 'misc' (custom field type misc)
  • Fix the content list breadcrumb
  • Fix the template of the custom field type 'image'
  • Fix the store plugins: error 'call to undefined methods'
  • Fix the relation grid: existing selected items are not anymore ignored
  • Fix the Content Link widget: empty template was assigned
  • Fix the Sitemap contruct
  • Fix the required statement of the alt/title/url fields from the custom field type 'image'
  • Delete the unused Time backend entity
  • Delete the reindex call in the InstallData setup script
  • Refactor the getImage method of the Content model: arguement $cropped is true to default
  • Refactor the Custom Field render blocks
  • Refactor the addContentTypeFilter method of the Content collection: argument $contentType can't be null
  • Add the getDataAsArray method in the Content model
  • Add the getProductCollection method in the Content model

Version 2.1.7

Released the 2017-03-02

  • Some code refactoring (minor)
  • Fix the svg special case for the image (now available as: 'svg' instead of 'svg+xml')
  • Fix the distorted image for the custom field image
  • Fix the 'JQuery' not found bug for the custom field image
  • Fix the template of the category name (category url now works)
  • Fix the uninstall script

Version 2.1.6

Not Released Individually

  • Some code refactoring (minor)
  • Fix the condition to generate the url rewrites
  • Fix the js for the custom fields
  • Add the Custom Field 'Misc': Locale, Country, Currency
  • Add the Custom Field 'Relation': Customer

Version 2.1.5

Released the 2016-12-02

  • Some code refactoring (minor)
  • Add the complete path for overriding the template in the layout manager
  • Fix the uncompleted content data bug after the duplication of a content with the default store view
  • Fix the blank page when the ContentType or the ContentList is not found by the ContentList Block
  • Fix the singlestore mode for the ContentList
  • Fix the total limit of Content to display for a ContentList

Version 2.1.4

Released the 2016-11-17

  • Update the contentmanager widget icons
  • Revisions of ContentType & ContentList grids with the Ui Component
  • You can add many SortOrder for the ContentList via the layout xml
  • Fix the CustomField Image url & cache generation
  • Fix the blank page when the ContentType or the Content is not found by the Content View widget
  • Fix the dependance with the catalog_search module and other indexers
  • Fix the ContentList widget: conditions bugs unloaded no selected attriubte to show *url rewrite generation for stores
  • Code Refactoring

Version 2.1.3

Released the 2016-09-21

  • Add the method "getProcessedData" for rendering wysiwyg in the Content block
  • Add the widget Content

Version 2.1.2

Released the 2016-08-23

  • Add the uninstall script
  • Improve the field image: add a resized image cache
  • Fix the deletion of images
  • The public method 'getImage' parameters of the Content model has been modified (size settings, crop and ratio)

Version 2.1.1

Released the 2016-08-18

  • Move the method "getProcessedData" from the model Content to the Block Content List (forgotten the error)
  • Set the default format for the custom fields
  • Update dependencies according to Magento 2.1
  • Code Refactoring
  • Fix the wysiwyg front renderer
  • Fix the ungenerated url when the content is disabled

Version 2.1.0

Released the 2016-08-02

  • Close the select choosers on the content save event
  • Add the frontend content search action
  • Add the preview action
  • Replace the router by the native Magento urlrewrite api
  • Fix some bugs

Abandon the Magento 2.0 support

Version 2.0.4 - 2.0.5

Released the 2016-07-28

  • Replace old flags *.png
  • Add the duplicate content action
  • Improve the indexer
  • Disable the EAV cache for ACM only
  • Fix the content delete action

Version 2.0.2 - 2.0.3

Released the 2016-07-22

  • The content title is showed as link in the content list
  • Fix the image field template
  • Fix the flag column renderer
  • Fix the indexer
  • Fix the deletion of content list by store view
  • Fix the sitemap generation

Version 2.0.1

Released the 2016-07-13

  • The EAV cache is disabled to prevent exceptions (due to Magento 2.1)
  • Add the image renderer for the content grid
  • Add the store view filter for the content list conditions
  • Add link to content in the content list
  • Add support for the Magento 2.1 version
  • Fix the product template
  • Fix of minor bugs

Version 2.0.0

Released the 2016-07-05

  • First Stable Version (see the features on the roadmap)