Skip to content

Commit 5bf7e6e

Browse files
committed
release
1 parent 80f7575 commit 5bf7e6e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#### [unreleased]
2+
3+
#### 12.19.0 / 2025-09-29
24
* setup for Gitea release assets
35
* use `mcaskill/composer-exclude-files` to exclude autoload of `freemius/wordpress-sdk/start.php`
46
* harden `parse_meta_response()`

git-updater.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Plugin ID: did:plc:afjf7gsjzsqmgc7dlhb553mv
1414
* Plugin URI: https://git-updater.com
1515
* Description: A plugin to automatically update GitHub hosted plugins, themes, and language packs. Additional API plugins available for Bitbucket, GitLab, Gitea, and Gist.
16-
* Version: 12.18.1.8
16+
* Version: 12.19.0
1717
* Author: Andy Fragen
1818
* Author URI: https://thefragens.com
1919
* Security: andy+security@git-updater.com

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://thefragens.com/git-updater-donate
55
Tags: plugin, theme, language pack, updater
66
Requires at least: 5.9
77
Requires PHP: 8.0
8-
Tested up to: 6.8
8+
Tested up to: 6.9
99
Stable tag: master
1010
License: MIT
1111

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'afragen/git-updater',
44
'pretty_version' => 'dev-develop',
55
'version' => 'dev-develop',
6-
'reference' => 'b8579f97125bcc3277d65a21132ecc1b2d19d1b9',
6+
'reference' => '80f7575134d51d0bff0580bd15ce2d9629f85f87',
77
'type' => 'wordpress-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'afragen/git-updater' => array(
1414
'pretty_version' => 'dev-develop',
1515
'version' => 'dev-develop',
16-
'reference' => 'b8579f97125bcc3277d65a21132ecc1b2d19d1b9',
16+
'reference' => '80f7575134d51d0bff0580bd15ce2d9629f85f87',
1717
'type' => 'wordpress-plugin',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)