Skip to content

Releases: lightspeedwp/to-specials

2.1

20 Dec 10:12
Immutable release. Only release title and notes can be modified.
63c8619

Choose a tag to compare

Description

This release introduces significant improvements to the template system, enhanced custom field configurations, and better Tour Operator 2.0 compatibility for the Special Offers plugin.

Added

  • New LSX_TO_Specials_Templates class for proper block template registration
  • Block editor templates: templates/archive-special.html and templates/single-special.html
  • Post field support for enhanced content management

Updated

  • Special metabox configurations for better CMB2 integration
  • Field titles and descriptions for improved user guidance
  • Post type labels for better clarity
  • Plugin assets converted to PNG format (banners and icons)
  • Language files (.po, .pot) with new strings and improved formatting
  • Plugin version to 2.1 across all files

Fixed

  • Post type slug for single special offer template (changed from 'tour' to 'special')
  • Travel dates field naming for consistency
  • Template registration logic for block editor compatibility

Removed

  • Legacy class-template-redirects.php (189 lines removed)
  • Unused gulpfile.js (51 lines removed)
  • Obsolete template selection logic

Changed

  • Improved class structure and organization
  • Simplified template loading system
  • Enhanced field structure in metabox configurations

Security

  • Tested with WordPress 6.9
  • Tested with PHP 8.0+
  • Code quality improvements for better security

2.0.0

09 May 13:45
890636e

Choose a tag to compare

Description

The following PR contains the code for the block updates and the removal of the legacy code.

Added

  • WordPress block editor support
  • Tour Operator 2.0 Support.

Updated

  • Custom fields to CMB2 and its add-ons.
  • WPCS warnings notices fixed.

Removed

  • Old PHP Templates, function and legacy template code.

Security

  • Tested with WordPress 6.8.1

What's Changed

Full Changelog: 1.3.6...2.0.0

1.3.6

10 Aug 06:26
66eac93

Choose a tag to compare

Description

  • General testing to ensure compatibility with latest WordPress version (6.3).
  • Updating the version number and stable tag

1.3.5

20 Apr 12:24
bf62d79

Choose a tag to compare

Security

  • General testing to ensure compatibility with latest WordPress version (6.2).

1.3.4

22 Dec 13:22
ec887f0

Choose a tag to compare

Security

  • General testing to ensure compatibility with latest WordPress version (6.1.1).

1.3.3

12 Sep 09:57

Choose a tag to compare

Security

  • General testing to ensure compatibility with latest WordPress version (6.0).

1.3.2

15 Jan 17:31

Choose a tag to compare

Added

  • Allowing the block editor for the single specials description area.

Updated

  • Documentation and support links

Security

  • General testing to ensure compatibility with latest WordPress version (5.6).

V 1.3.1

19 Dec 13:52

Choose a tag to compare

1.3.1

  • Dev - Enabled the sorting of the gallery field.
  • Dev - General testing to ensure compatibility with latest WordPress version (5.3).
  • Dev - Checking compatibility with LSX 2.6 release.

V 1.3.0

27 Sep 22:14

Choose a tag to compare

1.3.0

  • Dev - Added in the option to disable the view more button on the widget template
  • Fix - Fix the double button on widget template.
  • Dev - Adding the .gitattributes file to remove unnecessary files from the WordPress version.
  • Dev - Added in the Offer Schema to the plugin, which integrates with Yoast WordPress SEO.

V 1.2.1

07 Aug 03:27

Choose a tag to compare

1.2.1

  • Dev - Updating dependencies.