Skip to content

Commit

Permalink
Update the minimum required WP version for plugins (#103)
Browse files Browse the repository at this point in the history
* Update minimum required WP version for plugins

* Add changeset
  • Loading branch information
irshadahmad21 authored Feb 19, 2024
1 parent 55fc37d commit e12a25c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/rude-turtles-fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"wptelegram": patch
"wptelegram-comments": patch
"wptelegram-login": patch
"wptelegram-widget": patch
---

Updated minimum required WP version to 6.4
2 changes: 1 addition & 1 deletion config/wpdev.base.project.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const getBundleConfig = ({ slug, key, version, textDomain }) => {
data: {
requirements: {
requiresPHP: '7.4',
requiresAtLeast: '6.2',
requiresAtLeast: '6.4',
testedUpTo: '6.4.3',
},
target: {
Expand Down

0 comments on commit e12a25c

Please sign in to comment.