Changelog

Current version: 1.0.0

[Unreleased]

1.0.0 - 2022-10-05

Removed

  • All classes that where deprecated in v0.14.0 where removed:

    • Infomaker\Everyware\Base\JsonImporter

    • Infomaker\Everyware\Base\Message

    • Infomaker\Everyware\Base\MessageBag

    • Infomaker\Everyware\Base\Metabox

    • Infomaker\Everyware\Base\OcWidget

    • Infomaker\Everyware\Base\Widget

    • Infomaker\Everyware\Base\Admin\Form

    • Infomaker\Everyware\Base\Admin\SettingsField

0.15.1 - 2022-02-09

Added

  • The support for PHP v8 has been added to composer.json.

0.15.0 - 2021-09-24

Fixed

  • Fixed formatting issue in Menu class, item titles.

Changes

  • Updated dependency for Everyboard v2.4.0.

0.14.1 - 2021-02-08

Fixed

  • Added support for Everyware v2

0.14.0 - 2020-12-11

Fixed

  • Fixed compatibility issues in Metabox class.

  • Fixed JSON encoding problem when saving Post metadata.

Changes

  • Deprecated class \Infomaker\Everyware\Base\Admin\Form from this package. Use \Everyware\ProjectPlugin\Components\SettingsHandler instead.

  • Deprecated class \Infomaker\Everyware\Base\Admin\SettingsField from this package. Use \Everyware\ProjectPlugin\Components\SettingsField instead.

  • Deprecated class \Infomaker\Everyware\Base\Message from this package. Use \Everyware\ProjectPlugin\Helpers\Message instead.

  • Deprecated class \Infomaker\Everyware\Base\MessageBag from this package. Use \Everyware\ProjectPlugin\Helpers\MessageBag instead.

  • Deprecated class \Infomaker\Everyware\Base\Metabox from this package. Use \Everyware\ProjectPlugin\Components\Metabox instead.

  • Deprecated class \Infomaker\Everyware\Base\Widget from this package. When creating Components of the type Widget, use the dedicated classes from \Everyware\ProjectPlugin.

  • Deprecated class \Infomaker\Everyware\Base\OcWidget from this package. When creating Components of the type Widget, use the dedicated classes from \Everyware\ProjectPlugin.

  • Opened up constraints for composer dependencies.

0.13.1 - 2020-03-12

Added

  • Thememods class. For fetching all theme mods, use a prefix or a single mod.

0.13.0 - 2019-12-12

Added

  • New method for triggering 404: Utilities::trigger404().

0.12.1 - 2019-11-14

Changes

  • Escape solr special characters from search text

0.12.0 - 2019-11-08

Changes

  • Remove quotation marks and parenthases from search text if they are not part of the search text

0.11.0 - 2019-09-17

Removed

  • Removed class SettingsParameters that has moved to its own plugin

  • Removed classes FormBuilder and HtmlBuilder that has been moved to ProjectPlugin

Changes

  • New deploy

Fixed

  • Fixed empty result from open content causing error.

Added

  • Added function for getting all hits from opencontentprovider

0.10.2 - 2019-07-04

Fixed

  • Added missing import

0.10.1 - 2019-05-08

Added

  • Added a new deploy build

Changes

  • Composer constraints

Removed

  • old jenkins-deploy.sh

  • composer.lock

  • package-lock.json

  • Gulp dist task

0.10.0 - 2019-05-06

Changed

  • cleanResult renamed to filteredResult

  • queryWithRequirements now accepts a second argument "default = true". Whether or not it should filter the result

  • getConfigFromFile now expects config.json to be in the theme instead of in app/

Added

  • Added function unfilteredResult

0.9.2 - 2019-04-02

Changed

  • Changed SettingsParameter::getValue to accomodate the new collection structure

0.9.1 - 2019-04-02

Changed

  • Changed everyboard and everyware versions.

0.9.0 - 2019-03-05

Changed

  • ArticleBodyParser constructor now get the newsml string and passing it to NewsML instead of a propertyname

0.8.0 - 2019-01-25

Added

  • Created FormBuilder-class

  • Create SettingField-class to handle form field data for forms

Changed

  • Change name for form-class from Forms to Form

  • Updated FormBuilder to make use of new SettingsField class.

Fixed

  • Minor fixes and optimizations.

  • Fixed bug in Metabox->shouldUpdate()

0.7.1 - 2019-01-25

Removed

  • Removed unnecessary files from getting added to the composer package.

  • Such as composer.lock, package-lock.json, gulpfile.js

0.7.0 - 2019-01-16

Added

  • Added getTypeProperty to PropertyMapConfig interface

  • Added new HtmlBuilder class for handling creation of html for use inside Twig-templates.

Changed

  • Several method signatures in PropertyParser changed to require array arguments instead of string

  • Base class for Metaboxes have been updated to use new Forms class for handling of form data

Fixed

  • remove use of deleted function "array_get" in FeedRouter

0.6.1 - 2019-01-11

Fixed

  • fix overriding variable in SettingsParameter model to match parent

0.6.0 - 2019-01-10

Changed

  • Make setting up required search properties on OpenContentProvider more generic and configurable.

  • Update setting up notifier properties on OpenContentProvider to use PropertyMapper to fetch required properties as default.

  • Minor fixes and optimizations

Added

  • Created SettingsParameter to be used in projects instead of the one provided by the plugin

0.5.0 - 2019-01-8

Added

  • Create handling for registration of startups on network and theme level

0.4.2 - 2018-12-19

Fixed

  • Update ArticleBodyParser with the new NewsItemPresentation namespace

  • Update AppConfig to create instance on all method calls

0.4.1 - 2018-12-19

Fixed

  • Update NewsItemPresentation namespace

0.4.0 - 2018-12-19

Changed

  • Correct license present through package

0.3.0 - 2018-12-19

Added

  • Added FeedRouter

0.2.0 - 2018-12-19

Added

  • Added OpenContentProvider

  • Added NewsItemPresentation Interface

Changed

  • Changed ArticleBodyParser to make use of new interface

Removed

  • Removed NewsMLArticle for use in themes

  • Removed Teaser to be recreated in a better state

  • Removed BaseArticlePresentation to be recreated in a better state

0.1.0 - 2018-12-18

Alpha release

Added

  • Added this file and this text

Last updated