Skip to content

Commit

Permalink
Make 6.1.0 release (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
kghbln authored Jul 26, 2024
1 parent c8eafd7 commit 7b0782e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -38,6 +37,12 @@ Only in Semantic Bundle 5.0 and earlier:
<th>Supported MediaWiki</th>
<th>Bundled SMW</th>
</tr>
<tr>
<td><strong>6.1.0</strong></td>
<td>7.4 - 8.2</td>
<td>1.35 - 1.41</td>
<td>~4.2.0</td>
</tr>
<tr>
<td><strong>6.0.0</strong></td>
<td>7.4 - 8.1</td>
Expand All @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion SemanticBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]'
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 7b0782e

Please sign in to comment.