Skip to content

Commit

Permalink
🔖 bumping version to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tareq1988 committed May 24, 2024
1 parent fcf0063 commit cef272b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 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.0",
"version": "1.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.0
* Version: 1.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.0';
public $version = '1.1';

/**
* Plugin Constructor.
Expand Down
10 changes: 7 additions & 3 deletions languages/flywp.pot
Original file line number Diff line number Diff line change
@@ -1,35 +1,39 @@
# Copyright (c) 2024 FlyWP. All Rights Reserved.
msgid ""
msgstr ""
"Project-Id-Version: FlyWP 1.0\n"
"Project-Id-Version: FlyWP 1.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-02-06T13:21:16+00:00\n"
"POT-Creation-Date: 2024-05-24T07:30:23+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.9.0\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:40
#: includes/Admin.php:41
#: includes/Admin/Adminbar.php:32
msgid "FlyWP"
msgstr ""

#. Plugin URI of the plugin
#: flywp.php
msgid "https://flywp.com"
msgstr ""

#. Description of the plugin
#: flywp.php
msgid "Helper plugin for FlyWP"
msgstr ""

#. Author URI of the plugin
#: flywp.php
msgid "https://flywp.com/?utm_source=wporg&utm_medium=banner&utm_campaign=author-uri"
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.0",
"version": "1.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, helper, performance, hosting, opcache, page cache
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.0
Stable tag: 1.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.1 (24 May, 2024) =

* **Improved:** Magic login wasn't working when a site was migrated due to username mismatch. Now it'll work nevertheless.

= v1.0 (06 February, 2024) =

* **New:** Added email settings tab.
Expand Down

0 comments on commit cef272b

Please sign in to comment.