sc 3.3.7

  1. Bob

    Release Showcase (SC) 3.3.7 Released

    Showcase (SC) 3.3.7 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-7.1622/ Premium license...
  2. K

    Fixed Hardcoded color in xa_sc_item_wrapper_macros

    Template xa_sc_item_wrapper_macroshas a hardcoded inline style color: red
  3. K

    Partial Fix Statistics widget might show statistics for content the user cannot acess

    The statistics widget unconditionally shows statistics for Series Comments Reviews / Ratings A visitor might not have permission to view this content, so those statistics should not be shown to them.
  4. K

    Fixed Template xa_sc_widget_showcase_statistics should use plural phrase for series

    <dt>{{ phrase('xa_sc_series') }}</dt> should be <dt>{{ phrase('xa_sc_series_plural') }}</dt>
  5. Bob

    Fixed Content type sc_series uses identical phrase for singular and plural

    Done! Updated the content type field for the content type sc_series (Field: phrase_plural | Value: sc_series_plural)
  6. joec

    Fixed Featured content bug in Showcase while attempting to move reviews from one item to another item

    Hi Bob, We discovered a bug in Showcase today. It relates to moving reviews. Here's the stack trace: ``` XF\Db\Exception: MySQL statement prepare error [1146]: Table 'xenforo.xf_xa_sc_item_feature' doesn't exist src/XF/Db/AbstractStatement.php:230 SELECT COUNT(*)...
Back
Top