PluginProbe
Code Engine – PHP Snippets, AI Functions & Automation for WordPress / 0.4.2
Code Engine – PHP Snippets, AI Functions & Automation for WordPress v0.4.2
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 +59 -2 0.3.20.4.2 View file →
@@ -2,10 +2,10 @@
2 2 Contributors: TigrouMeow
3 3 Tags: code, snippet, ai, php, rest
4 4 Donate link: https://www.patreon.com/meowapps
5 5 Requires at least: 6.0
6 -Tested up to: 6.8
7 -Stable tag: 0.3.2
6 +Tested up to: 6.9
7 +Stable tag: 0.4.2
8 8 License: GPLv2 or later
9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
10 10
11 11 Versatile plugin that not only manages PHP code snippets but also acts as a powerful bridge connecting WordPress, AI, and external digital platforms.
@@ -45,8 +45,65 @@
45 45
46 46 Nothing yet.
47 47
48 48 == Changelog ==
49 +
50 += 0.4.2 (2025/12/16) =
51 +* Add: Added shortcode attributes.
52 +* Fix: Improved DB checks with an early return to reduce unnecessary queries.
53 +
54 += 0.4.1 (2025/12/03) =
55 +* Fix: Ensure blocks keep the correct context when focused by improving how block properties are handled.
56 +* Fix: Restore proper behavior of the Code Blocks option and its settings tab.
57 +* Add: Allow usage of PHP tags to create HTML line breaks in content.
58 +* 🎵 Discuss with others about Code Engine on [the Discord](https://discord.gg/bHDGh38).
59 +* 🌴 Keep us motivated with [a little review here](https://wordpress.org/support/plugin/code-engine/reviews/). Thank you!
60 +* 🥰 If you want to help us, check our [Patreon](https://www.patreon.com/meowapps). Thank you!
61 +
62 += 0.4.0 (2025/11/12) =
63 +- Add: Enhanced the overall UI/UX for better user experience.
64 +- Add: Keyboard shortcuts (Cmd+S, Cmd+Enter).
65 +- Add: Included a "Clean Uninstall" option for easier plugin removal.
66 +- Update: Reorganized plugin interface into tab-only layout.
67 +- Fix: Hotfix to prevent other actions during code validation.
68 +- Fix: Export of snippets.
69 +
70 += 0.3.9 (2025/10/10) =
71 +- Add: Implemented CMD+S as a shortcut to save snippets.
72 +- Fix: Resolved an undefined array key warning related to 'target'.
73 +- Update: Ignore __mwai_ arguments in the editor for cleaner operation.
74 +- Update: Enhanced the UI/UX.
75 +
76 += 0.3.8 (2025/09/30) =
77 +- Update: Improved the entire UI for a better user experience.
78 +- Fix: Ensure mwai_query parameter is correctly passed and accessible within function calls.
79 +
80 += 0.3.7 (2025/09/01) =
81 +* Update: Code Engine Pro.
82 +
83 += 0.3.6 (2025/08/16) =
84 +* Update: There is now a Pro version for Code Blocks and Shortcodes.
85 +* Update: Minor improvements and bug fixes.
86 +
87 += 0.3.5 (2025/07/23) =
88 +* Fix: Resolved React rendering issue caused by empty tags and undefined map calls.
89 +* Update: Refreshed common functionalities for improved stability.
90 +
91 += 0.3.4 (2025/07/06) =
92 +* Update: Disallow PHP execution in code blocks by default, with an option to enable it.
93 +* Update: Refactored the getSnippets method for improved stability.
94 +* Update: Changed snippet name filtering to use 'functionName' instead of 'name'.
95 +* Fix: Allowed global snippets to execute on the Settings page to prevent blocking nonce filters.
96 +
97 += 0.3.3 (2025/06/29) =
98 +* Add: Support for "content" scope in dashboard and tags.
99 +* Fix: Editor modal not displaying correctly.
100 +* Fix: Columns and empty message now display as expected.
101 +* Update: Renamed MCP tool prefix from code_engine_ to mwcode_ for better consistency.
102 +* Update: Check DISALLOW_UNFILTERED_HTML for JavaScript content type snippets to enhance security.
103 +* Update: Replaced error_log with core logging in API for improved reliability.
104 +* Fix: Dashboard disables Quick Start if AI Engine is missing.
105 +* Fix: Added missing dependencies to mwcode_snippet_vault script registration.
49 106
50 107 = 0.3.2 (2025/06/03) =
51 108 * Add: API now matches the functionality of AI Engine and includes optional MCP support.
52 109 * Add: Security bypass option and reorganized plugin settings for easier management.