images
  • Pricing
  • Demo
  • FAQ’s
  • Docs
  • Support
  • Login
Buy now

Changelog

Documentation

  • Installation
    • Download the free version
    • Download the Premium version
    • Installation Instructions
  • Plugin Pages
    • Gift Card Page
    • Gift Item Page
    • Gift Voucher Page
    • Gift Card PDF Preview
    • Gift Item PDF Preview
    • Voucher PDF Preview
    • Gift Card Payment Successful
    • Voucher Payment Successful
    • Gift Card Payment Cancel
    • Voucher Payment Cancel
    • Check Voucher Balance
    • Create template
  • Plugin Settings
    • General settings
    • Woocommerce setting
    • Payment settings
    • Email settings
  • Create Forms
    • Gift Cards
    • Gift Items
    • Voucher Templates
    • Card Category
    • Gift Category
  • Display booking forms
  • Gift voucher orders
  • Redeem vouchers
    • Via WooCommerce
    • Via In-person
  • Video Guide
  • Changelog
  • FAQ
  1. Home
  2. Docs
  3. Documentation
  4. Changelog

Changelog

= Version 4.4.5 – Released: November 27, 2025 =
* Fix: Prevent PHP fatal error in `include/redeem-voucher.php` when WooCommerce invokes the `woocommerce_payment_complete_order_status` filter without a valid `WC_Order` object (for example: Email Preview). The filter now safely accepts either an order object or an order ID and falls back to the original status if no valid order is available.
* Fix: Create vouchers per order line item (qty = 2 now creates 2 records in `giftvouchers_list`).
* Fix: Count vouchers by order-item meta (prevents mixing codes between different line items).
* Fix: Correct inverted status logic (`deactivate()` => ‘used’, `reactivate()` => ‘unused’).
* Fix: Improve voucher insertion flow and add debug logs for easier diagnosis.

= Version 4.4.4 – Released: November 24, 2025 =
* Fix: Frontend (wpgv_giftcard_modern) — when user changes the Send Type, the scheduled date row now correctly toggles: selecting `send_future_date` shows `.voucherSendDatePikerRow`; other values hide it and clear any date validation errors.
* Fix: Admin — Template image upload is now restricted to JPG and PNG. The metabox upload UI validates the selected attachment’s MIME type and shows a warning if a different format (WebP, SVG, etc.) is picked.
* Improvement: Added clearer “Recommended” guidance for template images (now shows recommended size and allowed formats) and small JS robustness updates in `assets/js/voucher-template-script.js` and `include/voucher_metabox.php`.

= Version 4.4.3 – Released: November 13, 2025 =
* Fix: Customer receipt PDF now shows the actual payment status (no longer hardcoded “Paid”).
* Fix: Automatically regenerate the customer receipt PDF when a payment is confirmed (Mollie / PayPal / Stripe / generic success handlers) so the attached/downloaded receipt reflects the real payment status.
* Fix: Regenerate the customer receipt PDF when an administrator marks a voucher as Paid from the Purchase History.
* Refactor: Moved receipt generation helper into a dedicated include file `include/receipt-functions.php` and require it from the main plugin bootstrap (`gift-voucher-pro.php`) for better separation of concerns and reusability.
* Improvement: Receipt template now uses voucher data from the `giftvouchers_list` table (amount, coupon code, recipient, expiry, payment method/status) to produce consistent output.
* Note: Make sure `wp-content/uploads/voucherpdfuploads/` is writable by PHP so receipt files can be created/overwritten. If PDF generation fails, check server permissions and PHP error logs.

= Version 4.4.2 – Released: November 13, 2025 =
* Fix: Prevent JavaScript TypeError “voucher_shipping_address.val is not a function” by initializing the missing jQuery selector in `assets/js/voucher-template-script.js`. The shipping address field is now properly selected so validation and overview steps no longer throw errors when using postal shipping.

