My Custom Functions - Version 4.29

Version Description

  • Added new feature: If the changes in the code editor were made, but not saved, the message "NOT SAVED" is displayed.
  • Code commenting improved.
  • Translation files are updated.
Download this release

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 My Custom Functions
Version 4.29
Comparing to
See all releases

Code changes from version 4.28 to 4.29

inc/css/admin.css CHANGED
@@ -573,6 +573,14 @@ td.help-text {
573
  display: inline-block;
574
  vertical-align: middle;
575
  }
 
 
 
 
 
 
 
 
576
 
577
  /* Titles */
578
  .meta-box-sortabless .title label {
573
  display: inline-block;
574
  vertical-align: middle;
575
  }
576
+ .not-saved {
577
+ display: none;
578
+ margin-right: 15px;
579
+ font-family: Helvetica;
580
+ line-height: 35px;
581
+ vertical-align: middle;
582
+ color: red;
583
+ }
584
 
585
  /* Titles */
586
  .meta-box-sortabless .title label {
inc/js/admin.js CHANGED
@@ -34,7 +34,7 @@ jQuery(document).ready(function($) {
34
  }
35
  });
36
 
37
- // Enable switches (on/off)
38
  $('.control-switch-onoff').checkboxpicker({
39
  reverse: true,
40
  offLabel: 'OFF',
34
  }
35
  });
36
 
37
+ // Enable switches
38
  $('.control-switch-onoff').checkboxpicker({
39
  reverse: true,
40
  offLabel: 'OFF',
inc/js/codemirror-settings.js CHANGED
@@ -22,6 +22,8 @@ jQuery(document).ready(function($) {
22
  mode: 'text/x-php',
23
  autoRefresh: true,
24
  styleActiveLine: true
 
 
25
  });
26
  });
27
 
22
  mode: 'text/x-php',
23
  autoRefresh: true,
24
  styleActiveLine: true
25
+ }).on('change', function() {
26
+ $( element ).closest('.postbox').children('h3').children('.pull-right').children('.not-saved').show();
27
  });
28
  });
29
 
inc/php/settings.php CHANGED
@@ -29,6 +29,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
29
  <h3 class="title">
30
  <label for="spacexchimp_p001_settings[snippets]" ><?php _e( 'Functions (PHP code)', $text ); ?></label>
31
  <div class="pull-right">
 
32
  <input
33
  type="checkbox"
34
  name="spacexchimp_p001_settings[enable]"
29
  <h3 class="title">
30
  <label for="spacexchimp_p001_settings[snippets]" ><?php _e( 'Functions (PHP code)', $text ); ?></label>
31
  <div class="pull-right">
32
+ <span class="not-saved"><?php _e( 'NOT SAVED!', $text ); ?></span>
33
  <input
34
  type="checkbox"
35
  name="spacexchimp_p001_settings[enable]"
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: 2018-09-22 15:32+0300\n"
7
- "PO-Revision-Date: 2018-09-22 15:46+0300\n"
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.0.6\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -86,7 +86,7 @@ msgstr "Verwendung"
86
  msgid "F.A.Q."
87
  msgstr "F.A.Q."
88
 
89
- #: inc/php/page.php:48 inc/php/settings.php:53 inc/php/sidebar.php:47
90
  msgid "Support"
91
  msgstr "Support"
92
 
@@ -361,7 +361,7 @@ msgstr "Sie können Ihre Frage auf %s dieser Seite stellen %s. Aber bitte bedenk
361
  msgid "Support Us"
362
  msgstr "Unterstütze uns"
363
 
364
- #: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr "Spende mit PayPal"
367
 
@@ -390,19 +390,23 @@ msgstr "Danke für Ihre Unterstützung!"
390
  msgid "Functions (PHP code)"
391
  msgstr ""
392
 
393
- #: inc/php/settings.php:45
 
 
 
 
394
  msgid "Enter your PHP functions here"
395
  msgstr ""
396
 
397
- #: inc/php/settings.php:50
398
  msgid "Save changes"
399
  msgstr "Änderungen speichern"
400
 
401
- #: inc/php/settings.php:55 inc/php/sidebar.php:49
402
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
403
  msgstr "Jeder kleine Beitrag trägt dazu bei, unsere Kosten zu decken und wir kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
