Skip to content

Commit b344ed7

Browse files
Merge pull request #37 from pie/update/add-full-path-for-icons-and-banners
Update/add full path for icons and banners
2 parents 20a075f + 475e6ed commit b344ed7

File tree

5 files changed

+12
-10
lines changed

5 files changed

+12
-10
lines changed

changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.0] 2023-12-07
10+
911
## [1.1.0] 2023-12-07
1012

1113
<<<<<<< HEAD

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pie-custom-functions",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Custom functions for Pie Hosting",
55
"main": "plugin.php",
66
"repository": "git@github.com:pie/pie-custom-functions.git",

pie-custom-functions-mu.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Custom functions for Pie Hosting
66
* Author: Pie Hosting
77
* Author URI: https://pie.co.de
8-
* Version: 2.0.0
8+
* Version: 1.2.0
99
* License: GPL2
1010
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1111
* Text Domain: pie-custom-functions

pie-custom-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Custom functions for Pie Hosting
55
* Author: Pie Hosting
66
* Author URI: https://pie.co.de
7-
* Version: 1.1.0
7+
* Version: 1.2.0
88
* License: GPL2
99
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
* Text Domain: pie-custom-functions

update.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "Pie Custom Functions",
3-
"version": "1.1.0",
4-
"download_url": "https://github.com/pie/pie-custom-functions/releases/download/1.1.0/pie-custom-functions.zip",
3+
"version": "1.2.0",
4+
"download_url": "https://github.com/pie/pie-custom-functions/releases/download/1.2.0/pie-custom-functions.zip",
55
"banners": {
6-
"low" : "./assets/banners/banner-772x225.png",
7-
"high" : "./assets/banners/banner-1544x500.png"
6+
"low" : "https://pie.github.io/pie-custom-functions/assets/banners/banner-772x250.png",
7+
"high" : "https://pie.github.io/pie-custom-functions/assets/banners/banner-1544x500.png"
88
},
99
"icons": {
10-
"1x" : "./assets/icons/icon-128x128.png",
11-
"2x" : "./assets/icons/icon-256x256.png",
12-
"svg" : "./assets/icons/icon.svg"
10+
"1x" : "https://pie.github.io/pie-custom-functions/assets/icons/icon-128x128.png",
11+
"2x" : "https://pie.github.io/pie-custom-functions/assets/icons/icon-256x256.png",
12+
"svg" : "https://pie.github.io/pie-custom-functions/assets/icons/icon.svg"
1313
},
1414
"sections": {
1515
"description" : "Custom functions for Pie Hosting"

0 commit comments

Comments
 (0)