-
Notifications
You must be signed in to change notification settings - Fork 44
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
base: master
Are you sure you want to change the base?
Build PR v1.7.2 #184
Conversation
akshayurankar48
commented
Apr 15, 2025
- Improvement: Integrated PHP Insights for automated code quality analysis.
…e/all-in-one-schemaorg-rich-snippets into phpinsights-aiosrs-fixes
compatablity with wordpress 6.8
Phpinsights aiosrs fixes
…e-schemaorg-rich-snippets into release-candidate
There was a problem hiding this 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
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. |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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" /> |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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 ?