404
 
405
- #: inc/php/settings.php:62 inc/php/sidebar.php:56
406
  msgid "Thanks for your support!"
407
  msgstr "Danke für Ihre Unterstützung!"
408
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-08 08:38+0300\n"
7
+ "PO-Revision-Date: 2018-10-08 08:38+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.1.1\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
86
  msgid "F.A.Q."
87
  msgstr "F.A.Q."
88
 
89
+ #: inc/php/page.php:48 inc/php/settings.php:54 inc/php/sidebar.php:47
90
  msgid "Support"
91
  msgstr "Support"
92
 
361
  msgid "Support Us"
362
  msgstr "Unterstütze uns"
363
 
364
+ #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr "Spende mit PayPal"
367
 
390
  msgid "Functions (PHP code)"
391
  msgstr ""
392
 
393
+ #: inc/php/settings.php:32
394
+ msgid "NOT SAVED!"
395
+ msgstr ""
396
+
397
+ #: inc/php/settings.php:46
398
  msgid "Enter your PHP functions here"
399
  msgstr ""
400
 
401
+ #: inc/php/settings.php:51
402
  msgid "Save changes"
403
  msgstr "Änderungen speichern"
404
 
405
+ #: inc/php/settings.php:56 inc/php/sidebar.php:49
406
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
407
  msgstr "Jeder kleine Beitrag trägt dazu bei, unsere Kosten zu decken und wir kann mehr Zeit damit verbringen, Dinge für Leute wie Sie zu entwickeln."
408
 
409
+ #: inc/php/settings.php:63 inc/php/sidebar.php:56
410
  msgid "Thanks for your support!"
411
  msgstr "Danke für Ihre Unterstützung!"
412
 
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: 2018-09-22 15:32+0300\n"
7
- "PO-Revision-Date: 2018-09-22 15:46+0300\n"
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.0.6\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -86,7 +86,7 @@ msgstr "Uso"
86
  msgid "F.A.Q."
87
  msgstr "Preguntas ?"
88
 
89
- #: inc/php/page.php:48 inc/php/settings.php:53 inc/php/sidebar.php:47
90
  msgid "Support"
91
  msgstr "Soporte"
92
 
@@ -361,7 +361,7 @@ msgstr "Puede hacer tu pregunta en %s la página de soporte del complementos %s.
361
  msgid "Support Us"
362
  msgstr "¡Apoyanos!"
363
 
364
- #: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr "Donar con PayPal"
367
 
@@ -390,19 +390,23 @@ msgstr "¡Gracias por tu apoyo!"
390
  msgid "Functions (PHP code)"
391
  msgstr ""
392
 
393
- #: inc/php/settings.php:45
 
 
 
 
394
  msgid "Enter your PHP functions here"
395
  msgstr ""
396
 
397
- #: inc/php/settings.php:50
398
  msgid "Save changes"
399
  msgstr "Guardar Cambios"
400
 
401
- #: inc/php/settings.php:55 inc/php/sidebar.php:49
402
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
403
  msgstr "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
404
 
405
- #: inc/php/settings.php:62 inc/php/sidebar.php:56
406
  msgid "Thanks for your support!"
407
  msgstr "¡Gracias por tu apoyo!"
408
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-08 08:39+0300\n"
7
+ "PO-Revision-Date: 2018-10-08 08:39+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.1.1\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
86
  msgid "F.A.Q."
87
  msgstr "Preguntas ?"
88
 
89
+ #: inc/php/page.php:48 inc/php/settings.php:54 inc/php/sidebar.php:47
90
  msgid "Support"
91
  msgstr "Soporte"
92
 
361
  msgid "Support Us"
362
  msgstr "¡Apoyanos!"
363
 
364
+ #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr "Donar con PayPal"
367
 
390
  msgid "Functions (PHP code)"
391
  msgstr ""
392
 
393
+ #: inc/php/settings.php:32
394
+ msgid "NOT SAVED!"
395
+ msgstr ""
396
+
397
+ #: inc/php/settings.php:46
398
  msgid "Enter your PHP functions here"
399
  msgstr ""
400
 
401
+ #: inc/php/settings.php:51
402
  msgid "Save changes"
