ubs 2.3.7

  1. Bob

    Release User Blogs System (UBS) 2.3.7 Released

    User Blogs System (UBS) 2.3.7 Released. Important Note: This version of UBS has a minimum XF version requirement of XF 2.3.0 Release Information: Standard license: https://xenaddons.com/products/user-blogs-system.23/release/2-3-7.1600/ Premium license...
  2. Bob

    Updated Schema Changes/Updates

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

    Implemented Featured Content Handlers for UBS Blogs, Blog Entries and Series

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