Skip to content

Commit

Permalink
Small changes to min version
Browse files Browse the repository at this point in the history
  • Loading branch information
bordoni committed Jul 10, 2023
1 parent 3077aac commit 0684d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fakerpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
if ( ! is_plugin_active( plugin_basename( __FP_FILE__ ) ) ) {
wp_print_styles( 'open-sans' );
echo "<style>body{margin: 0 2px;font-family: 'Open Sans',sans-serif;font-size: 13px;line-height: 1.5em;}</style>";
echo '<b>FakerPress</b> requires PHP 7.1 or higher, and the plugin has now disabled itself.' .
echo '<b>FakerPress</b> requires PHP 7.4 or higher, and the plugin has now disabled itself.' .
'<br />' .
'To allow better control over dates, advanced security improvements and performance gain.' .
'<br />' .
Expand Down
3 changes: 1 addition & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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 &mdash; 30 of March 2022 =

* Requirement - PHP Version 7.1 required for usage of FakerPress, important step to allow further improvements and tests.
Expand Down

0 comments on commit 0684d82

Please sign in to comment.