403
  msgstr "Guardar Cambios"
404
 
405
+ #: inc/php/settings.php:56 inc/php/sidebar.php:49
406
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
407
  msgstr "Soy un desarrollador independiente, sin un ingreso regular, por lo que cada pequeña contribución ayuda a cubrir mis costos y me deja pasar más tiempo construyendo cosas para que personas como tú las disfruten."
408
 
409
+ #: inc/php/settings.php:63 inc/php/sidebar.php:56
410
  msgid "Thanks for your support!"
411
  msgstr "¡Gracias por tu apoyo!"
412
 
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: 2018-09-22 15:32+0300\n"
7
- "PO-Revision-Date: 2018-09-22 15:46+0300\n"
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.0.6\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -86,7 +86,7 @@ msgstr ""
86
  msgid "F.A.Q."
87
  msgstr ""
88
 
89
- #: inc/php/page.php:48 inc/php/settings.php:53 inc/php/sidebar.php:47
90
  msgid "Support"
91
  msgstr ""
92
 
@@ -361,7 +361,7 @@ msgstr ""
361
  msgid "Support Us"
362
  msgstr ""
363
 
364
- #: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr ""
367
 
@@ -390,19 +390,23 @@ msgstr ""
390
  msgid "Functions (PHP code)"
391
  msgstr "Fonctions (code PHP)"
392
 
393
- #: inc/php/settings.php:45
 
 
 
 
394
  msgid "Enter your PHP functions here"
395
  msgstr ""
396
 
397
- #: inc/php/settings.php:50
398
  msgid "Save changes"
399
  msgstr "Enregistrer"
400
 
401
- #: inc/php/settings.php:55 inc/php/sidebar.php:49
402
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
403
  msgstr "Je suis un développeur indépendant, sans revenus réguliers, aussi chaque modeste contribution m'aide à couvrir les frais et me permet de consacrer plus de temps à créer des choses que vous appréciez."
404
 
405
- #: inc/php/settings.php:62 inc/php/sidebar.php:56
406
  msgid "Thanks for your support!"
407
  msgstr "Merci pour votre soutien !"
408
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-08 08:38+0300\n"
7
+ "PO-Revision-Date: 2018-10-08 08:38+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.1.1\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
86
  msgid "F.A.Q."
87
  msgstr ""
88
 
89
+ #: inc/php/page.php:48 inc/php/settings.php:54 inc/php/sidebar.php:47
90
  msgid "Support"
91
  msgstr ""
92
 
361
  msgid "Support Us"
362
  msgstr ""
363
 
364
+ #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr ""
367
 
390
  msgid "Functions (PHP code)"
391
  msgstr "Fonctions (code PHP)"
392
 
393
+ #: inc/php/settings.php:32
394
+ msgid "NOT SAVED!"
395
+ msgstr ""
396
+
397
+ #: inc/php/settings.php:46
398
  msgid "Enter your PHP functions here"
399
  msgstr ""
400
 
401
+ #: inc/php/settings.php:51
402
  msgid "Save changes"
403
  msgstr "Enregistrer"
404
 
405
+ #: inc/php/settings.php:56 inc/php/sidebar.php:49
406
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
407
  msgstr "Je suis un développeur indépendant, sans revenus réguliers, aussi chaque modeste contribution m'aide à couvrir les frais et me permet de consacrer plus de temps à créer des choses que vous appréciez."
408
 
409
+ #: inc/php/settings.php:63 inc/php/sidebar.php:56
410
  msgid "Thanks for your support!"
411
  msgstr "Merci pour votre soutien !"
412
 
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: 2018-09-22 15:32+0300\n"
7
- "PO-Revision-Date: 2018-09-22 15:46+0300\n"
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.0.6\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -86,7 +86,7 @@ msgstr "Gebruik"
86
  msgid "F.A.Q."
87
  msgstr "F.A.Q."
88
 
89
- #: inc/php/page.php:48 inc/php/settings.php:53 inc/php/sidebar.php:47
90
  msgid "Support"
91
  msgstr "Ondersteuning"
92
 
@@ -361,7 +361,7 @@ msgstr "Je kunt je vraag op %s deze pagina %s stellen. Maar houd er rekening mee
361
  msgid "Support Us"
