File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4242
4343add_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 ;
Original file line number Diff line number Diff 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 =
217217Release 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
You can’t perform that action at this time.
0 commit comments