Skip to content

bumped to 2.0.7#45

Merged
gin0115 merged 1 commit intotrunkfrom
release/2.0.7
Sep 17, 2025
Merged

bumped to 2.0.7#45
gin0115 merged 1 commit intotrunkfrom
release/2.0.7

Conversation

@gin0115
Copy link
Collaborator

@gin0115 gin0115 commented Sep 17, 2025

Changes proposed in this Pull Request

  • This pull request updates the plugin version to 2.0.7 and ensures version consistency across the codebase. There are no functional or behavioral changes included.

Version updates:

  • Updated the version number to 2.0.7 in package.json, plugin headers in plugin.php, and the SE_VERSION constant to maintain consistency throughout the project. [1] [2] [3] [4]

Minor code formatting:

  • Removed an unnecessary blank line in the render_date_list_grouped method in class-date-display-formatter.php.

Testing instructions

Mentions #

Summary by CodeRabbit

  • Chores

    • Bumped plugin/package version to 2.0.7 across metadata for release consistency. No changes to features, settings, or integrations. Backwards compatibility preserved.
  • Style

    • Minor formatting cleanup in date display logic to improve readability. No impact on functionality, behavior, or output.

No user-facing changes in this release.

@coderabbitai
Copy link

coderabbitai bot commented Sep 17, 2025

Walkthrough

This PR bumps the plugin version from 2.0.6 to 2.0.7 across metadata and constants. package.json updates the "version" field to 2.0.7. In plugin.php, the header Version and @Version fields are set to 2.0.7, and the SE_VERSION constant changes from '2.0.5' to '2.0.7'. In src/classes/class-date-display-formatter.php, a blank line after a comment in render_date_list_grouped() is removed with no behavioral change.

Possibly related PRs

  • bumped to 2.0.5 #39: Performs version bumps in package.json and plugin.php, including SE_VERSION and header metadata.
  • Release/2.0.4 #37: Updates package.json version and plugin.php SE_VERSION/header fields similarly.
  • Bumped #28: Bumps package.json version and aligns plugin.php header and SE_VERSION.

Suggested reviewers

  • joao-krauchenco-mottu

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title "bumped to 2.0.7" directly references the primary change in this PR (a version bump to 2.0.7 across package.json and plugin headers) and is concise and readable, so it accurately summarizes the main change. It is short and single-sentence, meeting the brevity requirement. The title could be slightly more informative by naming the component, but it still reflects the core change.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
  • 📝 Generate Docstrings

Comment @coderabbitai help to get the list of available commands and usage tips.

@gin0115 gin0115 merged commit 89b0a75 into trunk Sep 17, 2025
6 of 7 checks passed
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

♻️ Duplicate comments (1)
plugin.php (1)

8-21: License in header is GPL-3.0-or-later; package.json lists GPL-2.0-or-later.

Mirror the package.json comment; align both to the same license.

🧹 Nitpick comments (2)
plugin.php (2)

16-16: Plugin header Version bumped to 2.0.7: LGTM. Also verify “Tested up to: 6.4”.

If you’ve validated on newer WP core, update this field accordingly.


34-34: SE_VERSION constant updated: LGTM. Consider deriving from metadata to avoid future drift.

Use the parsed header version so you never need to edit this line during bumps.

-define( 'SE_VERSION', '2.0.7' );
+define( 'SE_VERSION', SE_METADATA['Version'] ?? '2.0.7' );
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c8d8884 and f2a14a3.

⛔ Files ignored due to path filters (2)
  • package-lock.json is excluded by !**/package-lock.json
  • simple-events.zip is excluded by !**/*.zip
📒 Files selected for processing (3)
  • package.json (2 hunks)
  • plugin.php (3 hunks)
  • src/classes/class-date-display-formatter.php (0 hunks)
💤 Files with no reviewable changes (1)
  • src/classes/class-date-display-formatter.php
🔇 Additional comments (3)
plugin.php (1)

6-6: @Version header bumped to 2.0.7: LGTM.

package.json (2)

9-9: License mismatch with plugin header — reconcile.

package.json declares "GPL-2.0-or-later" while plugin.php declares "GPL-3.0-or-later"; pick one canonical license and align both metadata.

If GPL‑3.0‑or‑later is correct (per plugin.php), apply:

-    "license": "GPL-2.0-or-later",
+    "license": "GPL-3.0-or-later",

3-3: Approve: version bump to 2.0.7 — all declared versions match.
package.json, plugin.php header/@Version, and SE_VERSION const all report 2.0.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant