Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .plugin-data
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.0.0",
"version": "1.0.1",
"slug": "wp-grid-builder-p2p"
}
7 changes: 6 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,9 @@ This plugin add two new type of sources for your facets, Posts to Posts (P2P) co

## Changelog

### 1.0.0
### 1.0.0
- Initial release: P2P connection facets for WP Grid Builder.

### 1.0.1
- Broaden PHP requirement from 8.3 to ^8.0 (supports PHP 8.0 through 8.4).
- Fix Composer installs on projects running PHP 8.4.
2 changes: 1 addition & 1 deletion wp-grid-builder-p2p.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: WP Grid Builder - Posts 2 Posts
Version: 1.0.0
Version: 1.0.1

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Internal version constant stale

Low Severity

The plugin header Version is set to 1.0.1, but WP_GRID_BUILDER_P2P_FACET_VERSION is still 1.0.0. Anything that reads the constant will report the wrong release version after this bump.

Additional Locations (1)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit cde9af3. Configure here.

Version Boilerplate: 3.5.0
Plugin URI: https://beapi.fr
Description: Add a P2P connexion facet for the plugin WP Grid Builder
Expand Down
Loading