7th January 2019 - New version 5.6.0

  • Mr. Dam
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
5 years 3 months ago #120959 by Mr. Dam
7th January 2019 - New version 5.6.0 was created by Mr. Dam
The Joom Donation developer team are proud to announce the release of Joom Donation 5.6.0. This is a first release for the 5.6.x series of Joom Donation with new improvement and addresses issues introduced in previous versions.

What new in Joom Donation 5.6.0

1. Add new Campaign short description
In this version, we add Short description for campaign. Short description of campaign will be used to show in Campaigns list. It also is used to show in Meta tag OG:DESCRIPTION



2. Add columns layout in Campaigns list
From this version, when you setup Campaigns list, beside list view, you can setup columns layout, you are also can select number columns of campaigns (2 or 3).


See more details here: donation.ext4joomla.com/joomdonation-layouts/campaigns-list

To setup Columns layout, please add new menu layout into Joom Donation layout Campaigns list. In menu parameters form, click on tab: Options
  • Campaigns Layout - select Grid option
  • Number columns - 2 or 3

3. Add Color configure options
Option Background color of campaign details: In default, Joom Donation uses Light blue color for Campaign details part. Now, you are able to select color of background color.


4. Add option to stop receiving donation when campaign expired
Option Enable Donation with expired campaigns

5. Add option to stop receiving donation when campaign's goal is achieved
Option Enable donation with Goal achieved campaigns

6. Add option to stop receiving donation when campaign is donated by X donors


7. Add donor location in JD Donors module


8. Other points
  • Fix issue on Google invisible reCaptcha
  • Add og:description in Donation form
  • Update Bootstrap CSS
  • Remove brackets beside pre-defined amounts

Thanks
Dev team
The following user(s) said Thank You: Dave B, bcouvin, Dorien Dijkstra

Please Log in or Create an account to join the conversation.

More
5 years 3 months ago #120978 by Dave B
Replied by Dave B on topic 7th January 2019 - New version 5.6.0
Hello Dam, I would just like to say thank you for this excellent extension and the improvements you continue to make to it.

This update helps me a lot.

Thank you!

Please Log in or Create an account to join the conversation.

More
5 years 2 months ago - 5 years 2 months ago #121673 by Stardust Doherty
Replied by Stardust Doherty on topic 7th January 2019 - New version 5.6.0
I'm setting up a multilingual site and it looks like the "short description" is always showing in the default language rather than the site language. It's okay when you open up the campaign for full description.
You can see an example at dev.faenet.org/fr/faire-un-don
Last edit: 5 years 2 months ago by Stardust Doherty.

Please Log in or Create an account to join the conversation.

  • Mr. Dam
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
5 years 2 months ago #121683 by Mr. Dam
Replied by Mr. Dam on topic 7th January 2019 - New version 5.6.0
The issue can be solved by following below steps:
1. Open file:

root -> administrator -> components -> com_jdonation -> model -> campaigns.php


2. Find:
Code:
DonationHelper::getMultilingualFields($query, array('tbl.title', 'tbl.description'), $fieldSuffix);

and change to
Code:
DonationHelper::getMultilingualFields($query, array('tbl.title', 'tbl.short_description' , 'tbl.description'), $fieldSuffix);

Good luck
Dam

Please Log in or Create an account to join the conversation.

More
5 years 2 months ago #121759 by Stardust Doherty
Replied by Stardust Doherty on topic 7th January 2019 - New version 5.6.0
Thanks, that worked. Guess it will be fixed in next version the? :-)

Please Log in or Create an account to join the conversation.

  • Mr. Dam
  • Topic Author
  • Offline
  • Administrator
  • Administrator
More
5 years 2 months ago #122265 by Mr. Dam
Replied by Mr. Dam on topic 7th January 2019 - New version 5.6.0
Sure, this issue will be fixed in next Joom Donation version
Thanks
Dam

Please Log in or Create an account to join the conversation.