Skip to content

Commit

Permalink
🔖 bumping version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tareq1988 committed Jul 18, 2024
1 parent 740047a commit 3d39e44
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "flywp/flywp",
"description": "Helper plugin for FlyWP",
"type": "wordpress-plugin",
"version": "1.3",
"version": "1.3.1",
"authors": [
{
"name": "FlyWP",
Expand Down
4 changes: 2 additions & 2 deletions flywp.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: FlyWP
* Plugin URI: https://flywp.com
* Description: Helper plugin for FlyWP
* Version: 1.3
* Version: 1.3.1
* Author: FlyWP
* Author URI: https://flywp.com/?utm_source=wporg&utm_medium=banner&utm_campaign=author-uri
* License: GPL2
Expand Down Expand Up @@ -41,7 +41,7 @@ final class FlyWP_Plugin {
*
* @var string
*/
public $version = '1.3';
public $version = '1.3.1';

/**
* Plugin Constructor.
Expand Down
10 changes: 5 additions & 5 deletions languages/flywp.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Copyright (c) 2024 FlyWP. All Rights Reserved.
msgid ""
msgstr ""
"Project-Id-Version: FlyWP 1.3\n"
"Project-Id-Version: FlyWP 1.3.1\n"
"Report-Msgid-Bugs-To: https://github.com/flywp/flywp-helper/issues\n"
"Last-Translator: [email protected]\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-07-18T16:21:08+00:00\n"
"POT-Creation-Date: 2024-07-18T17:21:06+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: flywp\n"
Expand Down Expand Up @@ -67,7 +67,7 @@ msgstr ""

#: includes/Admin/Adminbar.php:75
#: includes/Admin/Plugins.php:25
#: includes/LiteSpeed.php:69
#: includes/Litespeed.php:69
#: views/page-cache.php:70
msgid "Settings"
msgstr ""
Expand Down Expand Up @@ -256,11 +256,11 @@ msgstr ""
msgid "Cache directory is not writable."
msgstr ""

#: includes/LiteSpeed.php:77
#: includes/Litespeed.php:77
msgid "Activate Plugin"
msgstr ""

#: includes/LiteSpeed.php:86
#: includes/Litespeed.php:86
msgid "Install Plugin"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flywp",
"version": "1.3",
"version": "1.3.1",
"description": "Helper plugin for FlyWP",
"main": "index.js",
"repository": "https://github.com/flywp/fly-helper.git",
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: cache, performance, hosting, opcache, page cache
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
Stable tag: 1.3
Stable tag: 1.3.1
Requires PHP: 7.1 or higher
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -54,6 +54,10 @@ The plugin allows you to control and purge nginx caching and redis object cache,

== Changelog ==

= v1.3.1 (18 July, 2024) =

* **Fix:** Filename error.

= v1.3 (18 July, 2024) =

* **New:** Added support for OpenLiteSpeed.
Expand Down

0 comments on commit 3d39e44

Please sign in to comment.