Skip to content

Commit 8f80cb7

Browse files
PHP Version 5.6.20
1 parent 30e8c06 commit 8f80cb7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codepress-admin-columns.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

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

4747
if ( $dependencies->has_missing() ) {
4848
return;

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ You can find a list of the available actions and filters (and examples on how to
216216
= 3.4.8 =
217217
Release Date: November 19th, 2019
218218

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

0 commit comments

Comments
 (0)