Version Description
- Jan 20, 2020 =
- Maintenance: The copyright date updated to support the 2020 year.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | My Custom Functions |
Version | 4.41 |
Comparing to | |
See all releases |
Code changes from version 4.40 to 4.41
- inc/css/admin.css +1 -1
- inc/js/admin.js +1 -1
- inc/js/codemirror-settings.js +1 -1
- my-custom-functions.php +2 -2
- readme.txt +4 -1
inc/css/admin.css
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* @package My Custom Functions
|
5 |
* @author Arthur Gareginyan
|
6 |
* @link https://www.spacexchimp.com
|
7 |
-
* @copyright Copyright (c) 2016-
|
8 |
*/
|
9 |
|
10 |
|
4 |
* @package My Custom Functions
|
5 |
* @author Arthur Gareginyan
|
6 |
* @link https://www.spacexchimp.com
|
7 |
+
* @copyright Copyright (c) 2016-2020 Space X-Chimp. All Rights Reserved.
|
8 |
*/
|
9 |
|
10 |
|
inc/js/admin.js
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* @package My Custom Functions
|
5 |
* @author Arthur Gareginyan
|
6 |
* @link https://www.spacexchimp.com
|
7 |
-
* @copyright Copyright (c) 2016-
|
8 |
*/
|
9 |
|
10 |
|
4 |
* @package My Custom Functions
|
5 |
* @author Arthur Gareginyan
|
6 |
* @link https://www.spacexchimp.com
|
7 |
+
* @copyright Copyright (c) 2016-2020 Space X-Chimp. All Rights Reserved.
|
8 |
*/
|
9 |
|
10 |
|
inc/js/codemirror-settings.js
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* @package My Custom Functions
|
5 |
* @author Arthur Gareginyan
|
6 |
* @link https://www.spacexchimp.com
|
7 |
-
* @copyright Copyright (c) 2016-
|
8 |
*/
|
9 |
|
10 |
|
4 |
* @package My Custom Functions
|
5 |
* @author Arthur Gareginyan
|
6 |
* @link https://www.spacexchimp.com
|
7 |
+
* @copyright Copyright (c) 2016-2020 Space X-Chimp. All Rights Reserved.
|
8 |
*/
|
9 |
|
10 |
|
my-custom-functions.php
CHANGED
@@ -5,12 +5,12 @@
|
|
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/
|
12 |
*
|
13 |
-
* Copyright 2014-
|
14 |
*
|
15 |
* This plugin is free software: you can redistribute it and/or modify
|
16 |
* it under the terms of the GNU General Public License as published by
|
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.41
|
9 |
* License: GPL3
|
10 |
* Text Domain: my-custom-functions
|
11 |
* Domain Path: /languages/
|
12 |
*
|
13 |
+
* Copyright 2014-2020 Space X-Chimp ( website : https://www.spacexchimp.com )
|
14 |
*
|
15 |
* This plugin is free software: you can redistribute it and/or modify
|
16 |
* it under the terms of the GNU General Public License as published by
|
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: 5.3
|
7 |
-
Stable tag: 4.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -252,6 +252,9 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
252 |
|
253 |
== Changelog ==
|
254 |
|
|
|
|
|
|
|
255 |
= 4.40 - Nov 11, 2019 =
|
256 |
* Maintenance: Compatibility with upcoming WordPress 5.3.
|
257 |
* Framework update: Bootstrap library updated to the latest version; v3.4.1.
|
4 |
Donate link: https://www.spacexchimp.com/donate.html
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 5.3
|
7 |
+
Stable tag: 4.41
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
252 |
|
253 |
== Changelog ==
|
254 |
|
255 |
+
= 4.41 - Jan 20, 2020 =
|
256 |
+
* Maintenance: The copyright date updated to support the 2020 year.
|
257 |
+
|
258 |
= 4.40 - Nov 11, 2019 =
|
259 |
* Maintenance: Compatibility with upcoming WordPress 5.3.
|
260 |
* Framework update: Bootstrap library updated to the latest version; v3.4.1.
|