From 6f9dcbb92fce8ece104f1e467eee2bece0f83ec4 Mon Sep 17 00:00:00 2001 From: Boone B Gorges Date: Mon, 5 Aug 2024 12:52:18 -0500 Subject: [PATCH] 1.6.0-beta1 version bumps. --- loader.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/loader.php b/loader.php index c3f5208..dee5980 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.6.0-alpha +Version: 1.6.0-beta1 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.6.0-alpha'; + $this->version = '1.6.0-beta1'; // UTC date of CBOX version release - $this->revision_date = '2023-08-10 15:00 UTC'; + $this->revision_date = '2024-08-05 17:00 UTC'; /** FILESYSTEM ********************************************************/