Version Description
- Dec 8, 2020 =
- Maintenance: Ensure compatibility with upcoming WordPress 5.6.
- Maintenance: Every use of the hardcoded plugin slug has been replaced with a variable according to best coding standards.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | My Custom Functions |
Version | 4.47 |
Comparing to | |
See all releases |
Code changes from version 4.46 to 4.47
- inc/php/core.php +1 -1
- inc/php/sidebar.php +1 -1
- inc/php/tabs/faq.php +1 -1
- languages/my-custom-functions-de_DE.mo +0 -0
- languages/my-custom-functions-de_DE.po +4 -4
- languages/my-custom-functions-es_ES.mo +0 -0
- languages/my-custom-functions-es_ES.po +4 -4
- languages/my-custom-functions-fr_FR.mo +0 -0
- languages/my-custom-functions-fr_FR.po +6 -4
- languages/my-custom-functions-nl_NL.mo +0 -0
- languages/my-custom-functions-nl_NL.po +6 -4
- languages/my-custom-functions-ru_RU.mo +0 -0
- languages/my-custom-functions-ru_RU.po +6 -4
- languages/my-custom-functions-zh_TW.mo +0 -0
- languages/my-custom-functions-zh_TW.po +4 -4
- languages/my-custom-functions.pot +3 -3
- my-custom-functions.php +1 -1
- readme.txt +6 -2
inc/php/core.php
CHANGED
@@ -36,7 +36,7 @@ function spacexchimp_p001_settings_link( $links ) {
|
|
36 |
array_unshift( $links, $link_settings );
|
37 |
|
38 |
// Declare variables
|
39 |
-
$url_upgrade = "https://www.spacexchimp.com/plugins/
|
40 |
$text_upgrade = __( 'Upgrade to PRO', $plugin['text'] );
|
41 |
$link_upgrade = '<a href="' . $url_upgrade . '" target="_blank"><b style="color:#0f9f44;">' . $text_upgrade . '</b></a>';
|
42 |
|
36 |
array_unshift( $links, $link_settings );
|
37 |
|
38 |
// Declare variables
|
39 |
+
$url_upgrade = "https://www.spacexchimp.com/plugins/" . $plugin['slug'] . "-pro.html";
|
40 |
$text_upgrade = __( 'Upgrade to PRO', $plugin['text'] );
|
41 |
$link_upgrade = '<a href="' . $url_upgrade . '" target="_blank"><b style="color:#0f9f44;">' . $text_upgrade . '</b></a>';
|
42 |
|
inc/php/sidebar.php
CHANGED
@@ -26,7 +26,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
26 |
<!-- UPGRADE -->
|
27 |
<div class="postbox banner">
|
28 |
<div class="inside">
|
29 |
-
<a href="https://www.spacexchimp.com/plugins
|
30 |
<img src="<?php echo $plugin['url'] . 'inc/img/upgrade.png'; ?>" alt="Upgrade" style="margin-top:-16px;">
|
31 |
</a>
|
32 |
</div>
|
26 |
<!-- UPGRADE -->
|
27 |
<div class="postbox banner">
|
28 |
<div class="inside">
|
29 |
+
<a href="https://www.spacexchimp.com/plugins/<?php echo $plugin['slug'] . '-pro'; ?>.html" target="_blank">
|
30 |
<img src="<?php echo $plugin['url'] . 'inc/img/upgrade.png'; ?>" alt="Upgrade" style="margin-top:-16px;">
|
31 |
</a>
|
32 |
</div>
|
inc/php/tabs/faq.php
CHANGED
@@ -261,7 +261,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
261 |
<?php _e( 'If you aren\'t sure how usually your web hosting provider will have instructions somewhere on their website.', $plugin['text'] ); ?>
|
262 |
</li>
|
263 |
<li>
|
264 |
-
<?php _e( 'Browse to the directory <code>wp-content/plugins/
|
265 |
<?php _e( 'Please contact your web hosting company to get help if you can\'t find this folder.', $plugin['text'] ); ?>
|
266 |
</li>
|
267 |
<li>
|
261 |
<?php _e( 'If you aren\'t sure how usually your web hosting provider will have instructions somewhere on their website.', $plugin['text'] ); ?>
|
262 |
</li>
|
263 |
<li>
|
264 |
+
<?php _e( 'Browse to the directory <code>wp-content/plugins/' . $plugin['slug'] . '/</code>.', $plugin['text'] ); ?>
|
265 |
<?php _e( 'Please contact your web hosting company to get help if you can\'t find this folder.', $plugin['text'] ); ?>
|
266 |
</li>
|
267 |
<li>
|
languages/my-custom-functions-de_DE.mo
CHANGED
Binary file
|
languages/my-custom-functions-de_DE.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2020-
|
7 |
-
"PO-Revision-Date: 2020-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
@@ -12,7 +12,7 @@ msgstr ""
|
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
15 |
-
"X-Generator: Poedit 2.4.
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -464,7 +464,7 @@ msgid "If you aren't sure how usually your web hosting provider will have instru
|
|
464 |
msgstr ""
|
465 |
|
466 |
#: inc/php/tabs/faq.php:264
|
467 |
-
msgid "Browse to the directory <code>wp-content/plugins/
|
468 |
msgstr ""
|
469 |
|
470 |
#: inc/php/tabs/faq.php:265
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2020-12-08 16:41+0300\n"
|
7 |
+
"PO-Revision-Date: 2020-12-08 16:41+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: German\n"
|
10 |
"Language: de_DE\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
15 |
+
"X-Generator: Poedit 2.4.2\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
464 |
msgstr ""
|
465 |
|
466 |
#: inc/php/tabs/faq.php:264
|
467 |
+
msgid "Browse to the directory <code>wp-content/plugins/"
|
468 |
msgstr ""
|
469 |
|
470 |
#: inc/php/tabs/faq.php:265
|
languages/my-custom-functions-es_ES.mo
CHANGED
Binary file
|
languages/my-custom-functions-es_ES.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2020-
|
7 |
-
"PO-Revision-Date: 2020-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
@@ -12,7 +12,7 @@ msgstr ""
|
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
15 |
-
"X-Generator: Poedit 2.4.
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -464,7 +464,7 @@ msgid "If you aren't sure how usually your web hosting provider will have instru
|
|
464 |
msgstr ""
|
465 |
|
466 |
#: inc/php/tabs/faq.php:264
|
467 |
-
msgid "Browse to the directory <code>wp-content/plugins/
|
468 |
msgstr ""
|
469 |
|
470 |
#: inc/php/tabs/faq.php:265
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2020-12-08 16:41+0300\n"
|
7 |
+
"PO-Revision-Date: 2020-12-08 16:41+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Spanish\n"
|
10 |
"Language: es_ES\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
15 |
+
"X-Generator: Poedit 2.4.2\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
464 |
msgstr ""
|
465 |
|
466 |
#: inc/php/tabs/faq.php:264
|
467 |
+
msgid "Browse to the directory <code>wp-content/plugins/"
|
468 |
msgstr ""
|
469 |
|
470 |
#: inc/php/tabs/faq.php:265
|
languages/my-custom-functions-fr_FR.mo
CHANGED
Binary file
|
languages/my-custom-functions-fr_FR.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2020-
|
7 |
-
"PO-Revision-Date: 2020-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
@@ -12,7 +12,7 @@ msgstr ""
|
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
15 |
-
"X-Generator: Poedit 2.4.
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -464,7 +464,9 @@ msgid "If you aren't sure how usually your web hosting provider will have instru
|
|
464 |
msgstr "Si vous n'êtes pas sûr comment habituellement votre fournisseur d'hébergement Web aura des instructions quelque part sur leur site Web."
|
465 |
|
466 |
#: inc/php/tabs/faq.php:264
|
467 |
-
|
|
|
|
|
468 |
msgstr "Naviguez jusqu'au répertoire <code>wp-content/plugins/my-custom-functions/</code>."
|
469 |
|
470 |
#: inc/php/tabs/faq.php:265
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2020-12-08 16:41+0300\n"
|
7 |
+
"PO-Revision-Date: 2020-12-08 16:41+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
15 |
+
"X-Generator: Poedit 2.4.2\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
464 |
msgstr "Si vous n'êtes pas sûr comment habituellement votre fournisseur d'hébergement Web aura des instructions quelque part sur leur site Web."
|
465 |
|
466 |
#: inc/php/tabs/faq.php:264
|
467 |
+
#, fuzzy
|
468 |
+
#| msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>."
|
469 |
+
msgid "Browse to the directory <code>wp-content/plugins/"
|
470 |
msgstr "Naviguez jusqu'au répertoire <code>wp-content/plugins/my-custom-functions/</code>."
|
471 |
|
472 |
#: inc/php/tabs/faq.php:265
|
languages/my-custom-functions-nl_NL.mo
CHANGED
Binary file
|
languages/my-custom-functions-nl_NL.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2020-
|
7 |
-
"PO-Revision-Date: 2020-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
@@ -12,7 +12,7 @@ msgstr ""
|
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
-
"X-Generator: Poedit 2.4.
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -464,7 +464,9 @@ msgid "If you aren't sure how usually your web hosting provider will have instru
|
|
464 |
msgstr "Als u niet zeker bent hoe, vaak heeft je webhostingprovider ergens op hun website instructies staan."
|
465 |
|
466 |
#: inc/php/tabs/faq.php:264
|
467 |
-
|
|
|
|
|
468 |
msgstr "Blader naar de map <code>wp-content/plugins/my-custom-functions/</code> ."
|
469 |
|
470 |
#: inc/php/tabs/faq.php:265
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2020-12-08 16:41+0300\n"
|
7 |
+
"PO-Revision-Date: 2020-12-08 16:41+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Dutch\n"
|
10 |
"Language: nl_NL\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Generator: Poedit 2.4.2\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
464 |
msgstr "Als u niet zeker bent hoe, vaak heeft je webhostingprovider ergens op hun website instructies staan."
|
465 |
|
466 |
#: inc/php/tabs/faq.php:264
|
467 |
+
#, fuzzy
|
468 |
+
#| msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>."
|
469 |
+
msgid "Browse to the directory <code>wp-content/plugins/"
|
470 |
msgstr "Blader naar de map <code>wp-content/plugins/my-custom-functions/</code> ."
|
471 |
|
472 |
#: inc/php/tabs/faq.php:265
|
languages/my-custom-functions-ru_RU.mo
CHANGED
Binary file
|
languages/my-custom-functions-ru_RU.po
CHANGED
@@ -3,15 +3,15 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2020-
|
7 |
-
"PO-Revision-Date: 2020-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
-
"X-Generator: Poedit 2.4.
|
15 |
"X-Poedit-Basepath: ..\n"
|
16 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
17 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
@@ -464,7 +464,9 @@ msgid "If you aren't sure how usually your web hosting provider will have instru
|
|
464 |
msgstr ""
|
465 |
|
466 |
#: inc/php/tabs/faq.php:264
|
467 |
-
|
|
|
|
|
468 |
msgstr "Перейдите в каталог <code>wp-content/plugins/my-custom-functions/</code>."
|
469 |
|
470 |
#: inc/php/tabs/faq.php:265
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2020-12-08 16:41+0300\n"
|
7 |
+
"PO-Revision-Date: 2020-12-08 16:41+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Russian\n"
|
10 |
"Language: ru_RU\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
+
"X-Generator: Poedit 2.4.2\n"
|
15 |
"X-Poedit-Basepath: ..\n"
|
16 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
17 |
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
464 |
msgstr ""
|
465 |
|
466 |
#: inc/php/tabs/faq.php:264
|
467 |
+
#, fuzzy
|
468 |
+
#| msgid "Browse to the directory <code>wp-content/plugins/my-custom-functions/</code>."
|
469 |
+
msgid "Browse to the directory <code>wp-content/plugins/"
|
470 |
msgstr "Перейдите в каталог <code>wp-content/plugins/my-custom-functions/</code>."
|
471 |
|
472 |
#: inc/php/tabs/faq.php:265
|
languages/my-custom-functions-zh_TW.mo
CHANGED
Binary file
|
languages/my-custom-functions-zh_TW.po
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2020-
|
7 |
-
"PO-Revision-Date: 2020-
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Chinese (Taiwan)\n"
|
10 |
"Language: zh_TW\n"
|
@@ -12,7 +12,7 @@ msgstr ""
|
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
15 |
-
"X-Generator: Poedit 2.4.
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -464,7 +464,7 @@ msgid "If you aren't sure how usually your web hosting provider will have instru
|
|
464 |
msgstr ""
|
465 |
|
466 |
#: inc/php/tabs/faq.php:264
|
467 |
-
msgid "Browse to the directory <code>wp-content/plugins/
|
468 |
msgstr ""
|
469 |
|
470 |
#: inc/php/tabs/faq.php:265
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2020-12-08 16:41+0300\n"
|
7 |
+
"PO-Revision-Date: 2020-12-08 16:42+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
"Language-Team: Chinese (Taiwan)\n"
|
10 |
"Language: zh_TW\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
14 |
"Plural-Forms: nplurals=1; plural=0;\n"
|
15 |
+
"X-Generator: Poedit 2.4.2\n"
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
464 |
msgstr ""
|
465 |
|
466 |
#: inc/php/tabs/faq.php:264
|
467 |
+
msgid "Browse to the directory <code>wp-content/plugins/"
|
468 |
msgstr ""
|
469 |
|
470 |
#: inc/php/tabs/faq.php:265
|
languages/my-custom-functions.pot
CHANGED
@@ -3,14 +3,14 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
-
"POT-Creation-Date: 2020-
|
7 |
"PO-Revision-Date: 2015-08-30 16:22+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
-
"X-Generator: Poedit 2.4.
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -462,7 +462,7 @@ msgid "If you aren't sure how usually your web hosting provider will have instru
|
|
462 |
msgstr ""
|
463 |
|
464 |
#: inc/php/tabs/faq.php:264
|
465 |
-
msgid "Browse to the directory <code>wp-content/plugins/
|
466 |
msgstr ""
|
467 |
|
468 |
#: inc/php/tabs/faq.php:265
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
+
"POT-Creation-Date: 2020-12-08 16:42+0300\n"
|
7 |
"PO-Revision-Date: 2015-08-30 16:22+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
+
"X-Generator: Poedit 2.4.2\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
15 |
"X-Poedit-WPHeader: my-custom-functions.php\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
462 |
msgstr ""
|
463 |
|
464 |
#: inc/php/tabs/faq.php:264
|
465 |
+
msgid "Browse to the directory <code>wp-content/plugins/"
|
466 |
msgstr ""
|
467 |
|
468 |
#: inc/php/tabs/faq.php:265
|
my-custom-functions.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
-
* Version: 4.
|
9 |
* License: GPL3
|
10 |
* Text Domain: my-custom-functions
|
11 |
* Domain Path: /languages/
|
5 |
* Description: Easily and safely add your custom PHP code to your WordPress website, directly out of the WordPress Admin Area, without the need to have an external editor.
|
6 |
* Author: Space X-Chimp
|
7 |
* Author URI: https://www.spacexchimp.com
|
8 |
+
* Version: 4.47
|
9 |
* License: GPL3
|
10 |
* Text Domain: my-custom-functions
|
11 |
* Domain Path: /languages/
|
readme.txt
CHANGED
@@ -3,9 +3,9 @@ Contributors: Arthur Gareginyan
|
|
3 |
Tags: inject code, inject function, inject snippet, inject php, insert code, insert function, insert snippet, insert php, execute code, execute function, execute snippet, execute php, inject custom code, inject custom function, inject custom snippet, inject custom php, insert custom code, insert custom function, insert custom snippet, insert custom php, execute custom code, execute custom function, execute custom snippet, execute custom php, code, function, snippet, php, functionality plugin
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 4.9
|
6 |
-
Tested up to: 5.
|
7 |
Requires PHP: 5.6
|
8 |
-
Stable tag: 4.
|
9 |
License: GPL3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
@@ -256,6 +256,10 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
256 |
|
257 |
== Changelog ==
|
258 |
|
|
|
|
|
|
|
|
|
259 |
= 4.46 - Oct 23, 2020 =
|
260 |
* Framework update: The CodeMirror library has been updated to the latest version v5.58.1.
|
261 |
|
3 |
Tags: inject code, inject function, inject snippet, inject php, insert code, insert function, insert snippet, insert php, execute code, execute function, execute snippet, execute php, inject custom code, inject custom function, inject custom snippet, inject custom php, insert custom code, insert custom function, insert custom snippet, insert custom php, execute custom code, execute custom function, execute custom snippet, execute custom php, code, function, snippet, php, functionality plugin
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 4.9
|
6 |
+
Tested up to: 5.6
|
7 |
Requires PHP: 5.6
|
8 |
+
Stable tag: 4.47
|
9 |
License: GPL3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
256 |
|
257 |
== Changelog ==
|
258 |
|
259 |
+
= 4.47 - Dec 8, 2020 =
|
260 |
+
* Maintenance: Ensure compatibility with upcoming WordPress 5.6.
|
261 |
+
* Maintenance: Every use of the hardcoded plugin slug has been replaced with a variable according to best coding standards.
|
262 |
+
|
263 |
= 4.46 - Oct 23, 2020 =
|
264 |
* Framework update: The CodeMirror library has been updated to the latest version v5.58.1.
|
265 |
|