Version Description
- Mar 20, 2020 =
- Maintenance: Ensure compatibility with upcoming WordPress 5.4.
- Maintenance: Minimum WordPress version requirement is set to 4.9. Support for WordPress 4.8 and below has been discontinued.
- Maintenance: Minimum PHP version requirement is set to 5.6. Support for PHP 5.5 and below has been discontinued.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | My Custom Functions |
Version | 4.42 |
Comparing to | |
See all releases |
Code changes from version 4.41 to 4.42
- my-custom-functions.php +1 -1
- readme.txt +14 -5
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.42
|
9 |
* License: GPL3
|
10 |
* Text Domain: my-custom-functions
|
11 |
* Domain Path: /languages/
|
readme.txt
CHANGED
@@ -2,9 +2,10 @@
|
|
2 |
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:
|
6 |
-
Tested up to: 5.
|
7 |
-
|
|
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -77,11 +78,13 @@ If you want to help translate this plugin, please visit the [translation page](h
|
|
77 |
|
78 |
**Minimum system requirements:**
|
79 |
|
80 |
-
* [
|
|
|
81 |
* [MySQL](https://www.mysql.com) version **5.0** or higher.
|
82 |
|
83 |
**Recommended system requirements:**
|
84 |
|
|
|
85 |
* [PHP](https://secure.php.net) version **7.0** or higher.
|
86 |
* [MySQL](https://www.mysql.com) version **5.6** or higher.
|
87 |
|
@@ -115,7 +118,7 @@ Manually via FTP access:
|
|
115 |
|
116 |
After installation and activation, the "`PHP Inserter`" menu item will appear in the "`Settings`" section of Admin Area. Click on it in order to view the plugin settings page.
|
117 |
|
118 |
-
[More help installing plugins](
|
119 |
|
120 |
|
121 |
== Frequently Asked Questions ==
|
@@ -241,6 +244,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
241 |
* [CodeMirror](https://codemirror.net/) is an open-source project shared under the [MIT license](https://codemirror.net/LICENSE).
|
242 |
* [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
|
243 |
* [Bootstrap-checkbox](https://github.com/vsn4ik/bootstrap-checkbox) is a project of [Vasily A.](https://github.com/vsn4ik), shared under the [MIT license](https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE).
|
|
|
244 |
|
245 |
**Links**
|
246 |
|
@@ -252,6 +256,11 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
252 |
|
253 |
== Changelog ==
|
254 |
|
|
|
|
|
|
|
|
|
|
|
255 |
= 4.41 - Jan 20, 2020 =
|
256 |
* Maintenance: The copyright date updated to support the 2020 year.
|
257 |
|
2 |
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.4
|
7 |
+
Requires PHP: 5.6
|
8 |
+
Stable tag: 4.42
|
9 |
License: GPL3
|
10 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
11 |
|
78 |
|
79 |
**Minimum system requirements:**
|
80 |
|
81 |
+
* [WordPress](https://wordpress.org) version **4.9** or higher.
|
82 |
+
* [PHP](https://secure.php.net) version **5.6** or higher.
|
83 |
* [MySQL](https://www.mysql.com) version **5.0** or higher.
|
84 |
|
85 |
**Recommended system requirements:**
|
86 |
|
87 |
+
* [WordPress](https://wordpress.org) version **5.0** or higher.
|
88 |
* [PHP](https://secure.php.net) version **7.0** or higher.
|
89 |
* [MySQL](https://www.mysql.com) version **5.6** or higher.
|
90 |
|
118 |
|
119 |
After installation and activation, the "`PHP Inserter`" menu item will appear in the "`Settings`" section of Admin Area. Click on it in order to view the plugin settings page.
|
120 |
|
121 |
+
[More help installing plugins](https://wordpress.org/support/article/managing-plugins/ "WordPress Codex: Installing Plugins")
|
122 |
|
123 |
|
124 |
== Frequently Asked Questions ==
|
244 |
* [CodeMirror](https://codemirror.net/) is an open-source project shared under the [MIT license](https://codemirror.net/LICENSE).
|
245 |
* [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
|
246 |
* [Bootstrap-checkbox](https://github.com/vsn4ik/bootstrap-checkbox) is a project of [Vasily A.](https://github.com/vsn4ik), shared under the [MIT license](https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE).
|
247 |
+
* [Font Awesome](https://fontawesome.com) is an open source-project created by Dave Gandy. Font released under the [SIL OFL 1.1 license](http://scripts.sil.org/OFL). Code released under the [MIT License](http://opensource.org/licenses/mit-license.html).
|
248 |
|
249 |
**Links**
|
250 |
|
256 |
|
257 |
== Changelog ==
|
258 |
|
259 |
+
= 4.42 - Mar 20, 2020 =
|
260 |
+
* Maintenance: Ensure compatibility with upcoming WordPress 5.4.
|
261 |
+
* Maintenance: Minimum WordPress version requirement is set to 4.9. Support for WordPress 4.8 and below has been discontinued.
|
262 |
+
* Maintenance: Minimum PHP version requirement is set to 5.6. Support for PHP 5.5 and below has been discontinued.
|
263 |
+
|
264 |
= 4.41 - Jan 20, 2020 =
|
265 |
* Maintenance: The copyright date updated to support the 2020 year.
|
266 |
|