Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Aug 22, 2024
1 parent 8ed6af9 commit d3918d1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions languages/nginx-cache.pot
Original file line number Diff line number Diff line change
@@ -1,38 +1,43 @@
# Copyright (C) 2020 Till Krüss
# Copyright (C) 2024 Till Krüss
# This file is distributed under the GPLv3.
msgid ""
msgstr ""
"Project-Id-Version: Nginx Cache 1.0.5\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/trunk\n"
"Project-Id-Version: Nginx Cache 1.0.6\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/nginx-cache\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2020-11-21T22:49:14+00:00\n"
"POT-Creation-Date: 2024-08-22T16:14:06+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: nginx-cache\n"

#. Plugin Name of the plugin
#: nginx-cache.php
#: nginx-cache.php:138
#: nginx-cache.php:139
msgid "Nginx Cache"
msgstr ""

#. Plugin URI of the plugin
#: nginx-cache.php
msgid "http://wordpress.org/plugins/nginx-cache/"
msgstr ""

#. Description of the plugin
#: nginx-cache.php
msgid "Purge the Nginx cache (FastCGI, Proxy, uWSGI) automatically when content changes or manually within WordPress."
msgstr ""

#. Author of the plugin
#: nginx-cache.php
msgid "Till Krüss"
msgstr ""

#. Author URI of the plugin
#: nginx-cache.php
msgid "http://till.im/"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion nginx-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Nginx Cache
Plugin URI: http://wordpress.org/plugins/nginx-cache/
Description: Purge the Nginx cache (FastCGI, Proxy, uWSGI) automatically when content changes or manually within WordPress.
Version: 1.0.5
Version: 1.0.6
Text Domain: nginx-cache
Domain Path: /languages
Author: Till Krüss
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: tillkruess
Donate link: https://github.com/sponsors/tillkruss
Tags: nginx, cache, fastcgi, purge, flush
Requires at least: 3.1
Stable tag: 1.0.5
Tested up to: 6.6
Stable tag: 1.0.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit d3918d1

Please sign in to comment.