Skip to content

Commit

Permalink
Merge pull request #7 from kprajapatii/master
Browse files Browse the repository at this point in the history
1.1.8
  • Loading branch information
kprajapatii authored Jan 25, 2021
2 parents 263f58f + 9967fd4 commit a077540
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
6 changes: 3 additions & 3 deletions ayecode-connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
* Plugin Name: AyeCode Connect
* Plugin URI: https://ayecode.io/
* Description: A service plugin letting users connect AyeCode Services to their site.
* Version: 1.1.7
* Version: 1.1.8
* Author: AyeCode
* Author URI: https://ayecode.io
* Requires at least: 4.7
* Tested up to: 5.5
* Tested up to: 5.6
*
* Text Domain: ayecode-connect
* Domain Path: /languages/
Expand All @@ -20,7 +20,7 @@
}

if ( !defined( 'AYECODE_CONNECT_VERSION' ) ) {
define( 'AYECODE_CONNECT_VERSION', '1.1.7' );
define( 'AYECODE_CONNECT_VERSION', '1.1.8' );
}

add_action( 'plugins_loaded', 'ayecode_connect' );
Expand Down
2 changes: 1 addition & 1 deletion includes/class-ayecode-connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function edd_api_button_args( $button_args ) {
} elseif ( trailingslashit( $update_url ) == "https://userswp.io/" || trailingslashit( $update_url ) == "http://userswp.io/" ) {
$domain = 'userswp.io';
} elseif ( trailingslashit( $update_url ) == "https://wpinvoicing.com/" || trailingslashit( $update_url ) == "http://wpinvoicing.com/" ) {
$domain = 'wwpinvoicing.com';
$domain = 'wwpinvoicing.com'; /* TODO: need to fix this after check */
}

if ( $domain ) {
Expand Down
Binary file modified languages/ayecode-connect-en_US.mo
Binary file not shown.
36 changes: 18 additions & 18 deletions languages/ayecode-connect-en_US.po
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
msgid ""
msgstr ""
"Project-Id-Version: AyeCode Connect 1.1.6\n"
"Project-Id-Version: AyeCode Connect 1.1.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-07-15 11:04+0100\n"
"PO-Revision-Date: 2020-07-15 11:04+0100\n"
"POT-Creation-Date: 2021-01-25 20:23+0530\n"
"PO-Revision-Date: 2021-01-25 20:23+0530\n"
"Last-Translator: \n"
"Language-Team: AyeCode Ltd <[email protected]>\n"
"Language: en_US\n"
Expand All @@ -17,7 +17,7 @@ msgstr ""
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Generator: Poedit 1.8.7.1\n"
"X-Generator: Poedit 2.2.4\n"
"X-Poedit-SearchPath-0: .\n"

#: ayecode-connect.php:75
Expand Down Expand Up @@ -150,51 +150,51 @@ msgstr ""
msgid "Invalid Secret"
msgstr ""

#: includes/class-ayecode-connect.php:650
#: includes/class-ayecode-connect.php:652
#, php-format
msgid "Domain `%1$s` just failed is_usable_domain check as it is empty."
msgstr ""

#: includes/class-ayecode-connect.php:681
#: includes/class-ayecode-connect.php:683
#, php-format
msgid ""
"Domain `%1$s` just failed is_usable_domain check as it is in the forbidden "
"array."
msgstr ""

#: includes/class-ayecode-connect.php:696
#: includes/class-ayecode-connect.php:698
#, php-format
msgid ""
"Domain `%1$s` just failed is_usable_domain check as it uses an invalid top "
"level domain."
msgstr ""

#: includes/class-ayecode-connect.php:1050
#: includes/class-ayecode-connect.php:1066
#: includes/class-ayecode-connect.php:1285
#: includes/class-ayecode-connect.php:1054
#: includes/class-ayecode-connect.php:1070
#: includes/class-ayecode-connect.php:1289
msgid "Missing Authorization Header."
msgstr ""

#: includes/class-ayecode-connect.php:1072
#: includes/class-ayecode-connect.php:1291
#: includes/class-ayecode-connect.php:1297
#: includes/class-ayecode-connect.php:1076
#: includes/class-ayecode-connect.php:1295
#: includes/class-ayecode-connect.php:1301
msgid "Invalid Authorization Header."
msgstr ""

#: includes/class-ayecode-connect.php:1079
#: includes/class-ayecode-connect.php:1083
msgid "Missing blog token."
msgstr ""

#: includes/class-ayecode-connect.php:1084
#: includes/class-ayecode-connect.php:1305
#: includes/class-ayecode-connect.php:1088
#: includes/class-ayecode-connect.php:1309
msgid "You are not authorized to do that."
msgstr ""

#: includes/class-ayecode-connect.php:1356
#: includes/class-ayecode-connect.php:1360
msgid "Specify an action"
msgstr ""

#: includes/class-ayecode-connect.php:1497
#: includes/class-ayecode-connect.php:1521
#, php-format
msgid ""
"<b>AyeCode Connect:</b> Your website URL has changed, please %sre-connect%s "
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: ayecode, service, geodirectory, userswp, wpinvoicing
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 5.5
Stable tag: 1.1.7
Tested up to: 5.6
Stable tag: 1.1.8


AyeCode Connect allows you to install any purchased AyeCode Ltd product add-ons without a zip file. It also installs and activates licences automatically, so there is no need to copy/paste licenses.
Expand Down Expand Up @@ -58,7 +58,7 @@ TBA
== Changelog ==

= 1.1.8 =
* multisite undefined function wpmu_delete_user() issue - FIXED
* Multisite undefined function wpmu_delete_user() issue - FIXED

= 1.1.7 =
* WP 5.5 requires API permissions callback param - ADDED
Expand Down

0 comments on commit a077540

Please sign in to comment.