DVS 4.3 Now Available For Download

2

Major Enhancement

Localization support added, you can now translate DVS into your native language in a matter of minutes!

 

Where to get it?

http://www.voucherscript.com/download.html

 

What’s been fixed?

Here’s the change log…

  • Bug Fix: revised query sytnax for linking of categories/merchants/cods to sites. It now uses replace to avoid inserting duplicate rows.
  • Removed: linkcategorysite procedure and added the script to category model
  • Bug Fix: categories, merchants and vouchers are now ordered alphabetically in back office.
  • Bug Fix: Removed duplication of categories arising due to merging when creating merchants in back office.
  • Removed: Routine deleteVoucher, merged into code.
  • Removed: Routine deleteLocation, merged into code.
  • Removed: Routine deleteMerchant, merged into code.
  • Removed: Routine deleteUser, merged into code.
  • Bug Fix: When adding merchants, removed merged categories.
  • Bug Fix: When editing merchants, valid categories are now listed.
  • Added: Multiple Languages now supported.

 

How to upgrade from V 4.2 to V4.3?

ALTER TABLE  `cods_sites` ADD UNIQUE (
`cod_id` ,
`site_id`
)

ALTER TABLE  `categories_sites` ADD UNIQUE (
`category_id` ,
`site_id`
)

ALTER TABLE  `merchants_sites` ADD UNIQUE (
`merchant_id` ,
`site_id`
)

 

DVS 4.2 Now Available For Download

0

Major Enhancement

We concentrated on optimizing the views and extending the flexibility by adding custom fields that can be used with the merchants and codes.

 

Where to get it?

http://www.voucherscript.com/download.html

 

What’s been fixed?

Here’s the change log…

  • Optimization: Meta Titles as defined in merchant management are now used instead of dynamically generated generic titles.
  • Optimization: Searching for Merchants and Codes are now done through GET request changing address bar addresses for linking.
  • Bug Fix: iCodesUS and iCodesUK plugins problems
  • Optimization: removed countCODs that was being used on backoffice to improve performance
  • Added: Option to delete pages
  • Bug Fix: vwsitesmerchantscodcounts showed cods count which included expired cods.
  • Optimized: vwcategoriesmerchantscodcounts
  • Optimized: Vwcategoriesbrowse
  • Added: Meta title, keywords and description (metatitle, metadesc, metakws TEXT) added to page management
  • Bug Fix: Codes added same day would not appear on merchant’s detail page though were visible on new stuff page.. fixed.
  • Optimization: Merchant index by category is now sorted by merchant name and then number of vouchers each has.
  • Optimization: Model::vwsitemerchantscodcounts.php Parameterized limit parameter in methods Formatted, added indent to the list of tabbed browse in document
  • Optimization: Introduced optional randomized row selection in Vwsitesmerchantscodcounts::getTopMerchantsForIndexPage
  • Added: generic text fields 1,2 and 3 for print voucher templates to cods
  • Added: generic merchant address1, address2, phone number1, phone number2, phone number3 fields

 

How to upgrade from V 4.1 to V4.2?

-- Added: generic text fields 1,2 and 3 for print voucher templates to cods
ALTER TABLE `cods` ADD COLUMN `generic_print_1` TEXT NULL  AFTER `custom_cod_img_url` , ADD COLUMN `generic_print_2` TEXT 

NULL  AFTER `generic_print_1` , ADD COLUMN `generic_print_3` TEXT NULL  AFTER `generic_print_2` ;

-- Added: generic merchant address1, address2, phone number1, phone number2, phone number3 fields
ALTER TABLE `merchants` ADD COLUMN `address1` TEXT NULL  AFTER `metatitle` , ADD COLUMN `address2` TEXT NULL  AFTER 

`address1` , ADD COLUMN `phone1` VARCHAR(45) NULL  AFTER `address2` , ADD COLUMN `phone2` VARCHAR(45) NULL  AFTER `phone1` , 

ADD COLUMN `phone3` VARCHAR(45) NULL  AFTER `phone2` ;

-- re create all views

 

DVS 4.0.1b now available for download!

2

With many thanks to the community for their feedback, we have released a new version 4.0.1 beta today.

Following fixes/additions have been made

Version 4.0.1b	[2011-08-04]
+	Bug Fix - Registration window did not accept email addresses with a period.
+	Tweet support added in controller and model for vouchers (for future use),
	"tweetcount" column added in "cods" table, tweetcount column added to queries
	of mysql views.
+	Log error message on 0 (zero) import items for IcodesUK and IcodesUS.
+	Added cods_custom_image_url column to cods for specification of custom images next to vouchers,
	if no image url is provided then merchant's logo is used
+	Numerous other fixes here and there.
Download from: http://www.voucherscript.com/download.html

DVS 4 Beta released!

0

Get your copy of DVS 4 now from 

https://sourceforge.net/projects/voucherscript/files

Printable Vouchers Support

0

DVS 4 will be coming with Printable Vouchers Support! Development has already been completed.

Sneak Peek – DVS 4 Admin Panel/Back Office

0

V4 – Social Sharing delayed

0

With deadlines nearing, we have postponed the feature that allows members of the community to share content with others via their walls. Hopefully we will be able to roll it out as a patch once we deliver the alpha release soon…

Did you know ?

0

There is a forum at http://talk.voucherscript.com/ you can use to ask questions/give suggestions and get help on any problems you are facing.

 

DVS 4 Preview

0

DVS 4 alpha

0

DVS 4 alpha version has been released today to the select few volunteers who showed keen interest in testing it out a few months ago. We hope to release a beta version by the end of this week or early next week.

Go to Top