release 3.4.0
This commit is contained in:
parent
37c0701700
commit
d140b1188a
6 changed files with 2895 additions and 1316 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
|
|||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||
|
||||
## [3.4.0] - 2021-08-01
|
||||
### Added
|
||||
- Added image support for OG for Discord only.
|
||||
|
||||
### Changed
|
||||
- Updated translations.
|
||||
- Dropped support for PHP 7.1
|
||||
|
||||
### Fixed
|
||||
- Fixed possible XSS and CSRF attacks.
|
||||
|
||||
## [3.3.5] - 2021-04-25
|
||||
### Fixed
|
||||
- Removed OG integration for discord.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "sergix44/xbackbone",
|
||||
"license": "AGPL-3.0-only",
|
||||
"version": "3.3.5",
|
||||
"version": "3.4.0",
|
||||
"description": "A lightweight ShareX PHP backend",
|
||||
"type": "project",
|
||||
"require": {
|
||||
|
|
2
composer.lock
generated
2
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "0cb874c7e8c9ebad2dc827f61cf212e6",
|
||||
"content-hash": "a3391464dc2039911fec50290715bd44",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aws/aws-sdk-php",
|
||||
|
|
|
@ -5,6 +5,17 @@ nav_order: 9
|
|||
---
|
||||
# Changelog
|
||||
|
||||
## [3.4.0] - 2021-08-01
|
||||
### Added
|
||||
- Added image support for OG for Discord only.
|
||||
|
||||
### Changed
|
||||
- Updated translations.
|
||||
- Dropped support for PHP 7.1
|
||||
|
||||
### Fixed
|
||||
- Fixed possible XSS and CSRF attacks.
|
||||
|
||||
## [3.3.5] - 2021-04-25
|
||||
### Fixed
|
||||
- Removed OG integration for discord.
|
||||
|
|
|
@ -7,7 +7,7 @@ nav_order: 2
|
|||
# Installation
|
||||
|
||||
### Prerequisites
|
||||
XBackBone require PHP >= `7.1`, with installed the required extensions:
|
||||
XBackBone require PHP >= `7.2`, with installed the required extensions:
|
||||
+ `php-sqlite3` for SQLite.
|
||||
+ `php-mysql` for MariaDB/MySQL.
|
||||
+ `php-gd` image manipualtion library.
|
||||
|
|
4183
package-lock.json
generated
4183
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue