diff --git a/fakerpress.php b/fakerpress.php index b0e6557..d1b1656 100644 --- a/fakerpress.php +++ b/fakerpress.php @@ -27,7 +27,7 @@ if ( ! is_plugin_active( plugin_basename( __FP_FILE__ ) ) ) { wp_print_styles( 'open-sans' ); echo ""; - echo 'FakerPress requires PHP 7.1 or higher, and the plugin has now disabled itself.' . + echo 'FakerPress requires PHP 7.4 or higher, and the plugin has now disabled itself.' . '
' . 'To allow better control over dates, advanced security improvements and performance gain.' . '
' . diff --git a/readme.txt b/readme.txt index 624a0f6..728dfb8 100644 --- a/readme.txt +++ b/readme.txt @@ -17,7 +17,7 @@ Whenever you create a new Theme or Plugin you will always need to create custom Our goal with this plugin is to fill this gap where you have problem with a good solution both for Developers and for Users of WordPress. -> **Note: This plugin requires PHP 7.1 or higher to be activated.** +> **Note: This plugin requires PHP 7.4 or higher to be activated.** [**Checkout our GitHub Repository**](http://fakerpress.com/r/github) @@ -107,7 +107,6 @@ Thank you for wanting to make FakerPress better for everyone! [We salute you](ht * Version - Updated composer dependency `nesbot/carbon to version `2.66`. * Fix - Resolve some errors happening with Carbon and version 8.2 of PHP. - = 0.6.0 — 30 of March 2022 = * Requirement - PHP Version 7.1 required for usage of FakerPress, important step to allow further improvements and tests.