PluginProbe
Code Engine – PHP Snippets, AI Functions & Automation for WordPress / 0.4.0
Code Engine – PHP Snippets, AI Functions & Automation for WordPress v0.4.0
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
code-engine / readme.txt

readme.txt in Code Engine – PHP Snippets, AI Functions & Automation for WordPress 0.4.0, at readme.txt

224 lines 9.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Code Engine ===
2 Contributors: TigrouMeow
3 Tags: code, snippet, ai, php, rest
4 Donate link: https://www.patreon.com/meowapps
5 Requires at least: 6.0
6 Tested up to: 6.8
7 Stable tag: 0.4.0
8 License: GPLv2 or later
9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
10
11 Versatile plugin that not only manages PHP code snippets but also acts as a powerful bridge connecting WordPress, AI, and external digital platforms.
12
13 == Description ==
14
15 Code Engine is a versatile plugin that not only manages PHP code snippets but also acts as a powerful bridge connecting WordPress, AI, and external digital platforms. It has three main features:
16
17 - PHP Code Snippets Management
18 - Automation via External Access
19 - Integration with AI
20
21 Think out of the box, and let your creativity flow, because the possibilities are endless! 🤟
22
23 === PHP Code Snippets Management ===
24
25 With its intuitive interface, Code Engine unlocks a world of possibilities by allowing you to dynamically modify and extend your site's functionality without the need for extensive coding knowledge. Code snippets can be created and enhanced by AI, making the process even more efficient and user-friendly.
26
27 === Automation via External Access ===
28
29 Code Engine offers seamless integration with the REST API, allowing you to execute runnable code snippets through external processes. This opens up a realm of automation opportunities, enabling you to streamline your tasks and save valuable time. By leveraging tools like Make.com, you can create sophisticated workflows that interact with your site via the REST API.
30
31 === Integration with AI ===
32
33 Take your site to the next level with Code Engine's cutting-edge AI Engine integration. This powerful feature allows you to collaborate seamlessly with AI models, enabling them to run actions and enrich their responses by accessing your code snippets. By incorporating actionable snippets, you can provide your AI models with the ability to perform tasks and deliver more comprehensive and dynamic answers to user queries.
34
35 == Installation ==
36
37 1. Upload `code-engine` to the `/wp-content/plugins/` directory
38 2. Activate the plugin through the 'Plugins' menu in WordPress
39
40 == Upgrade Notice ==
41
42 Replace all the files. Nothing else to do.
43
44 == Frequently Asked Questions ==
45
46 Nothing yet.
47
48 == Changelog ==
49
50 = 0.4.0 (2025/11/12) =
51 - Add: Enhanced the overall UI/UX for better user experience.
52 - Add: Keyboard shortcuts (Cmd+S, Cmd+Enter).
53 - Add: Included a "Clean Uninstall" option for easier plugin removal.
54 - Update: Reorganized plugin interface into tab-only layout.
55 - Fix: Hotfix to prevent other actions during code validation.
56 - Fix: Export of snippets.
57
58 = 0.3.9 (2025/10/10) =
59 - Add: Implemented CMD+S as a shortcut to save snippets.
60 - Fix: Resolved an undefined array key warning related to 'target'.
61 - Update: Ignore __mwai_ arguments in the editor for cleaner operation.
62 - Update: Enhanced the UI/UX.
63
64 = 0.3.8 (2025/09/30) =
65 - Update: Improved the entire UI for a better user experience.
66 - Fix: Ensure mwai_query parameter is correctly passed and accessible within function calls.
67
68 = 0.3.7 (2025/09/01) =
69 * Update: Code Engine Pro.
70
71 = 0.3.6 (2025/08/16) =
72 * Update: There is now a Pro version for Code Blocks and Shortcodes.
73 * Update: Minor improvements and bug fixes.
74
75 = 0.3.5 (2025/07/23) =
76 * Fix: Resolved React rendering issue caused by empty tags and undefined map calls.
77 * Update: Refreshed common functionalities for improved stability.
78
79 = 0.3.4 (2025/07/06) =
80 * Update: Disallow PHP execution in code blocks by default, with an option to enable it.
81 * Update: Refactored the getSnippets method for improved stability.
82 * Update: Changed snippet name filtering to use 'functionName' instead of 'name'.
83 * Fix: Allowed global snippets to execute on the Settings page to prevent blocking nonce filters.
84
85 = 0.3.3 (2025/06/29) =
86 * Add: Support for "content" scope in dashboard and tags.
87 * Fix: Editor modal not displaying correctly.
88 * Fix: Columns and empty message now display as expected.
89 * Update: Renamed MCP tool prefix from code_engine_ to mwcode_ for better consistency.
90 * Update: Check DISALLOW_UNFILTERED_HTML for JavaScript content type snippets to enhance security.
91 * Update: Replaced error_log with core logging in API for improved reliability.
92 * Fix: Dashboard disables Quick Start if AI Engine is missing.
93 * Fix: Added missing dependencies to mwcode_snippet_vault script registration.
94
95 = 0.3.2 (2025/06/03) =
96 * Add: API now matches the functionality of AI Engine and includes optional MCP support.
97 * Add: Security bypass option and reorganized plugin settings for easier management.
98 * Update: Shortened filter names to mwcode_rest_whitelist and mwcode_rest_authorized for clarity.
99 * Fix: Hotfix—adjusted to use 'size' parameter instead of 'fullSize', resolving compatibility issues.
100 * Fix: Resolved error_log spam, clarified REST route blocking messages, corrected typos, and improved code readability.
101
102 = 0.3.1 (2025/05/22) =
103 * Fix: Prevent errors when processing snippets by removing an unnecessary argument from the sanitize function.
104 * Update: Improve the code editor's appearance by adjusting how content overflows, ensuring the border radius displays correctly.
105
106 = 0.3.0 (2025/05/01) =
107 * Add: Introduced API functions to create, update, and delete snippets via PHP Callables.
108 * Fix: Ensured PHP Callables avoid typed arguments to prevent InvalidArgumentException.
109 * Update: Refactored ContentBlock to use the CodeEditor component and removed unnecessary ID handling.
110 * Fix: Sanitized arrays and converted strings to arrays for safer callable argument handling.
111 * Fix: Corrected a return statement that was blocking the PHP Callable test tab.
112 * Add: Added a proof of concept for a Gutenberg block.
113
114 = 0.2.9 (2025/02/17) =
115 * Fix: Corrected split function to handle null arguments properly.
116 * Add: Enabled the "Test" tab for all snippet types for better testing.
117 * Update: Refactored Quick Start snippet generation and introduced AI-powered snippet creation.
118 * Update: Removed Shortcode.js and cleaned up debug logs to improve code clarity.
119 * Update: Improved snippet execution by adding load.php and enhancing error handling.
120 * 💕 Discuss with others about it on [Discord](https://discord.gg/bHDGh38).
121 * 🌴 Keep us motivated with [a little review here](https://wordpress.org/support/plugin/code-engine/reviews/). Thank you!
122
123 = 0.2.8 (2025/01/04) =
124 * Update: Refactored core class for better performance.
125
126 = 0.2.7 (2024/12/06) =
127 * Fix: Insertion of the code generated by AI.
128 * Update: Visual enhancements.
129 * Update: Clean uninstall.
130
131 = 0.2.6 (2024/11/04) =
132 * Update: Better editor, cleaner and more efficient.
133 * Add: Little tutorial, to help you get started.
134 * Fix: Avoid useless re-renders.
135
136 = 0.2.5 (2024/10/17) =
137 * Update: Better code editor. Decoration for tags.
138 * Update: Added "Function Calling" next to Callable.
139 * Fix: Whitelist for REST to avoid issues.
140 * Fix: Many fixed and enhancements for AI Suggestions.
141 * Fix: Minor issues.
142
143 = 0.2.4 =
144 * Fix: Jumpy cursor and functions not available via API (0.2.3 specific issues).
145 * Add: Check the function name, and Sanitize.
146 * Fix: Lot of minor issues.
147
148 = 0.2.2 =
149 * Update: Better error handling.
150 * Update: Better logger.
151
152 = 0.2.1 =
153 * Update: Better AI suggestions and improved UI.
154 * Fix: Avoid the Code Editor to be suddently updated by external factors.
155
156 = 0.2.0 =
157 * Fix: Settings display.
158 * Update: JS functions are now also available in the admin.
159
160 = 0.1.9 =
161 * Update: A bunch of improvements to make Code Engine even more awesome! Basically, the UI became slighlty better to use, and the features are more stable.
162
163 = 0.1.8 (2024/07/16) =
164 * Update: UI overhaul, with a new design, icons, and more.
165 * Add: Types for arguments.
166 * Fix: Got rid of some warnings and errors.
167
168 = 0.1.6 (2024/07/07) =
169 * Add: Scheduling via WP events.
170 * Fix: Exclude disabled functions from functions list in the API.
171 * Update: Disabled Safe Mode for frontend snippets.
172 * Update: Various fixes and optimizations.
173
174 = 0.1.5 (2024/06/23) =
175 * Update: Lots of little UI improvements.
176 * Fix: Escape value in sanitize function and correct import snippet primary key and tag validation.
177 * Fix: Ensure arrays are displayed in test logs and sanitize functions when saving.
178
179 = 0.1.4 (2024/06/15) =
180 * Fix: If functions already exist, to avoid conflicts, the snippet will be disabled.
181 * Update: Scopes are now Backend, Frontend, Function, Persistent, and Scheduled.
182 * Update: Improved the styles.
183
184 = 0.1.3 =
185 * Fix: Resolved issue with Common Dashboard visibility when only Code Engine is used.
186 * Update: Enhanced UI with multiple component refactors and minor changes.
187 * Fix: Improved API functionality with secure query args decoding and request body support.
188
189 = 0.1.2 =
190 * Update: Disable Safe Mode for Admin (which is enabled by default).
191 * Update: Improved flow with AI Engine.
192
193 = 0.1.1 =
194 * Add: Import/Export Snippets & Settings.
195
196 = 0.1.0 =
197 * Update: Implemented version control for database updates with optimized queries.
198 * Update: Simplified database column declarations and improved compatibility by removing default values from 'created' and 'updated' fields.
199
200 = 0.0.9 =
201 * Update: Many enhancements around error handling and UI.
202
203 = 0.0.8 =
204 * Fix: Secondary way of checking the database if needed.
205 * Fix: Automatically disable snippets if they trigger a fatal error.
206
207 = 0.0.7 =
208 * Fix: Corrected UI behaviors including Test window size and wrapping, default tab selection in Edit modal, and default snippet name setting for Functions.
209 * Update: Enhanced error handling in "Test" mode to display errors instead of throwing them.
210 * Update: Eliminated "All" option from the Type Select dropdown.
211
212 = 0.0.6 =
213 * Add: Settings for developers.
214 * Fix: Minor issues.
215
216 = 0.0.5 =
217 * Update: Arguments with no default value are automatically marked as required.
218
219 = 0.0.2 =
220 * Info: Revamped release.
221
222 = 0.0.1 =
223 * Info: Old release.
224