Skip to content

Commit

Permalink
Merge branch 'release/1.10.39'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Feb 19, 2023
2 parents ad2be78 + e297da6 commit bd81411
Show file tree
Hide file tree
Showing 10 changed files with 148 additions and 120 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.10.39
## 02/19/2023

1. [](#bugfix)
* Forked and fixed PicoFeed library to support PHP 8.2

# v1.10.38
## 01/02/2023

Expand Down
2 changes: 1 addition & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Admin Panel
slug: admin
type: plugin
version: 1.10.38
version: 1.10.39
description: Adds an advanced administration panel to manage your site
icon: empire
author:
Expand Down
12 changes: 9 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"require": {
"php": "^7.3.6 || ^8.0",
"ext-json": "*",
"p3k/picofeed": "@stable",
"scssphp/scssphp": "^1.7",
"laminas/laminas-zendframework-bridge": "^1.4"
"laminas/laminas-zendframework-bridge": "^1.4",
"p3k/picofeed": "@stable"
},
"require-dev": {
"codeception/codeception": "^2.4",
Expand Down Expand Up @@ -54,5 +54,11 @@
"scripts": {
"test": "vendor/bin/codecept run unit",
"test-windows": "vendor\\bin\\codecept run unit"
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/rhukster/picoFeed"
}
]
}

0 comments on commit bd81411

Please sign in to comment.