sc 3.3.6

  1. Bob

    Release Showcase (SC) 3.3.6 Released

    Showcase (SC) 3.3.6 Released. Important Note: This version of Showcase has a minimum XF version requirement of XF 2.3.0 Release information: Standard license: https://xenaddons.com/products/showcase.5/release/3-3-6.1602/ Premium license...
  2. Bob

    Updated Schema Changes/Updates

    // ################################ UPGRADE TO 3.3.6 ################## Schema changes: public function upgrade3030670Step1() { $this->alterTable('xf_xa_sc_category', function (Alter $table) { $table->addColumn('auto_feature'...
  3. Bob

    Implemented Featured Content Handlers for Showcase Items and Series

    As per title, I've implemented Featured Content Handlers for the content types sc_item & sc_series. This means that process of featuring/unfeaturing Showcase content is now 100% handled by the Core XF Featured Content Handler. You can use the Core XF Featured Content Widget Definition to...
Back
Top