Version Description
- Fixed the link "Settings", located in the plugin's meta row on the "Plugins" page. The suffix ".php" was deleted.
- Fixed information stored in the header of the translation files.
- Translation files updated.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | My Custom Functions |
Version | 4.15 |
Comparing to | |
See all releases |
Code changes from version 4.14 to 4.15
inc/php/core.php
CHANGED
@@ -20,7 +20,7 @@ add_action( 'init', 'spacexchimp_p001_textdomain' );
|
|
20 |
* and inserts a link to the plugin admin page
|
21 |
*/
|
22 |
function spacexchimp_p001_settings_link( $links ) {
|
23 |
-
$page = '<a href="' . admin_url( 'options-general.php?page=' . SPACEXCHIMP_P001_SLUG
|
24 |
array_unshift( $links, $page );
|
25 |
return $links;
|
26 |
}
|
20 |
* and inserts a link to the plugin admin page
|
21 |
*/
|
22 |
function spacexchimp_p001_settings_link( $links ) {
|
23 |
+
$page = '<a href="' . admin_url( 'options-general.php?page=' . SPACEXCHIMP_P001_SLUG ) . '">' . __( 'Settings', SPACEXCHIMP_P001_TEXT ) . '</a>';
|
24 |
array_unshift( $links, $page );
|
25 |
return $links;
|
26 |
}
|
languages/my-custom-functions-de_DE.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
# Translation of
|
2 |
-
# This file is distributed under the same license as the
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version:
|
6 |
"POT-Creation-Date: 2018-04-20 01:34+0300\n"
|
7 |
"PO-Revision-Date: 2018-04-20 01:34+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
@@ -412,6 +412,3 @@ msgstr "Space X-Chimp"
|
|
412 |
#. Author URI of the plugin/theme
|
413 |
msgid "https://www.spacexchimp.com"
|
414 |
msgstr "https://www.spacexchimp.com"
|
415 |
-
|
416 |
-
#~ msgid "Arthur Gareginyan"
|
417 |
-
#~ msgstr "Arthur Gareginyan"
|
1 |
+
# Translation of plugin - My Custom Functions - in German (Germany)
|
2 |
+
# This file is distributed under the same license as the plugin - My Custom Functions.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: My Custom Functions\n"
|
6 |
"POT-Creation-Date: 2018-04-20 01:34+0300\n"
|
7 |
"PO-Revision-Date: 2018-04-20 01:34+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
412 |
#. Author URI of the plugin/theme
|
413 |
msgid "https://www.spacexchimp.com"
|
414 |
msgstr "https://www.spacexchimp.com"
|
|
|
|
|
|
languages/my-custom-functions-es_ES.po
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
-
# Translation of
|
2 |
-
# This file is distributed under the same license as the
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version:
|
6 |
"POT-Creation-Date: 2018-04-20 01:34+0300\n"
|
7 |
"PO-Revision-Date: 2018-04-20 01:34+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
-
"Language-Team: \n"
|
10 |
-
"Language:
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -367,7 +367,7 @@ msgstr ""
|
|
367 |
|
368 |
#: inc/php/settings.php:40
|
369 |
msgid "Save changes"
|
370 |
-
msgstr "Guardar
|
371 |
|
372 |
#: inc/php/settings.php:45 inc/php/sidebar.php:48
|
373 |
msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
|
@@ -412,6 +412,3 @@ msgstr "Space X-Chimp"
|
|
412 |
#. Author URI of the plugin/theme
|
413 |
msgid "https://www.spacexchimp.com"
|
414 |
msgstr "https://www.spacexchimp.com"
|
415 |
-
|
416 |
-
#~ msgid "Arthur Gareginyan"
|
417 |
-
#~ msgstr "Arthur Gareginyan"
|
1 |
+
# Translation of plugin - My Custom Functions - in Spanish (Spain)
|
2 |
+
# This file is distributed under the same license as the plugin - My Custom Functions.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: My Custom Functions\n"
|
6 |
"POT-Creation-Date: 2018-04-20 01:34+0300\n"
|
7 |
"PO-Revision-Date: 2018-04-20 01:34+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
+
"Language-Team: Spanish\n"
|
10 |
+
"Language: es_ES\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
367 |
|
368 |
#: inc/php/settings.php:40
|
369 |
msgid "Save changes"
|
370 |
+
msgstr "Guardar Cambios"
|
371 |
|
372 |
#: inc/php/settings.php:45 inc/php/sidebar.php:48
|
373 |
msgid "I'm an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy."
|
412 |
#. Author URI of the plugin/theme
|
413 |
msgid "https://www.spacexchimp.com"
|
414 |
msgstr "https://www.spacexchimp.com"
|
|
|
|
|
|
languages/my-custom-functions-fr_FR.po
CHANGED
@@ -1,10 +1,12 @@
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: My Custom Functions\n"
|
4 |
"POT-Creation-Date: 2018-04-20 01:34+0300\n"
|
5 |
"PO-Revision-Date: 2018-04-20 01:34+0300\n"
|
6 |
"Last-Translator: Arthur Gareginyan\n"
|
7 |
-
"Language-Team: \n"
|
8 |
"Language: fr_FR\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -411,8 +413,5 @@ msgstr ""
|
|
411 |
msgid "https://www.spacexchimp.com"
|
412 |
msgstr "https://www.spacexchimp.com"
|
413 |
|
414 |
-
#~ msgid "Arthur Gareginyan"
|
415 |
-
#~ msgstr "Arthur Gareginyan"
|
416 |
-
|
417 |
#~ msgid "Upgrade"
|
418 |
#~ msgstr "Evolution"
|
1 |
+
# Translation of plugin - My Custom Functions - in French (France)
|
2 |
+
# This file is distributed under the same license as the plugin - My Custom Functions.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
"POT-Creation-Date: 2018-04-20 01:34+0300\n"
|
7 |
"PO-Revision-Date: 2018-04-20 01:34+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
+
"Language-Team: French\n"
|
10 |
"Language: fr_FR\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
413 |
msgid "https://www.spacexchimp.com"
|
414 |
msgstr "https://www.spacexchimp.com"
|
415 |
|
|
|
|
|
|
|
416 |
#~ msgid "Upgrade"
|
417 |
#~ msgstr "Evolution"
|
languages/my-custom-functions-ru_RU.po
CHANGED
@@ -1,10 +1,12 @@
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: My Custom Functions\n"
|
4 |
"POT-Creation-Date: 2018-04-20 01:34+0300\n"
|
5 |
"PO-Revision-Date: 2018-04-20 01:34+0300\n"
|
6 |
"Last-Translator: Arthur Gareginyan\n"
|
7 |
-
"Language-Team: \n"
|
8 |
"Language: ru_RU\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -410,9 +412,3 @@ msgstr "Space X-Chimp"
|
|
410 |
#. Author URI of the plugin/theme
|
411 |
msgid "https://www.spacexchimp.com"
|
412 |
msgstr "https://www.spacexchimp.com"
|
413 |
-
|
414 |
-
#~ msgid "Arthur Gareginyan"
|
415 |
-
#~ msgstr "Артур Гарегинян"
|
416 |
-
|
417 |
-
#~ msgid "Upgrade"
|
418 |
-
#~ msgstr "Апгрейд"
|
1 |
+
# Translation of plugin - My Custom Functions - in Russian (Russia)
|
2 |
+
# This file is distributed under the same license as the plugin - My Custom Functions.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
"POT-Creation-Date: 2018-04-20 01:34+0300\n"
|
7 |
"PO-Revision-Date: 2018-04-20 01:34+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"
|
412 |
#. Author URI of the plugin/theme
|
413 |
msgid "https://www.spacexchimp.com"
|
414 |
msgstr "https://www.spacexchimp.com"
|
|
|
|
|
|
|
|
|
|
|
|
languages/my-custom-functions-zh_TW.po
CHANGED
@@ -1,10 +1,12 @@
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: My Custom Functions\n"
|
4 |
"POT-Creation-Date: 2018-04-20 01:34+0300\n"
|
5 |
"PO-Revision-Date: 2018-04-20 01:34+0300\n"
|
6 |
"Last-Translator: Arthur Gareginyan\n"
|
7 |
-
"Language-Team: \n"
|
8 |
"Language: zh_TW\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
1 |
+
# Translation of plugin - My Custom Functions - in Chinese (Taiwan)
|
2 |
+
# This file is distributed under the same license as the plugin - My Custom Functions.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: My Custom Functions\n"
|
6 |
"POT-Creation-Date: 2018-04-20 01:34+0300\n"
|
7 |
"PO-Revision-Date: 2018-04-20 01:34+0300\n"
|
8 |
"Last-Translator: Arthur Gareginyan\n"
|
9 |
+
"Language-Team: Chinese (Taiwan)\n"
|
10 |
"Language: zh_TW\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
my-custom-functions.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily and safely add your custom functions (PHP code) directly out of your 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 functions (PHP code) directly out of your 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.15
|
9 |
* License: GPL3
|
10 |
* Text Domain: my-custom-functions
|
11 |
* Domain Path: /languages/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Tags: code, php, function, snippet, custom, execute, edit, editing, editor, func
|
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.9
|
7 |
-
Stable tag: 4.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -210,6 +210,11 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
210 |
|
211 |
== Changelog ==
|
212 |
|
|
|
|
|
|
|
|
|
|
|
213 |
= 4.14 =
|
214 |
* Some texts updated, and typos corrected.
|
215 |
* All translation files updated.
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.9
|
7 |
+
Stable tag: 4.15
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
210 |
|
211 |
== Changelog ==
|
212 |
|
213 |
+
= 4.15 =
|
214 |
+
* Fixed the link "Settings", located in the plugin's meta row on the "Plugins" page. The suffix ".php" was deleted.
|
215 |
+
* Fixed information stored in the header of the translation files.
|
216 |
+
* Translation files updated.
|
217 |
+
|
218 |
= 4.14 =
|
219 |
* Some texts updated, and typos corrected.
|
220 |
* All translation files updated.
|