PluginProbe
Code Engine – PHP Snippets, AI Functions & Automation for WordPress / 0.5.3
Code Engine – PHP Snippets, AI Functions & Automation for WordPress v0.5.3
0.5.7 0.5.6 0.5.5 0.5.4 0.5.3 0.5.2 0.5.1 0.5.0 0.4.9 0.4.8 0.4.7 0.4.6 trunk 0.0.1 0.0.2 0.2.8 0.2.9 0.3.0 0.3.1 0.3.2 0.3.3 0.3.4 0.3.5 0.3.6 0.3.7 All 33 releases
← All changes | readme.txt +3 -19 trunk0.5.3 View file →
@@ -2,11 +2,11 @@
2 2 Contributors: TigrouMeow
3 3 Tags: snippets, code, php, ai, automation
4 4 Donate link: https://www.patreon.com/meowapps
5 5 Requires at least: 6.0
6 -Tested up to: 7.1
7 -Requires PHP: 8.1
8 -Stable tag: 0.5.7
6 +Tested up to: 7.0
7 +Requires PHP: 7.4
8 +Stable tag: 0.5.3
9 9 License: GPLv2 or later
10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html
11 11
12 12 Manage PHP & JS snippets the clean way, then turn any function into an AI tool, a workflow step, or a REST endpoint. Write once, use everywhere. 🤟
@@ -180,24 +180,8 @@
180 180
181 181 Yes. Code Engine supports importing and exporting your snippets and settings, so you can back them up or move them to another site.
182 182
183 183 == Changelog ==
184 -
185 -= 0.5.7 (2026/09/14) =
186 -* Fix: Avoid a PHP warning caused by a null value in an in_array check.
187 -
188 -= 0.5.6 (2026/08/20) =
189 -* Add: Plugins board in the Meow Apps dashboard.
190 -* Add: AI site analysis in the Meow Apps dashboard.
191 -* 🎵 Discuss with others about Code Engine on [the Discord](https://discord.gg/bHDGh38).
192 -* 🌴 Keep us motivated with [a little review here](https://wordpress.org/support/plugin/code-engine/reviews/). Thank you!
193 -* 🥰 If you want to help us, check our [Patreon](https://www.patreon.com/meowapps). Thank you!
194 -
195 -= 0.5.5 (2026/07/18) =
196 -* Fix: Callable snippets losing arguments when parameter names contained a dollar sign prefix or had empty/zero values.
197 -
198 -= 0.5.4 (2026/07/16) =
199 -* Fix: Callable snippets losing their arguments and throwing syntax errors when invoked.
200 184
201 185 = 0.5.3 (2026/07/06) =
202 186 * Fix: Hotfix — MCP snippet updates now correctly update in place instead of creating a new row, resolving "Could not insert the snippet" errors on SQLite backends.
203 187 * Update: MCP tools are now protected against snippet fatal errors.