Skip to content

Commit

Permalink
Merge branch 'master' into enhancement/find-page-query-optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
rlankhorst authored May 30, 2024
2 parents 1a33923 + eb0acba commit 876d1bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion documents/class-document.php
Original file line number Diff line number Diff line change
Expand Up @@ -1688,7 +1688,7 @@ public function get_shortcode_page_id( $type, $region , $cache = true) {
);

$pages = $wpdb->get_results($query);

$type_region = ( $region === 'eu' ) ? $type : $type . '-' . $region;

/**
Expand Down
1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ With some custom CSS this is possible, but we do not consider a cookie wall to b
* May 14th, 2024
* Improvement: Updated Google Site Kit integration
* Improvement: Detection of pages with shortcode query improved for sites with a lot of pages
* Improvement: limit above query to pages only, props @georgestephanis
* Fix: get_required_pages not existing for documents rest_api endpoint, causing a fatal error
* Fix: Data is shared with this service not saving in cookies overview

Expand Down

0 comments on commit 876d1bd

Please sign in to comment.