= Version 4.4.1 – Released: November 11, 2025 =
* Update: Updated the json_template and get_json_db functions in voucher_metabox.php to improve loading and saving of voucher templates in JSON format.
* Fix: Prevent a fatal activation error when another plugin has already loaded Stripe. Updated the logic in stripe-force-loader.php to detect and handle a preloaded Stripe instance and avoid reloading the library (prevents conflicts).
* Fix: Avoid PHP notice “iconv(): Detected an illegal character in input string” by making encoding conversions in `gift-voucher-pro.php` (functions `wpgv_em` / `wpgv_em_cs_CZ`) more robust — inputs are sanitized and iconv() called with //IGNORE to skip invalid bytes.
* Fix: Prevent PHP notices “Trying to get property ‘invoice_color’ of non-object” and “Trying to get property ‘is_invoice_active’ of non-object” by validating option objects before property access in `include/wpgv_voucher_pdf.php`, `include/wpgv_item_pdf.php` and `front.php`.
* Fix: Ensure in-memory voucher object is updated immediately after marking a voucher as Paid so email placeholders (e.g. {payment_status}) use the new status; applied to Mollie, generic voucher and Stripe success handlers (`include/voucher-shortcodes.php`).

= Version 4.4.0 – Released: October 09, 2025 =
* Feature: Add Quotes suggestions for Personal Message (frontend & backend).
* Fix: Isolate FPDF to prevent font/path conflicts with other plugins.

= Version 4.3.9 – Released: July 31, 2025 =
* Fix: Resolved a display issue with the date picker field on the user interface.

= Version 4.3.8 – Released: July 30, 2025 =
Fix: Resolved an issue that prevented voucher codes from being generated when customers purchased gift cards using the Standard List View.

= Version 4.3.7 – Released: July 16, 2025 =
* Fix: Fixed an issue where voucher codes were not generated when customers purchased Giftcard Modern.

= Version 4.3.6 – Released: July 08, 2025 =
* Feature: Create incremental voucher codes.
* Feature: Add surcharge for Giftcard Modern feature.
* Fix: Fixed display issue with price and surcharge in the GiftCard Standard list view.

= Version 4.3.5 – Released: June 06, 2025 =
* Fix: order duplication in manual standard giftcard flow.
* Feature: Add import & export functionality for gift card orders.
* Fixed FPDF library conflict with other plugins.
* Change “personalize” to “personalise” for English (UK) localization.

= Version 4.3.4 – Released: April 16, 2025 =
* Fix: Corrected total price calculation for Giftcard Standard.
* Update: Calendar display is now fully localized based on the site’s language settings.
* Update: Added missing text translations:
– Send on a future date
– Send Instantly
* Update: Voucher images in (wpgv_giftcard_standard) Grid View now display in full size.

= Version 4.3.3 – Released: March 10, 2025 =
* Feature: Display detailed voucher information in the purchase history.
* Feature: Automatically recalculate the total price with VAT & shipping fees when applying a Gift Card code in WooCommerce.
* Feature: Integrate vouchers with the invoicing and accounting system.
* Feature: Integrate Mollie payment gateway.
* Fix: search functionality in the purchase history page.
* Feature: Merge the voucher code field with WooCommerce’s coupon code field for a unified discount application

= Version 4.3.2 – Released: December 30, 2024 =
* Feature: Render modern gift card based on ID.
* Feature: The ‘Create Template’ page provides a streamlined, user-friendly interface with an image upload option, making it easy and efficient to design custom gift cards.
* Fix: Resolved an issue with text preview in the PDF generated for gift card purchases

= Version 4.3.1 – Released: December 07, 2024 =
* Feature: Visual Gift Voucher Preview – Enhances the WooCommerce gift voucher product page by displaying a real-time visual representation of the selected voucher.
* Fix: issue where preview text settings are not working on the modern gift card.

= Version 4.3.0 – Released: July 30, 2024 =
* Feature: Allow customers to schedule when a gift card will be delivered
* Fix: plugin issue generating unexpected output of 2 characters.
* Update: revamp invoice PDF appearance.

= Version 4.2.9 – Released: April 04, 2024 =
* Fix: email sending issue on stripe payment.
* Display date format on receipts according to website Language.

= Version 4.2.8 – Released: January 09, 2024 =
* Integrate the text editing feature for ‘Giftcard modern’.
* Fix the issue of getting stuck during payment.

