Skip to content

Commit

Permalink
Version Numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Sep 9, 2024
1 parent 1713899 commit e62926c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.3.3] 2024-09-09
- Fix: multisite staging issue with new is staging check

## [1.3.2] 2024-09-09
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pie-custom-functions",
"version": "1.3.2",
"version": "1.3.3",
"description": "Required Functionality for PIE Hosting",
"main": "pie-custom-functions.php",
"repository": "git@github.com:pie/pie-custom-functions.git",
Expand Down
2 changes: 1 addition & 1 deletion pie-custom-functions-mu.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Required Functionality for PIE Hosting
* Author: The team at PIE
* Author URI: https://pie.co.de
* Version: 1.3.2
* Version: 1.3.3
* License: GPL2
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: pie-custom-functions
Expand Down
2 changes: 1 addition & 1 deletion pie-custom-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Description: Required Functionality for PIE Hosting
* Author: The team at PIE
* Author URI: https://pie.co.de
* Version: 1.3.2
* Version: 1.3.3
* License: GPL2
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: pie-custom-functions
Expand Down
4 changes: 2 additions & 2 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PIE Hosting Companion",
"version": "1.3.2",
"download_url": "https://github.com/pie/pie-custom-functions/releases/download/1.3.2/pie-custom-functions.zip",
"version": "1.3.3",
"download_url": "https://github.com/pie/pie-custom-functions/releases/download/1.3.3/pie-custom-functions.zip",
"banners": {
"low" : "https://pie.github.io/pie-custom-functions/assets/banners/banner-772x250.png",
"high" : "https://pie.github.io/pie-custom-functions/assets/banners/banner-1544x500.png"
Expand Down

0 comments on commit e62926c

Please sign in to comment.