Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
DGStefan committed Nov 5, 2024
1 parent e63a64c commit 6cc0bb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions codepress-admin-columns.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: Admin Columns
Version: 4.7.8
Version: 4.7.9
Description: Customize columns on the administration screens for post(types), pages, media, comments, links and users with an easy to use drag-and-drop interface.
Author: AdminColumns.com
Author URI: https://www.admincolumns.com
Expand Down Expand Up @@ -37,7 +37,7 @@
}

define('AC_FILE', __FILE__);
define('AC_VERSION', '4.7.8');
define('AC_VERSION', '4.7.9');

require_once __DIR__ . '/classes/Dependencies.php';

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: admin, column, columns, table, tables
Requires at least: 4.7.3
Tested up to: 6.6.2
Requires PHP: 7.2
Stable tag: 4.7.8
Stable tag: 4.7.9
License: GPLv2
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

Expand Down

0 comments on commit 6cc0bb1

Please sign in to comment.