sc 3.3.7

  1. 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>
  2. K

    Fixed Contenttype sc_series uses identical phrase for singular and plural

    Contenttype sc_series uses the same phrase sc_series for contenttype fields phrase and phrase_plural. This does work for english where series can be singular or plural, but it doesn't work for german where singular is Serie and plural is Serien. Suggested Fix Use phrase xa_sc_series_pluralfor...
  3. 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