362
  msgstr "Ondersteun ons"
363
 
364
- #: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr "Doneer via PayPal"
367
 
@@ -390,19 +390,23 @@ msgstr "Bedankt voor je ondersteuning!"
390
  msgid "Functions (PHP code)"
391
  msgstr "Functies (PHP code)"
392
 
393
- #: inc/php/settings.php:45
 
 
 
 
394
  msgid "Enter your PHP functions here"
395
  msgstr "Voer hier uw PHP-functies in"
396
 
397
- #: inc/php/settings.php:50
398
  msgid "Save changes"
399
  msgstr "Wijzigingen opslaan"
400
 
401
- #: inc/php/settings.php:55 inc/php/sidebar.php:49
402
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
403
  msgstr "Ik ben een onafhankelijke ontwikkelaar, zonder een vast inkomen, dus elke kleine bijdrage helpt mij mijn kosten te dekken en laat me meer tijd spenderen aan het bouwen van dingen voor mensen zoals jij om van te genieten."
404
 
405
- #: inc/php/settings.php:62 inc/php/sidebar.php:56
406
  msgid "Thanks for your support!"
407
  msgstr "Bedankt voor uw steun!"
408
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-08 08:39+0300\n"
7
+ "PO-Revision-Date: 2018-10-08 08:39+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.1.1\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
86
  msgid "F.A.Q."
87
  msgstr "F.A.Q."
88
 
89
+ #: inc/php/page.php:48 inc/php/settings.php:54 inc/php/sidebar.php:47
90
  msgid "Support"
91
  msgstr "Ondersteuning"
92
 
361
  msgid "Support Us"
362
  msgstr "Ondersteun ons"
363
 
364
+ #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr "Doneer via PayPal"
367
 
390
  msgid "Functions (PHP code)"
391
  msgstr "Functies (PHP code)"
392
 
393
+ #: inc/php/settings.php:32
394
+ msgid "NOT SAVED!"
395
+ msgstr ""
396
+
397
+ #: inc/php/settings.php:46
398
  msgid "Enter your PHP functions here"
399
  msgstr "Voer hier uw PHP-functies in"
400
 
401
+ #: inc/php/settings.php:51
402
  msgid "Save changes"
403
  msgstr "Wijzigingen opslaan"
404
 
405
+ #: inc/php/settings.php:56 inc/php/sidebar.php:49
406
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
407
  msgstr "Ik ben een onafhankelijke ontwikkelaar, zonder een vast inkomen, dus elke kleine bijdrage helpt mij mijn kosten te dekken en laat me meer tijd spenderen aan het bouwen van dingen voor mensen zoals jij om van te genieten."
408
 
409
+ #: inc/php/settings.php:63 inc/php/sidebar.php:56
410
  msgid "Thanks for your support!"
411
  msgstr "Bedankt voor uw steun!"
412
 
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: 2018-09-22 15:32+0300\n"
7
- "PO-Revision-Date: 2018-09-22 15:46+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.0.6\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"
@@ -86,7 +86,7 @@ msgstr "Применение"
86
  msgid "F.A.Q."
87
  msgstr "F.A.Q."
88
 
89
- #: inc/php/page.php:48 inc/php/settings.php:53 inc/php/sidebar.php:47
90
  msgid "Support"
91
  msgstr "Поддержка"
92
 
@@ -361,7 +361,7 @@ msgstr "Вы можете задать ваш вопрос на %s этой ст
361
  msgid "Support Us"
362
  msgstr "Поддержать нас"
363
 
364
- #: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr "Пожертвовать через Pay Pal"
367
 
@@ -390,19 +390,23 @@ msgstr "Спасибо за вашу поддержку!"
390
  msgid "Functions (PHP code)"
391
  msgstr "Функции (PHP код)"
392
 
393
- #: inc/php/settings.php:45
 
 
 
 
394
  msgid "Enter your PHP functions here"
395
  msgstr ""
396
 
397
- #: inc/php/settings.php:50
398
  msgid "Save changes"
399
  msgstr "Сохранить изменения"
400
 