= Version 4.2.7 – Released: December 06, 2023 =
* Fix: the issue of saving ‘Special Price’.
* Block the feature of deleting orders by third parties.
* Add a feature to enter price for ‘Giftcard Modern’.

= Version 4.2.6 – Released: September 05, 2023 =
* Fix: the ‘Add Giftcard Standard Order’ feature in the backend.

= Version 4.2.5 – Released: August 11, 2023 =
* Fix: template display issue for GiftCard Standard feature.
* Fix: payment display issue for GiftCard Standard feature.

= Version 4.2.4 – Released: July 25, 2023 =
* Merge the features of gift items and gift vouchers.

= Version 4.2.3 – Released: July 04, 2023 =
* Update German language translation.

= Version 4.2.2 – Released: February 28, 2023 =
* Fix: Stripe payment method issue.

= Version 4.2.1 – Released: November 07, 2022 =
* Fix: Stripe payment method issue.

= Version 4.2.0 – Released: July 28, 2021 =
* Fix: Fixed mail sending function when buying Gift voucher products.
* Fix: Fatal error after adding special offer price for a product
* Fix: Fixed the sort by function of Gift Items in the backend
* Fix: Fixed the path of the multisafepay library
* Fix: Fixed the currency code on gift card page in the backend
* Fix: Fixed the billing error due to get_magic_quotes_runtime() function

= Version 4.1.9 – Released: February 25, 2021 =
* Fix: Error doesn’t receive money when paying by Paypal.

= Version 4.1.8 – Released: February 22, 2021 =
* Fix: Error of display image in preview on Gift Items and Gift Voucher pages

= Version 4.1.7 – Released: February 14, 2021 =
* Update v2 Payments API – PayPal.
* Fix : Translate text “Voucher ordered by , Message:”.
* Fix : Save option of Send Direct Mail is not working.
* Fix : Redeem Partial Amount (Gift Voucher Orders) negative number.
* Fix : Currency Position not working.
* Fix : Fix Hidden Fields giftcard.php file.
* Remove text “What The File” – classes/class-nag.php.
* Fix : Error of creating PDF on the Giftcard.
* Fix : Woocommmer move to status “Pending” when making a payment by Paypal.

= Version 4.1.6 – Released: September 28, 2021 =
* Update: User interface for Edit Card page
* New: Change the size of the Giftcard logo
* New: Change order status after successful payment with Stripe
* New: Hide form when buying gift voucher in Woocommerce
* Fixed: Pdf sending issue for multiple orders

= Version 4.1.5 – Released: July 14, 2021 =
* Fix function “Redeem Partial Amount”

= Version 4.1.4 – Released: June 28, 2021 =
* Update new template pro
* Update function to add logo into voucher template
* Update function to edit voucher template:

  • + Edit background
  • + Edit font size
  • + Edit font color
  • + Edit text position

* Update create a new voucher template function
* Fix shortcode to display templates without assigning categories for each template
* Fix “Buy for” option (Yourself and Others)
* Fix color settings
* Fix coupon minimum and maximum value settings for new models
* Fix the PDF file on the message is blurred
* Fix terms and condition accept checkbox should be at the last step (4th info.) instead of that it’s displaying on 3rd step
* Scroll top on “Buy”, “Back” and “Continue” buttons
* Fix change string from ‘Not Pay’ in payment status to ‘Not Paid’ grammar mistake

= Version 4.1.3 – Released: April 27, 2021 =
* Update new template pro

= Version 4.1.2 – Released: February 26, 2021
* Fix error calculate order when add voucher code
* Fix bug order status when payment stripe

= Version 4.1.1 – Released: January 21, 2021= 
*  Code optimization
*  Fix js click select checkbox on-page checkout

= Version 4.1.0 – Released: January 18, 2021= 
*  Woocommerce compatible
*  Add hidden preview button in gift card template
*  Update feature choose to display horizontal and vertical templates in the backend

= Version 4.0.0 – Released: December 22, 2020= 
*  Update new interface
*  Add new templates
*  Automatic update feature
*  Code optimization

