Skip to content

Commit

Permalink
🔖 bumping version to 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tareq1988 committed Jul 18, 2024
1 parent 1e79767 commit a0d0816
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 39 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.2",
"version": "1.3",
"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.2
* Version: 1.3
* 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.2';
public $version = '1.3';

/**
* Plugin Constructor.
Expand Down
92 changes: 58 additions & 34 deletions languages/flywp.pot
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
# Copyright (c) 2024 FlyWP. All Rights Reserved.
msgid ""
msgstr ""
"Project-Id-Version: FlyWP 1.2\n"
"Project-Id-Version: FlyWP 1.3\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-06-25T16:47:30+00:00\n"
"POT-Creation-Date: 2024-07-18T16:21:08+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"

#. Plugin Name of the plugin
#. Author of the plugin
#: flywp.php
#: includes/Admin.php:41
#: includes/Admin.php:42
#: includes/Admin.php:43
#: includes/Admin.php:44
#: includes/Admin/Adminbar.php:32
msgid "FlyWP"
msgstr ""
Expand All @@ -37,19 +37,19 @@ msgstr ""
msgid "https://flywp.com/?utm_source=wporg&utm_medium=banner&utm_campaign=author-uri"
msgstr ""

#: flywp.php:120
#: flywp.php:121
msgid "Missing FlyWP API key, plugin requires an API key."
msgstr ""

#: includes/Admin.php:98
#: includes/Admin.php:100
msgid "Caching"
msgstr ""

#: includes/Admin.php:99
#: includes/Admin.php:101
msgid "Email"
msgstr ""

#: includes/Admin.php:100
#: includes/Admin.php:102
msgid "Optimizations"
msgstr ""

Expand All @@ -67,6 +67,7 @@ msgstr ""

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

#: views/admin.php:10
#: includes/LiteSpeed.php:77
msgid "Activate Plugin"
msgstr ""

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

#: views/admin.php:15
msgid "FlyWP Dashboard"
msgstr ""

Expand Down Expand Up @@ -324,26 +333,62 @@ msgstr ""
msgid "Send Test Email"
msgstr ""

#: views/op-cache.php:8
msgid "PHP OPcache has been cleared."
#: views/litespeed.php:6
#: views/page-cache.php:8
msgid "Page Caching has been enabled."
msgstr ""

#: views/op-cache.php:20
msgid "PHP OPcache"
#: views/litespeed.php:7
#: views/page-cache.php:9
msgid "Page Caching has been disabled."
msgstr ""

#: views/litespeed.php:19
msgid "LiteSpeed Cache"
msgstr ""

#: views/litespeed.php:25
#: views/op-cache.php:26
#: views/optimizations.php:11
#: views/page-cache.php:27
msgid "Enabled"
msgstr ""

#: views/litespeed.php:31
#: views/op-cache.php:32
#: views/optimizations.php:17
#: views/page-cache.php:33
msgid "Disabled"
msgstr ""

#: views/litespeed.php:44
msgid "LiteSpeed Cache is a very fast page caching system that boosts up your website page load speed."
msgstr ""

#: views/litespeed.php:49
#: views/op-cache.php:78
#: views/page-cache.php:51
msgid "Clear Cache"
msgstr ""

#: views/litespeed.php:58
#: views/page-cache.php:59
msgid "Disable"
msgstr ""

#: views/litespeed.php:62
#: views/page-cache.php:64
msgid "Enable Cache"
msgstr ""

#: views/op-cache.php:8
msgid "PHP OPcache has been cleared."
msgstr ""

#: views/op-cache.php:20
msgid "PHP OPcache"
msgstr ""

#: views/op-cache.php:44
msgid "OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request."
msgstr ""
Expand All @@ -368,11 +413,6 @@ msgstr ""
msgid "Engine"
msgstr ""

#: views/op-cache.php:78
#: views/page-cache.php:51
msgid "Clear Cache"
msgstr ""

#: views/optimizations.php:5
msgid "WordPress Optimizations"
msgstr ""
Expand All @@ -397,14 +437,6 @@ msgstr ""
msgid "Cache has been cleared."
msgstr ""

#: views/page-cache.php:8
msgid "Page Caching has been enabled."
msgstr ""

#: views/page-cache.php:9
msgid "Page Caching has been disabled."
msgstr ""

#: views/page-cache.php:21
msgid "Page Cache"
msgstr ""
Expand All @@ -413,14 +445,6 @@ msgstr ""
msgid "Nginx FastCGI Cache is a very fast page caching system that boosts up your website page load speed. It's recommended to enable the page cache."
msgstr ""

#: views/page-cache.php:59
msgid "Disable"
msgstr ""

#: views/page-cache.php:64
msgid "Enable Cache"
msgstr ""

#: views/page-cache.php:76
msgid "Homepage Settings"
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.2",
"version": "1.3",
"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.2
Stable tag: 1.3
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 (18 July, 2024) =

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

= v1.2 (25 June, 2024) =

* **New:** Added optimization settings panel.
Expand Down

0 comments on commit a0d0816

Please sign in to comment.