1.0.3
This commit is contained in:
parent
13d75b6fed
commit
39cd206390
2 changed files with 9 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
# AI Labs v 1.0.2 RC
|
||||
##### [See changelog](#changelog)
|
||||
# AI Labs v 1.0.3 RC
|
||||
##### [Changelog](#changelog)
|
||||
|
||||
Incorporate AI into your phpBB board and get ready for an exciting experience.
|
||||
Currently supported ChatGPT, DALL-E (OpenAI) and Stable Diffusion (Stability AI).
|
||||
|
@ -15,7 +15,7 @@ Examples:
|
|||
Also available as Telegram bot https://t.me/stable_diffusion_superbot
|
||||
|
||||
## Requirements
|
||||
* php >=7.1
|
||||
* php >=7.4
|
||||
* phpbb >= 3.2
|
||||
|
||||
## Important notes
|
||||
|
@ -111,10 +111,13 @@ This extension is currently being actively developed. For communication, please
|
|||
|
||||
## <a name="changelog"></a>Changelog
|
||||
|
||||
* 1.0.3 June 1, 2023
|
||||
- bumped php requirements to >= 7.4
|
||||
|
||||
* 1.0.2 June 1, 2023
|
||||
- Only apply `utf8_encode_ucr` if present, reported by [Vlad__](https://www.phpbbguru.net/community/viewtopic.php?p=561158#p561158)
|
||||
This will allow phpBB 3.2.1 support without any modifications.
|
||||
- Removed `...` and `array` to support php 7.1, reported by [Vlad__](https://www.phpbbguru.net/community/viewtopic.php?p=561163#p561163)
|
||||
- Removed `...` and `array` to support php 7.x, reported by [Vlad__](https://www.phpbbguru.net/community/viewtopic.php?p=561163#p561163)
|
||||
- Added missing `reply` processing for chatgpt controller, reported by [Vlad__](https://www.phpbbguru.net/community/viewtopic.php?p=561205#p561205)
|
||||
- Added board prefix to all links, reported by [Miri4ever](https://www.phpbb.com/community/viewtopic.php?p=15958961#p15958961)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"type": "phpbb-extension",
|
||||
"description": "AI Labs",
|
||||
"homepage": "https://privet.fun",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"time": "2023-06-01",
|
||||
"keywords": [
|
||||
"phpbb",
|
||||
|
@ -26,7 +26,7 @@
|
|||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=7.1",
|
||||
"php": ">=7.4",
|
||||
"phpbb/phpbb": ">=3.2",
|
||||
"composer/installers": "~1.0.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue