diff --git a/changelog.md b/changelog.md index 0fae9db8..a0419f28 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,9 @@ ### Added - A "Parents Only" checkbox to the TO query block settings, allowing you to select only the parent destinations. +### Fixed +- Fixes to the post relation fields and when they save, detected via the TO Reviews plugin. + ## [[2.0.0]](https://github.com/lightspeeddevelopment/tour-operator/releases/tag/2.0.0) - 20-12-2024 ### Enhancements diff --git a/includes/classes/legacy/class-admin.php b/includes/classes/legacy/class-admin.php index b25c6f52..06bf5f6f 100644 --- a/includes/classes/legacy/class-admin.php +++ b/includes/classes/legacy/class-admin.php @@ -62,8 +62,6 @@ public function __construct() { add_action( 'init', array( $this, 'init' ) ); add_action( 'admin_enqueue_scripts', array( $this, 'enqueue_admin_stylescripts' ), 999 ); - - //add_action( 'cmb2_pre_save_field', array( $this, 'cpt_relations' ), 2, 20 ); } /**