From 1803f0a9228ff0c20383ca3434b4794b33109f90 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 29 Nov 2019 15:28:13 +0100 Subject: [PATCH] Preparing the release 5.2.0 Beta 4 --- com.woltlab.wcf/package.xml | 11 +++--- .../update-com.woltlab.wcf_5.2.0_beta_2.php | 36 ------------------- .../update-com.woltlab.wcf_5.2.0_beta_3.php | 34 ------------------ .../install/files/lib/system/WCF.class.php | 2 +- 4 files changed, 5 insertions(+), 78 deletions(-) delete mode 100644 wcfsetup/install/files/acp/update-com.woltlab.wcf_5.2.0_beta_2.php delete mode 100644 wcfsetup/install/files/acp/update-com.woltlab.wcf_5.2.0_beta_3.php diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 648e55bd68..a9c2854c8d 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ Free CMS and web-framework, designed for awesome websites and communities. Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht. 1 - 5.2.0 Beta 3 - 2019-11-15 + 5.2.0 Beta 4 + 2019-11-29 @@ -50,13 +50,10 @@ acp/post_install.php - + acptemplates_update.tar files_update.tar - templates_update.tar - acp/update-com.woltlab.wcf_5.2.0_beta_3.php - - + diff --git a/wcfsetup/install/files/acp/update-com.woltlab.wcf_5.2.0_beta_2.php b/wcfsetup/install/files/acp/update-com.woltlab.wcf_5.2.0_beta_2.php deleted file mode 100644 index 6a573118b8..0000000000 --- a/wcfsetup/install/files/acp/update-com.woltlab.wcf_5.2.0_beta_2.php +++ /dev/null @@ -1,36 +0,0 @@ - - */ - -$tables = [ - DatabaseTable::create('wcf1_reaction_type') - ->columns([ - NotNullVarchar255DatabaseTableColumn::create('title'), - NotNullVarchar255DatabaseTableColumn::create('iconFile') - ->defaultValue(''), - DefaultTrueBooleanDatabaseTableColumn::create('isAssignable'), - - DefaultFalseBooleanDatabaseTableColumn::create('isDisabled') - ->drop() - ]), -]; - -(new DatabaseTableChangeProcessor( - /** @var ScriptPackageInstallationPlugin $this */ - $this->installation->getPackage(), - $tables, - WCF::getDB()->getEditor()) -)->process(); diff --git a/wcfsetup/install/files/acp/update-com.woltlab.wcf_5.2.0_beta_3.php b/wcfsetup/install/files/acp/update-com.woltlab.wcf_5.2.0_beta_3.php deleted file mode 100644 index dee5ddc892..0000000000 --- a/wcfsetup/install/files/acp/update-com.woltlab.wcf_5.2.0_beta_3.php +++ /dev/null @@ -1,34 +0,0 @@ - - */ - -$tables = [ - PartialDatabaseTable::create('wcf1_package') - ->indices([ - DatabaseTableIndex::create('package') - ->columns(['package']) - ->drop(), - - DatabaseTableIndex::create() - ->type(DatabaseTableIndex::UNIQUE_TYPE) - ->columns(['package']) - ]) -]; - -(new DatabaseTableChangeProcessor( -/** @var ScriptPackageInstallationPlugin $this */ - $this->installation->getPackage(), - $tables, - WCF::getDB()->getEditor()) -)->process(); diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index db8d1c4789..1283fd8c44 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -49,7 +49,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '5.2.0 Beta 3'); +define('WCF_VERSION', '5.2.0 Beta 4'); // define current API version // @deprecated 5.2 -- 2.20.1