Version History

  • 1.0.4 - April 20, 2015 - /packages/flexible_content/blocks/flexible_content/add.php added. Previously when you added your first flexible content block to a page and tried to click on "edit" block, it resulted
  • an empty "Edit Flexible Content" dialog. The problem disappeared immediatley after refreshing the page. This issue has been fixed in this release.
  • 1.0.3 - August 04, 2014 - /packages/flexible_content/blocks/flexible_content/auto.js became /packages/flexible_content/js/flexible_conten.base.js avoiding the "no auto.js" issue (1.0.2 was a bad solution)
  • 1.0.2 - July 31, 2014 -/packages/flexible_content/blocks/flexible_content/js/flexible_conten.base.js became /packages/flexible_content/blocks/flexible_content/auto.js avoiding javascript error (in non-editor mode)
  • 1.0.1 - July 17, 2014 -Table structure (fcEditorHandle unique key) and uninstall method of the package controller has been updated (it removes unwanted Flexible Content tables)
  • 1.0.0 - July 15, 2014 -First stable version
  • 0.9.6 - July 11, 2014 - Unnecessary block highlighter has been removed
  • 0.9.5 - July 11, 2014 - No more include statements in the code, but there are "exec or die" statements everywhere (as it's expected according to the marketplace standards)
  • 0.9.4 - July 10, 2014 - The code of Flexible Content block editing has been changed, no more dialog flash issue.
  • 0.9.3 - July 10, 2014 - "Save" button on the ckeditor toolbar has been changed to "Done", "Done" and Cancel" button icons also have been changed. "Source dialog" button has been added to the "Standard" ckeditor theme. C5 toolbar is disabled while inline editing is in progress and an "Inline editing is in progress" message informs the user about it.
  • 0.9.2 - July 09, 2014 - CKEditor base path bug has been fixed.
  • 0.9.1 - July 08, 2014 - Javascript error of the firstly added block has been fixed
  • 0.9.0 - July 07, 2014 - The whole concept has been changed. The addon is now called "Flexible Content" instead of "Froala Content". No more licence issues.
  • 0.1.2 - June 19, 2014 - The block controller name and description returns by the appropriate get methods with t(), no more empty "update" method in package controller
  • 0.1.1 - June 16, 2014 - Raw json_encode has been changed to the JsonHelper::encode method
  • 0.1.0 - June 11, 2014 - Initial Version