Skip to content

Commit c0d2b07

Browse files
committed
Merge branch 'develop'
2 parents f04dfd2 + 33f8d65 commit c0d2b07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1282
-1106
lines changed

.github/workflows/wp-phpunit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
php-versions: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
24+
php-versions: ["7.4", "8.0", "8.1", "8.2", "8.3"]
2525

2626
name: PHP ${{ matrix.php-versions }} Test on ubuntu-latest
2727
steps:

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
#### [unreleased]
22

3+
#### 12.5.0 / 2024-08-16
4+
* update `class-parser.php`
5+
* update `Requires PHP` to 7.4 for `class-parser.php`
6+
* update `Requires WP` to 5.9
7+
* update `freemius/wordpress-sdk`
8+
* update `printf()` in `class Branches`
9+
* fix old `git-updater-pro` and `git-updater-additions` textdomains
10+
* update `Base::upgrader_source_selection()` when trying to update `$source` and `$new_source` when destination directories are identical
11+
* remove unused parameters in certain functions
12+
313
#### 12.4.0 / 2024-03-04
414
* update `freemius/wordpress-sdk`
515
* update `class-parser.php`

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
* Contributors: [Andy Fragen](https://github.com/afragen), [contributors](https://github.com/afragen/git-updater/graphs/contributors)
88
* Tags: plugin, theme, update, github, language pack
9-
* Requires at least: 5.2
10-
* Requires PHP: 7.2
9+
* Requires at least: 5.9
10+
* Requires PHP: 7.4
1111
* Stable tag: [master](https://github.com/afragen/git-updater/releases/latest)
1212
* Donate link: <https://thefragens.com/git-updater-donate>
1313
* License: MIT

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"minimum-stability": "dev",
3131
"prefer-stable": true,
3232
"require": {
33-
"php": ">=7.2",
33+
"php": ">=7.4",
3434
"afragen/wordpress-plugin-readme-parser": "dev-master",
3535
"afragen/singleton": "dev-master",
3636
"afragen/wp-dependency-installer": "^4",

composer.lock

+33-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git-updater.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
* Plugin Name: Git Updater
1313
* Plugin URI: https://git-updater.com
1414
* Description: A plugin to automatically update GitHub hosted plugins, themes, and language packs. Additional API plugins available for Bitbucket, GitLab, Gitea, and Gist.
15-
* Version: 12.4.0
15+
* Version: 12.5.0
1616
* Author: Andy Fragen
1717
* License: MIT
1818
* Domain Path: /languages
1919
* Text Domain: git-updater
2020
* Network: true
2121
* GitHub Plugin URI: https://github.com/afragen/git-updater
2222
* GitHub Languages: https://github.com/afragen/git-updater-translations
23-
* Requires at least: 5.2
24-
* Requires PHP: 7.2
23+
* Requires at least: 5.9
24+
* Requires PHP: 7.4
2525
*/
2626

2727
namespace Fragen\Git_Updater;

0 commit comments

Comments
 (0)