Skip to content

Commit 8cfab48

Browse files
committed
Update version number to 1.1.5 in plugin files and changelog
1 parent ddee0f2 commit 8cfab48

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to the Multisite Exporter plugin will be documented in this
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.1.15] - 2025-05-08
7+
## [1.1.5] - 2025-05-08
88
### Removed
99
- Export progress tracking functionality to simplify the codebase
1010
- Progress-related JavaScript and AJAX handlers

multisite-exporter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: Multisite Exporter
44
Description: Runs WordPress Exporter on each subsite in a multisite, in the background.
5-
Version: 1.1.15
5+
Version: 1.1.5
66
Author: Per Søderlind
77
Author URI: https://soderlind.no
88
License: GPL2
@@ -18,7 +18,7 @@
1818
}
1919

2020
// Define plugin constants
21-
define( 'MULTISITE_EXPORTER_VERSION', '1.1.15' );
21+
define( 'MULTISITE_EXPORTER_VERSION', '1.1.5' );
2222
define( 'MULTISITE_EXPORTER_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
2323
define( 'MULTISITE_EXPORTER_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
2424
define( 'MULTISITE_EXPORTER_PLUGIN_FILE', __FILE__ );

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: multisite, export, background processing, action scheduler
44
Requires at least: 6.3
55
Tested up to: 6.8
66
Requires PHP: 8.2
7-
Stable tag: 1.1.15
7+
Stable tag: 1.1.5
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -109,7 +109,7 @@ Yes, you can use the `multisite_exporter_directory` filter to specify a custom d
109109

110110
== Changelog ==
111111

112-
= 1.1.15 =
112+
= 1.1.5 =
113113
* Removed: Export progress tracking functionality to simplify the codebase
114114
* Removed: Progress-related JavaScript and AJAX handlers
115115
* Removed: scheduler-progress.js file that was responsible for frontend progress tracking

0 commit comments

Comments
 (0)