release 3.4.0

This commit is contained in:
Sergio Brighenti 2021-08-01 13:24:39 +02:00
parent 37c0701700
commit d140b1188a
6 changed files with 2895 additions and 1316 deletions

View file

@ -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/). 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 ## [3.3.5] - 2021-04-25
### Fixed ### Fixed
- Removed OG integration for discord. - Removed OG integration for discord.

View file

@ -1,7 +1,7 @@
{ {
"name": "sergix44/xbackbone", "name": "sergix44/xbackbone",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",
"version": "3.3.5", "version": "3.4.0",
"description": "A lightweight ShareX PHP backend", "description": "A lightweight ShareX PHP backend",
"type": "project", "type": "project",
"require": { "require": {

2
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "0cb874c7e8c9ebad2dc827f61cf212e6", "content-hash": "a3391464dc2039911fec50290715bd44",
"packages": [ "packages": [
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",

View file

@ -5,6 +5,17 @@ nav_order: 9
--- ---
# Changelog # 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 ## [3.3.5] - 2021-04-25
### Fixed ### Fixed
- Removed OG integration for discord. - Removed OG integration for discord.

View file

@ -7,7 +7,7 @@ nav_order: 2
# Installation # Installation
### Prerequisites ### 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-sqlite3` for SQLite.
+ `php-mysql` for MariaDB/MySQL. + `php-mysql` for MariaDB/MySQL.
+ `php-gd` image manipualtion library. + `php-gd` image manipualtion library.

4153
package-lock.json generated

File diff suppressed because it is too large Load diff