Skip to content

Commit

Permalink
Updatin ghte CMB statement
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Jan 9, 2025
1 parent 1b5127d commit 8a0fa04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions includes/classes/legacy/class-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
}

/**
Expand Down

0 comments on commit 8a0fa04

Please sign in to comment.