= Version 3.3.9 – Released: December 24, 2019 =
* Added MultiSafepay in the pro version
* Added total payable amount in backend order page
* Updated code to save transaction number instead of PaymentId
* Fixed Sofort Payment issue
* Fixed PayPal transaction ID issue
* Fixed the voucher and receipt pdf view on the backend
* Fixed the issue in backend voucher creation
* Fixed issue in calculation with additional charges

= Version 3.3.9 – Released: December 24, 2019 =
* Added MultiSafepay in the pro version
* Added total payable amount in backend order page
* Updated code to save transaction number instead of PaymentId
* Fixed Sofort Payment issue
* Fixed PayPal transaction ID issue
* Fixed the voucher and receipt pdf view on the backend
* Fixed the issue in backend voucher creation
* Fixed issue in calculation with additional charges

= Version 3.3.8 – Released: November 20, 2019 =
* Added Feature to generate gift voucher from admin in the pro version
* Added Export orders feature in the pro version
* Added feature to a schedule gift voucher for send
* Generating demo item and category with default pages
* Fixed partial redeem issue on the backend order page

= Version 3.3.7 – Released: November 14, 2019 =
* Fixed major issue of Gift Voucher form on iOS devices
* Updated Currency sign encoding to UTF-8
* Fixed PHP warning on the gift items page

= Version 3.3.6 – Released: October 18, 2019 =
* Remove the limits from the free version
* Remove the message issue after 20 orders
* Added message doc to PayPal Live Client ID field

= Version 3.3.5 – Released: October 16, 2019 =
* Fixed no data show in pdf issue

= Version 3.3.4 – Released: October 10, 2019 =
* Added website additional charges feature
* Updated Sofort Payment Gateway
* Updated admin menu position and URLs
* Updated all language translations
* Updated Screenshots

= Version 3.3.3 – Released: October 07, 2019 =
* Fixed barcode issue on enabling/disable
* Fixed Add new template menu on admin

= Version 3.3.2 – Released: October 02, 2019 =
* Added Barcode features in the premium version
* Added custom value redeem from backend feature
* Added Check voucher balance page on backend
* Added button is settings page to create plugin’s default pages
* Fixed auto created pages issue on plugin activation
* Fixed same email issue on both forms
* Fixed mark as used issue on the backend
* Fixed responsive issue for style2 and style3
* Fixed price position issue on frontend and backend
* Fixed price format issue on both forms
* Updated all language translations

= Version 3.3.1 – Released: September 27, 2019 =
* Updated Stripe Payment Process
* Stripe with SCA-ready
* Updated PayPal Checkout
* Stored session and transaction keys in database
* Compatible with latest WordPress 5.2.3 version
* Fixed Mark as used issue with WooCommerce
* Fixed no expiry voucher issue

= Version 3.3.0 – Released: May 22, 2019 =
* Compatible with latest WordPress 5.2.1 version
* Fixed decimal amount issue in gift items form
* Fixed issues on the success order page
* Fixed issues for PDF not found
* Updated all language translations

= Version 3.2.9 – Released: April 10, 2019 =
* Fixed issues on success order page
* Fixed issues for PDF not found
* Updated all language translations

= Version 3.2.8 – Released: April 09, 2019 =
* Added customer receipt feature
* Added feature to add custom stripe text
* Fixed security issues on success order page
* Updated all language translations

= Version 3.2.7 – Released: April 09, 2019 =
* Added customer receipt feature
* Added feature to add custom stripe text
* Fixed security issues on success order page
* Updated all language translations

= Version 3.2.6 – Released: March 27, 2019 =
* Fixed PDF message box issue
* Fixed headers already sent issue
* Added three new languages translation
* Updated all language translations

= Version 3.2.5 – Released: March 06, 2019 =
* Compatible with latest WordPress version
* Fixed scrolling issue with some themes
* Updated language translations

= Version 3.2.4 – Released: February 18, 2019 =
* Added hide price option
* Added no expiry option
* Added custom date formats for expiry date
* Added option to remove someoneelse/yourself tabs
* Added gift voucher redeem form in cart page
* Fixed redeem voucher multiple issue
* Fixed stripe payment card errors
* Fixed other small bugs
* Updated language translations

