Skip to content

Commit

Permalink
PHP Version 5.6.20
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasschutter committed Nov 19, 2019
1 parent 30e8c06 commit 8f80cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codepress-admin-columns.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

add_action( 'after_setup_theme', function () {
$dependencies = new AC\Dependencies( plugin_basename( AC_FILE ), AC_VERSION );
$dependencies->requires_php( '5.3.6' );
$dependencies->requires_php( '5.6.20' );

if ( $dependencies->has_missing() ) {
return;
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ You can find a list of the available actions and filters (and examples on how to
= 3.4.8 =
Release Date: November 19th, 2019

* [Changed] Support for PHP 5.3. The minimum version required to run Admin Columns is now PHP 5.6.20
* [Updated] The minimum version required to run Admin Columns is now PHP 5.6.20
* [Improved] Adapted new WordPress interface styling
* [Improved] Updated Select2 to 4.0.12 to prevent non closing drop-downs

Expand Down

0 comments on commit 8f80cb7

Please sign in to comment.