Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
- Bump version to force deploy to WordPress.org
  • Loading branch information
soderlind committed Nov 6, 2023
1 parent 4ddd133 commit 2fcc1da
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-plugin.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Deploy to WordPress.org
on:

workflow_dispatch:

push:
tags:
- "*"
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### 2.1.5

- Bump version to force deploy to WordPress.org

### 2.1.4

- Deploy with GitHub Actions to WordPress.org
Expand Down
2 changes: 1 addition & 1 deletion a-faster-load-textdomain.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Plugin Name: A faster load_textdomain
* Version: 2.1.4
* Version: 2.1.5
* Description: Cache the .mo file as an PHP array, and load the array instead of the .mo file.
* Author: Per Soderlind
* Author URI: https://soderlind.no
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: l10n, load_textdomain, cache, performance
Requires at least: 5.9
Requires PHP: 7.4
Tested up to: 6.4
Stable tag: 2.1.4
Stable tag: 2.1.5
Donate link: https://paypal.me/PerSoderlind
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -31,6 +31,10 @@ The localized PHP array can be cached via [PHP OPcache](http://blog.jpauli.tech/

== Changelog ==

= 2.1.5 =

- Bump version to force deploy to WordPress.org

= 2.1.4 =

- Deploy with GitHub Actions to WordPress.org
Expand Down

0 comments on commit 2fcc1da

Please sign in to comment.