Skip to content

Build PR v1.7.2 #184

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open

Build PR v1.7.2 #184

wants to merge 19 commits into from

Conversation

akshayurankar48
Copy link
Contributor

  • Improvement: Integrated PHP Insights for automated code quality analysis.

@akshayurankar48 akshayurankar48 requested review from Bhikule19, Copilot, vijetaR, ShubhamGupta05 and sushmak02 and removed request for Copilot April 15, 2025 05:06
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 7 out of 17 changed files in this pull request and generated 2 comments.

Files not reviewed (10)
  • admin/bsf-analytics/class-bsf-analytics.php: Language not supported
  • admin/bsf-analytics/modules/utm-analytics.php: Language not supported
  • admin/bsf-analytics/version.json: Language not supported
  • admin/index.php: Language not supported
  • index.php: Language not supported
  • init.php: Language not supported
  • languages/all-in-one-schemaorg-rich-snippets.pot: Language not supported
  • phpcs.xml.dist: Language not supported
  • phpinsights.php: Language not supported
  • settings.php: Language not supported

@sushmak02 sushmak02 requested a review from vijetaR April 15, 2025 06:46
README.md Outdated
@@ -83,6 +83,9 @@ No, the plugin provides an easy-to-use interface where you can add schema markup

## Changelog ##

### 1.7.2 ###
- Improvement: Integrated PHP Insights for automated code quality analysis.
Copy link
Contributor

Choose a reason for hiding this comment

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

  • Improvement: Enhanced code quality and overall plugin performanc

there is no need to inform users about PHPInsights

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated

phpcs.xml.dist Outdated
@@ -16,9 +16,20 @@
<exclude name="WordPress.WP.I18n.MissingTranslatorsComment" />
</rule>

<rule ref="WordPress-Core" />
<rule ref="WordPress-Core">
<exclude name="WordPress.PHP.YodaConditions.NotYoda" />
Copy link
Contributor

Choose a reason for hiding this comment

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

Excluding Yoda conditions is not recommended

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated the file @sushmak02

@@ -74,31 +74,31 @@ public function define_constants() {
/**
* Admin bar menu.
*/
public function aiosrs_admin_bar() {
public function aiosrs_admin_bar(): void {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you please check if this : void can be ignored ?

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.

4 participants