= Version 3.2.3 – Released: January 03, 2019 =
* Changed readme details
* Updated website design and URL’s

= Version 3.2.2 – Released: December 24, 2018 =
* Fixed timezone problem in voucher order time
* Fixed timezone problem in template added time
* Plugin update issue fixed

= Version 3.2.1 – Released: December 19, 2018 =
* Fixed special character issues in items page
* Fixed message limit in gift items form
* Fixed stripe payment gateway problem

= Version 3.2.0 – Released: December 17, 2018 =
* Fixed PayPal issues
* Fixed twice mail sending issue
* Fixed WooCommerce double priced discount issue
* Added translations for Czech, Spanish and Dutch

= Version 3.1.5 – Released: November 12, 2018 =
* Added terms and condition in gift items form
* Fixed message line issue in pdf vouchers
* Fixed multiple choosen styling option for customers
* Fixed payment gateway issue
* Updated all language fixed

= Version 3.1.4 – Released: October 22, 2018 =
* Added plugin licence activation system
* Added multiple choosen styling option for customers
* Fixed mail sending problem
* Fixed paypal email issue
* Updated all language fixed

= Version 3.1.3 – Released: October 17, 2018 =
* Fixed New Template Page
* Fixed order details page
* Fixed backend view order page
* Fixed order success page mail issue

= Version 3.1.2 – Released: October 13, 2018 =
* Fixed New Template Page
* Fixed New Gift Item Page
* Fixed all plugin shortcodes print issue
* Fixed email sending issues

= Version 3.1.1 – Released: October 10, 2018 =
* Fixed settings saving issue
* Fixed other bugs

= Version 3.1.0 – Released: October 07, 2018 =
* Added new feature in Gift Voucher booking form
* Added new feature in Gift Items booking form
* Added new feature for customization of voucher
* Fixed mail sending issue
* Fixed PayPal issue
* Fixed Stripe issue
* Fixed other bugs

= Version 3.0.1 – Released: September 28, 2018 =
* Compatible with WooCommerce
* Added option for pdf footer url and email
* Added option for demo image
* Added option for success and order cancellation page message
* Added option for disable preview button
* Fixed other bugs

= Version 2.0.3 – Released: September 22, 2018 =
* Compatible with Multisite WP Environment
* Fixed small bugs

= Version 2.0.2 – Released: August 28, 2018 =
* Fixed email sending problem
* Fixed plugin settings page
* Fixed other bugs

= Version 2.0.1 – Released: July 30, 2018 =
* Added Gift Item creating feature

= Version 1.0.7 – Released: July 10, 2018 =
* Added options for email subject and body
* Added Swedish translation
* Fixed All Language translation
* Fixed some bugs

= Version 1.0.6 – Released: July 03, 2018 =
* Added Stripe Payment Gateway
* Added Danish and French translation
* Fixed Deutsch Language translation
* Fixed some bugs
* Updated voucher-script.js file

= Version 1.0.5 – Released: May 30, 2018 =
* Added French translations
* Fixed Deutsch and Hindi translations
* Updated voucher-script.js file

= Version 10.4 – Released: May 28, 2018 =
* Fixed Deutsch Language translation
* Fixed some bugs

= Version 1.0.3 – Released: May 25, 2018 =
* Added textual changes
* Added default error message
* Upgrading Some styles
* Fixing some bugs

= Version 1.0.2 – Released: May 15, 2018 =
* Added Voucher max value setting
* Added voucher expiry type as fixed date
* Replaced voucher default title to template title
* Updated voucher preview
* Updated wordpress-gift-voucher.php

= Version 1.0.1 – Released: April 26, 2018 =
* Updated wordpress-gift-voucher.php
* Updated front.php
* Fixed ‘Note’ text problem on voucher order

= Version 1.0.0 – Released: March 30, 2018 =
* Initial release

Updated on November 27, 2025

Doc navigation

← Video GuideFAQ →
images
    • Pricing
    • Demo
    • FAQ’s
    • Docs
    • Support
    • History
    • Blog