matacms/matacms-carousel

Carousel management for MATA CMS

Installs: 2 197

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.6.5-alpha 2017-02-27 21:00 UTC

README

MATA CMS Module

Carousel module allows manage carousels with photo and video items.

Installation

  • Add the module using composer:
"matacms/matacms-carousel": "~1.0.0"
  • Run migrations
php yii migrate/up --migrationPath=@vendor/matacms/matacms-carousel/migrations

Client

Carousel Client extends matacms\clients.

In addition, it exposes the following methods:

public function findByRegion($region) {}

Returns Carousel for a given region.

Changelog

1.0.6.2-alpha, May 3, 2016

  • Added filterableAttributes() to Carousel model (for search functionality)

1.0.6.1-alpha, May 2, 2016

  • Improvements

1.0.6.0-alpha, April 29, 2016

  • Improvements

1.0.5.9-alpha, April 26, 2016

  • Removed \matacms\language\behaviors\LanguageBehavior from Carousel and CarouselItem models

1.0.5.8-alpha, March 2, 2016

  • Bug Fix

1.0.5.7-alpha, March 2, 2016

  • Bug Fix

1.0.5.6-alpha, November 8, 2015

  • Bug Fix

1.0.5.5-alpha, October 30, 2015

  • Fixes

1.0.5.4-alpha, October 30, 2015

  • Fixed matacms\carousel\widgets\carousel\CarouselAsset

1.0.5.3-alpha, October 8, 2015

  • Migration fixed

1.0.5.2-alpha, October 8, 2015

  • Added matacms-language

1.0.5.1-alpha, October 7, 2015

  • Updated psr-4

1.0.5-alpha, June 24, 2015

  • Fixed predefined carousel item creation with Media

1.0.4-alpha, May 28, 2015

  • Removed versions
  • Removed delete button from Production (!YII_DEBUG)
  • Added missing overlay for revisions in carousel manager

1.0.3-alpha, May 27, 2015

  • Bug fix

1.0.2-alpha, May 26, 2015

  • Updated header for managing carousel items
  • Shown Add Crousel button to dev mode only

1.0.1-alpha, May 22, 2015

  • Bug fixes.

1.0.0-alpha, May 18, 2015

  • Initial release.