diff --git a/loader.php b/loader.php index 20d3bbd..504aa1c 100644 --- a/loader.php +++ b/loader.php @@ -3,7 +3,7 @@ Plugin Name: Commons In A Box Plugin URI: http://commonsinabox.org Description: A suite of community and collaboration tools for WordPress, designed especially for academic communities -Version: 1.5.1-beta1 +Version: 1.5.1 Author: CUNY Academic Commons Author URI: http://commons.gc.cuny.edu Licence: GPLv3 @@ -163,10 +163,10 @@ private function setup_globals() { /** VERSION ***********************************************************/ // CBOX version - $this->version = '1.5.1-beta1'; + $this->version = '1.5.1'; // UTC date of CBOX version release - $this->revision_date = '2024-01-02 18:00 UTC'; + $this->revision_date = '2024-01-10 18:00 UTC'; /** FILESYSTEM ********************************************************/ diff --git a/readme.txt b/readme.txt index de179e1..bbbe154 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: cuny-academic-commons, boonebgorges, r-a-y Tags: commons, cuny, community, education, academic, buddypress Requires at least: 4.9.8 -Tested up to: 6.2 -Stable tag: 1.4.0 +Tested up to: 6.4 +Stable tag: 1.5.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html