Skip to content

Commit

Permalink
Enabled support for PHP 7.4 after user feedback (#67)
Browse files Browse the repository at this point in the history
* Enable support for php 7.4

* Add changeset
  • Loading branch information
irshadahmad21 authored Jan 27, 2024
1 parent 1ddec03 commit b8f1656
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .changeset/curly-lobsters-design.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
---

Enabled support for PHP 7.4 after user feedback
2 changes: 1 addition & 1 deletion config/wpdev.base.project.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const getBundleConfig = ({ slug, key, version, textDomain }) => {
type: 'update-requirements',
data: {
requirements: {
requiresPHP: '8.0',
requiresPHP: '7.4',
requiresAtLeast: '6.2',
testedUpTo: '6.4.1',
},
Expand Down

0 comments on commit b8f1656

Please sign in to comment.