Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the
wp-loupe
WordPress plugin, focusing on version upgrades, new features, and code refactoring. The most important changes include updating dependencies, adding new functionalities for custom post types, and improving the user interface with Select2 for better user experience.Version and Dependency Updates:
0.0.10
incomposer.json
,package.json
,readme.txt
, andwp-loupe.php
. [1] [2] [3] [4]loupe/loupe
dependency from~0.6.3
to~0.9.0
incomposer.json
.New Features:
$cpt
to store custom post types inincludes/class-wploupe-settings-page.php
and utilized it in settings fields. [1] [2] [3]Code Refactoring:
dump
function for debugging purposes inwp-loupe.php
.posts_pre_query
method to include debug dumps and removed the admin check for search queries inwp-loupe.php
. [1] [2]