From 7b0782ec918f598f39d577a477da3c6252c8ee3a Mon Sep 17 00:00:00 2001 From: Karsten Hoffmeyer Date: Fri, 26 Jul 2024 09:40:37 +0200 Subject: [PATCH] Make 6.1.0 release (#39) --- README.md | 23 +++++++++++++++++++---- SemanticBundle.php | 2 +- composer.json | 10 +++++----- 3 files changed, 25 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dd4ba8d..bcd103c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Semantic Bundle -[![Build Status](https://travis-ci.org/ProfessionalWiki/SemanticBundle.svg?branch=master)](https://travis-ci.org/ProfessionalWiki/SemanticBundle) -[![Latest Stable Version](https://poser.pugx.org/mediawiki/semantic-bundle/version.png)](https://packagist.org/packages/mediawiki/semantic-bundle) -[![Download count](https://poser.pugx.org/mediawiki/semantic-bundle/d/total.png)](https://packagist.org/packages/mediawiki/semantic-bundle) +![Latest Stable Version](https://img.shields.io/packagist/v/mediawiki/semantic-bundle.svg) +![Total Download Count](https://img.shields.io/packagist/dt/mediawiki/semantic-bundle.svg) Bundle extension that installs and loads Semantic MediaWiki and associated extensions. @@ -38,6 +37,12 @@ Only in Semantic Bundle 5.0 and earlier: Supported MediaWiki Bundled SMW + + 6.1.0 + 7.4 - 8.2 + 1.35 - 1.41 + ~4.2.0 + 6.0.0 7.4 - 8.1 @@ -61,7 +66,7 @@ Semantic Bundle is installed using [Composer](https://getcomposer.org) with Change to the base directory of your MediaWiki installation and execute these two commands: - COMPOSER=composer.local.json composer require --no-update mediawiki/semantic-bundle:~6.0 + COMPOSER=composer.local.json composer require --no-update mediawiki/semantic-bundle:~6.1 composer update mediawiki/semantic-bundle --no-dev -o @@ -119,6 +124,16 @@ file contains the latest version of Semantic Bundle. ## Version history +### Semantic Bundle 6.1.0 (2024-07-25) + +* Added support for PHP 8.2 +* Added support for MediaWiki 1.39 up to 1.41 +* Upgraded Semantic MediaWiki from ^4.0.1 to ^4.2.0 +* Upgraded Semantic Result Formats from ^4.0.1 to ^4.2.0 +* Upgraded Semantic Extra Special Properties from ^3.0.1 to ^3.0.5 +* Upgraded Maps from ^9.0.7 to ^10.2.0 +* Upgraded Page Forms ^5.0.0 to 5.6.3 + ### Semantic Bundle 6.0.1 (2022-04-09) * Fixed loading of Semantic MediaWiki diff --git a/SemanticBundle.php b/SemanticBundle.php index 395cc82..f1587cc 100644 --- a/SemanticBundle.php +++ b/SemanticBundle.php @@ -21,7 +21,7 @@ 'path' => __FILE__, 'namemsg' => 'semantic-bundle-name', 'name' => 'AA Semantic Bundle', - 'version' => '6.0.1', + 'version' => '6.1.0', 'author' => [ '[https://www.EntropyWins.wtf/mediawiki Jeroen De Dauw]', '[https://Professional.Wiki/ Professional.Wiki]' diff --git a/composer.json b/composer.json index 7b4f852..ddb0a1b 100644 --- a/composer.json +++ b/composer.json @@ -44,17 +44,17 @@ "php": ">=7.4", "composer/installers": "^2|^1.0.1", - "mediawiki/semantic-media-wiki": "^4.0.1", + "mediawiki/semantic-media-wiki": "^4.2.0", - "mediawiki/semantic-result-formats": "^4.0.1", - "mediawiki/maps": "^10.0.0", + "mediawiki/semantic-result-formats": "^4.2.0", + "mediawiki/maps": "^10.2.0", "professional-wiki/modern-timeline": "^1.2.0", "mediawiki/mermaid": "^3.1.0", - "mediawiki/semantic-extra-special-properties": "^3.0.1", + "mediawiki/semantic-extra-special-properties": "^3.0.5", "mediawiki/semantic-compound-queries": "^2.2.0", - "mediawiki/page-forms": "^5.0.0" + "mediawiki/page-forms": "5.6.3" }, "config": { "allow-plugins": {