401
- #: inc/php/settings.php:55 inc/php/sidebar.php:49
402
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
403
  msgstr "Я независимый разработчик, без регулярного дохода, так что каждый маленький вклад помогает мне покрыть затраты и позволяет тратить больше времени на создание программ для людей как вы."
404
 
405
- #: inc/php/settings.php:62 inc/php/sidebar.php:56
406
  msgid "Thanks for your support!"
407
  msgstr "Спасибо за вашу поддержку!"
408
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-08 08:39+0300\n"
7
+ "PO-Revision-Date: 2018-10-08 08:39+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.1.1\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"
86
  msgid "F.A.Q."
87
  msgstr "F.A.Q."
88
 
89
+ #: inc/php/page.php:48 inc/php/settings.php:54 inc/php/sidebar.php:47
90
  msgid "Support"
91
  msgstr "Поддержка"
92
 
361
  msgid "Support Us"
362
  msgstr "Поддержать нас"
363
 
364
+ #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr "Пожертвовать через Pay Pal"
367
 
390
  msgid "Functions (PHP code)"
391
  msgstr "Функции (PHP код)"
392
 
393
+ #: inc/php/settings.php:32
394
+ msgid "NOT SAVED!"
395
+ msgstr ""
396
+
397
+ #: inc/php/settings.php:46
398
  msgid "Enter your PHP functions here"
399
  msgstr ""
400
 
401
+ #: inc/php/settings.php:51
402
  msgid "Save changes"
403
  msgstr "Сохранить изменения"
404
 
405
+ #: inc/php/settings.php:56 inc/php/sidebar.php:49
406
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
407
  msgstr "Я независимый разработчик, без регулярного дохода, так что каждый маленький вклад помогает мне покрыть затраты и позволяет тратить больше времени на создание программ для людей как вы."
408
 
409
+ #: inc/php/settings.php:63 inc/php/sidebar.php:56
410
  msgid "Thanks for your support!"
411
  msgstr "Спасибо за вашу поддержку!"
412
 
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: 2018-09-22 15:32+0300\n"
7
- "PO-Revision-Date: 2018-09-22 15:47+0300\n"
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.0.6\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -86,7 +86,7 @@ msgstr ""
86
  msgid "F.A.Q."
87
  msgstr ""
88
 
89
- #: inc/php/page.php:48 inc/php/settings.php:53 inc/php/sidebar.php:47
90
  msgid "Support"
91
  msgstr ""
92
 
@@ -361,7 +361,7 @@ msgstr ""
361
  msgid "Support Us"
362
  msgstr ""
363
 
364
- #: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr ""
367
 
@@ -390,19 +390,23 @@ msgstr ""
390
  msgid "Functions (PHP code)"
391
  msgstr ""
392
 
393
- #: inc/php/settings.php:45
 
 
 
 
394
  msgid "Enter your PHP functions here"
395
  msgstr ""
396
 
397
- #: inc/php/settings.php:50
398
  msgid "Save changes"
399
  msgstr "儲存變更"
400
 
401
- #: inc/php/settings.php:55 inc/php/sidebar.php:49
402
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
403
  msgstr ""
404
 
405
- #: inc/php/settings.php:62 inc/php/sidebar.php:56
406
  msgid "Thanks for your support!"
407
  msgstr "謝謝您的贊助!"
408
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-08 08:39+0300\n"
7
+ "PO-Revision-Date: 2018-10-08 08:39+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.1.1\n"
16
  "X-Poedit-Basepath: ..\n"
17
  "X-Poedit-WPHeader: my-custom-functions.php\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
86
  msgid "F.A.Q."
87
  msgstr ""
88
 
89
+ #: inc/php/page.php:48 inc/php/settings.php:54 inc/php/sidebar.php:47
90
  msgid "Support"
91
  msgstr ""
92
 
361
  msgid "Support Us"
362
  msgstr ""
363
 
364
+ #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
365
  msgid "Donate with PayPal"
366
  msgstr ""
367
 
390
  msgid "Functions (PHP code)"
391
  msgstr ""
392
 
393
+ #: inc/php/settings.php:32
394
+ msgid "NOT SAVED!"
395
+ msgstr ""
396
+
397
+ #: inc/php/settings.php:46
398
  msgid "Enter your PHP functions here"
399
  msgstr ""
400
 
