cas 2.3.7

  1. Bob

    Release Classified Ads System (CAS) 2.3.7 Released

    Classified Ads System (CAS) 2.3.7 Released. Important Note: This version of CAS has a minimum XF version requirement of XF 2.3.0 Release Information: Standard license: https://xenaddons.com/products/classified-ads-system.30/release/2-3-7.1588/ Premium license...
  2. Bob

    Updated Schema changes

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

    Updated Can Contact Ad Owner permissions check hardened

    As per title, I've hardened the canContact() permissions check function and added a few additional permissions checks. Update 1: The viewing user must have permission to start direct messages (Core XF Direct message permissions). Update 2: The Ad Owner user must have permission to Receive...
  4. Bob

    Implemented Featured Content Handler

    As per title, I've implemented a Featured Content Handler for the content type cas_ad. This means that process of featuring/unfeaturing CAS content is now 100% handled by the Core XF Featured Content Handler. You can use the Core XF Featured Content Widget Definition to create featured...
  5. Bob

    Implemented Option: Ad close thread action

    This was a [PAID] request by @dunowat As per title, I've added a new CAS Option title "Ad close thread action". This allows admins to automate the management of the associated discussion thread when a classified ad is closed (similar to the other thread action options for CAS).
  6. Bob

    Implemented Option: Ad sold thread action

    This was a [PAID] request by @dunowat As per title, I've added a new CAS Option title "Ad sold thread action". This allows admins to automate the management of the associated discussion thread when a classified ad is marked as sold (similar to the other thread action options for CAS).
  7. Nik

    Fixed CAS Auto Feature CRON causes error

    Interestingly enough, started playing with CAS auto feature now and running the auto feature cron is producing this error. EDIT: This appears to be caused when I select Exclusive on the CAS Options page under the auto feature section @Bob . Error: Object of class XF\Options could not be...
  8. Nik

    Fixed Missing phrase: xa_cas_please_select_ad_type_type

    As per title.
  9. Mouth

    Updated Display all Action Buttons on each page (Tab) of a classified Ad (just like the overview tab does)

    When an Ad is set of Accept offers ... .. the Make Offer button only appears on the Item's Overview tab. I think it should also appear the other tabs, Gallery, Questions, and Discussion etc.
  10. S

    Fixed Could be a small bug - wage type

    When setting wage type the first entry looks odd "a_cas_wage_type_no_wage"
Back
Top