# Change log ## [[1.1.2]](https://github.com/lightspeeddevelopment/to-activities/releases/tag/1.1.2) - 2021-01-15 ### Updated - Updating support documentation and links. ### Security - General testing to ensure compatibility with latest WordPress version (5.6). ## [[1.1.1]](https://github.com/lightspeeddevelopment/to-activities/releases/tag/1.1.1) - 2020-03-30 ### Added - Updating Readme files. ### Fixed * Dev - Adding the .gitattributes file to remove unnecessary files from the WordPress version. ### Security - General testing to ensure compatibility with latest WordPress version (5.4). - General testing to ensure compatibility with latest LSX Theme version (2.7). ## [[1.1.0]]() ### Added - Support LSX Theme 2.0 new designs. - Added compatibility with LSX 2.0. - Added compatibility with Tour Operator 1.1. - New project structure. - Updated the the way the post type registers to match the refactored TO plugin. - Updated the registering of the metaboxes. ### Fixed - Fixed scripts/styles loading order - Fixed small issues - Replaced 'global $tour_operators' by 'global $tour_operator' ## [[1.0.4]]() ### Added - Standardized the Gallery and Video fields. ## [[1.0.3]]() ### Added - Fixed menu navigation improved. - Metadata: calendar info moved to the next line. - Metadata: term "price" change to "price from". - Metadata: term “duration” added to duration meta. ### Fixed - Make the addon compatible with the latest version from TO Search addon. - Added TO Search as subtab on LSX TO settings page. - Code refactored to follow the latest Tour Operator plugin workflow. - Replaced 'global $tour_operators' by 'global $tour_operator'. - Adjusted custom post type name on post types connections. - Small fixes on front-end fields. - Made Google Maps works on back-end. - Fixed content_part filter for plugin and add-ons. ## [[1.0.2]]() ### Fixed - Fixed all prefixes replaces (to_ > lsx_to_, TO_ > LSX_TO_). ## [[1.0.1]]() ### Fixed - Reduced the access to server (check API key status) using transients. - Made the API URLs dev/live dynamic using a prefix "dev-" in the API KEY. ## [[1.0.0]]() ### Added - First Version