Skip to content

Commit

Permalink
release 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 committed Aug 1, 2021
1 parent 37c0701 commit d140b11
Show file tree
Hide file tree
Showing 6 changed files with 2,918 additions and 1,339 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading

0 comments on commit d140b11

Please sign in to comment.