401
+ #: inc/php/settings.php:51
402
  msgid "Save changes"
403
  msgstr "儲存變更"
404
 
405
+ #: inc/php/settings.php:56 inc/php/sidebar.php:49
406
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
407
  msgstr ""
408
 
409
+ #: inc/php/settings.php:63 inc/php/sidebar.php:56
410
  msgid "Thanks for your support!"
411
  msgstr "謝謝您的贊助!"
412
 
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: 2018-09-22 15:32+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.0.6\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: my-custom-functions.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
@@ -84,7 +84,7 @@ msgstr ""
84
  msgid "F.A.Q."
85
  msgstr ""
86
 
87
- #: inc/php/page.php:48 inc/php/settings.php:53 inc/php/sidebar.php:47
88
  msgid "Support"
89
  msgstr ""
90
 
@@ -359,7 +359,7 @@ msgstr ""
359
  msgid "Support Us"
360
  msgstr ""
361
 
362
- #: inc/php/page.php:263 inc/php/settings.php:60 inc/php/sidebar.php:54
363
  msgid "Donate with PayPal"
364
  msgstr ""
365
 
@@ -388,19 +388,23 @@ msgstr ""
388
  msgid "Functions (PHP code)"
389
  msgstr ""
390
 
391
- #: inc/php/settings.php:45
 
 
 
 
392
  msgid "Enter your PHP functions here"
393
  msgstr ""
394
 
395
- #: inc/php/settings.php:50
396
  msgid "Save changes"
397
  msgstr ""
398
 
399
- #: inc/php/settings.php:55 inc/php/sidebar.php:49
400
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
401
  msgstr ""
402
 
403
- #: inc/php/settings.php:62 inc/php/sidebar.php:56
404
  msgid "Thanks for your support!"
405
  msgstr ""
406
 
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: My Custom Functions\n"
6
+ "POT-Creation-Date: 2018-10-08 08:39+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.1.1\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-WPHeader: my-custom-functions.php\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
84
  msgid "F.A.Q."
85
  msgstr ""
86
 
87
+ #: inc/php/page.php:48 inc/php/settings.php:54 inc/php/sidebar.php:47
88
  msgid "Support"
89
  msgstr ""
90
 
359
  msgid "Support Us"
360
  msgstr ""
361
 
362
+ #: inc/php/page.php:263 inc/php/settings.php:61 inc/php/sidebar.php:54
363
  msgid "Donate with PayPal"
364
  msgstr ""
365
 
388
  msgid "Functions (PHP code)"
389
  msgstr ""
390
 
391
+ #: inc/php/settings.php:32
392
+ msgid "NOT SAVED!"
393
+ msgstr ""
394
+
395
+ #: inc/php/settings.php:46
396
  msgid "Enter your PHP functions here"
397
  msgstr ""
398
 
399
+ #: inc/php/settings.php:51
400
  msgid "Save changes"
401
  msgstr ""
402
 
403
+ #: inc/php/settings.php:56 inc/php/sidebar.php:49
404
  msgid "Every little contribution helps to cover our costs and allows us to spend more time creating things for awesome people like you to enjoy."
405
  msgstr ""
406
 
407
+ #: inc/php/settings.php:63 inc/php/sidebar.php:56
408
  msgid "Thanks for your support!"
409
  msgstr ""
410
 
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.28
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.29
9
  * License: GPL3
10
  * Text Domain: my-custom-functions
11
  * Domain Path: /languages/
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: inject code, inject function, inject snippet, inject php, insert code, ins
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.28
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -241,6 +241,11 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
241
 
242
  == Changelog ==
243
 
 
 
 
 
 
244
  = 4.28 =
245
  * CSS code, which is located in the file "admin.css" and is related to the "FAQ" section, is improved.
246
  * The sidebar items are rearranged.
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.29
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
241
 
242
  == Changelog ==
243
 
244
+ = 4.29 =
245
+ * Added new feature: If the changes in the code editor were made, but not saved, the message "NOT SAVED" is displayed.
246
+ * Code commenting improved.
247
+ * Translation files are updated.
248
+
249
  = 4.28 =
250
  * CSS code, which is located in the file "admin.css" and is related to the "FAQ" section, is improved.
251
  * The sidebar items are rearranged.