PluginProbe
Code Engine – PHP Snippets, AI Functions & Automation for WordPress / 0.3.5
Code Engine – PHP Snippets, AI Functions & Automation for WordPress v0.3.5
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 0.3.8 All 32 releases
code-engine / readme.txt

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

199 lines 8.7 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.3.5
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.3.5 (2025/07/23) =
51 * Fix: Resolved React rendering issue caused by empty tags and undefined map calls.
52 * Update: Refreshed common functionalities for improved stability.
53
54 = 0.3.4 (2025/07/06) =
55 * Update: Disallow PHP execution in code blocks by default, with an option to enable it.
56 * Update: Refactored the getSnippets method for improved stability.
57 * Update: Changed snippet name filtering to use 'functionName' instead of 'name'.
58 * Fix: Allowed global snippets to execute on the Settings page to prevent blocking nonce filters.
59
60 = 0.3.3 (2025/06/29) =
61 * Add: Support for "content" scope in dashboard and tags.
62 * Fix: Editor modal not displaying correctly.
63 * Fix: Columns and empty message now display as expected.
64 * Update: Renamed MCP tool prefix from code_engine_ to mwcode_ for better consistency.
65 * Update: Check DISALLOW_UNFILTERED_HTML for JavaScript content type snippets to enhance security.
66 * Update: Replaced error_log with core logging in API for improved reliability.
67 * Fix: Dashboard disables Quick Start if AI Engine is missing.
68 * Fix: Added missing dependencies to mwcode_snippet_vault script registration.
69
70 = 0.3.2 (2025/06/03) =
71 * Add: API now matches the functionality of AI Engine and includes optional MCP support.
72 * Add: Security bypass option and reorganized plugin settings for easier management.
73 * Update: Shortened filter names to mwcode_rest_whitelist and mwcode_rest_authorized for clarity.
74 * Fix: Hotfix—adjusted to use 'size' parameter instead of 'fullSize', resolving compatibility issues.
75 * Fix: Resolved error_log spam, clarified REST route blocking messages, corrected typos, and improved code readability.
76
77 = 0.3.1 (2025/05/22) =
78 * Fix: Prevent errors when processing snippets by removing an unnecessary argument from the sanitize function.
79 * Update: Improve the code editor's appearance by adjusting how content overflows, ensuring the border radius displays correctly.
80
81 = 0.3.0 (2025/05/01) =
82 * Add: Introduced API functions to create, update, and delete snippets via PHP Callables.
83 * Fix: Ensured PHP Callables avoid typed arguments to prevent InvalidArgumentException.
84 * Update: Refactored ContentBlock to use the CodeEditor component and removed unnecessary ID handling.
85 * Fix: Sanitized arrays and converted strings to arrays for safer callable argument handling.
86 * Fix: Corrected a return statement that was blocking the PHP Callable test tab.
87 * Add: Added a proof of concept for a Gutenberg block.
88
89 = 0.2.9 (2025/02/17) =
90 * Fix: Corrected split function to handle null arguments properly.
91 * Add: Enabled the "Test" tab for all snippet types for better testing.
92 * Update: Refactored Quick Start snippet generation and introduced AI-powered snippet creation.
93 * Update: Removed Shortcode.js and cleaned up debug logs to improve code clarity.
94 * Update: Improved snippet execution by adding load.php and enhancing error handling.
95 * 💕 Discuss with others about it on [Discord](https://discord.gg/bHDGh38).
96 * 🌴 Keep us motivated with [a little review here](https://wordpress.org/support/plugin/code-engine/reviews/). Thank you!
97
98 = 0.2.8 (2025/01/04) =
99 * Update: Refactored core class for better performance.
100
101 = 0.2.7 (2024/12/06) =
102 * Fix: Insertion of the code generated by AI.
103 * Update: Visual enhancements.
104 * Update: Clean uninstall.
105
106 = 0.2.6 (2024/11/04) =
107 * Update: Better editor, cleaner and more efficient.
108 * Add: Little tutorial, to help you get started.
109 * Fix: Avoid useless re-renders.
110
111 = 0.2.5 (2024/10/17) =
112 * Update: Better code editor. Decoration for tags.
113 * Update: Added "Function Calling" next to Callable.
114 * Fix: Whitelist for REST to avoid issues.
115 * Fix: Many fixed and enhancements for AI Suggestions.
116 * Fix: Minor issues.
117
118 = 0.2.4 =
119 * Fix: Jumpy cursor and functions not available via API (0.2.3 specific issues).
120 * Add: Check the function name, and Sanitize.
121 * Fix: Lot of minor issues.
122
123 = 0.2.2 =
124 * Update: Better error handling.
125 * Update: Better logger.
126
127 = 0.2.1 =
128 * Update: Better AI suggestions and improved UI.
129 * Fix: Avoid the Code Editor to be suddently updated by external factors.
130
131 = 0.2.0 =
132 * Fix: Settings display.
133 * Update: JS functions are now also available in the admin.
134
135 = 0.1.9 =
136 * 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.
137
138 = 0.1.8 (2024/07/16) =
139 * Update: UI overhaul, with a new design, icons, and more.
140 * Add: Types for arguments.
141 * Fix: Got rid of some warnings and errors.
142
143 = 0.1.6 (2024/07/07) =
144 * Add: Scheduling via WP events.
145 * Fix: Exclude disabled functions from functions list in the API.
146 * Update: Disabled Safe Mode for frontend snippets.
147 * Update: Various fixes and optimizations.
148
149 = 0.1.5 (2024/06/23) =
150 * Update: Lots of little UI improvements.
151 * Fix: Escape value in sanitize function and correct import snippet primary key and tag validation.
152 * Fix: Ensure arrays are displayed in test logs and sanitize functions when saving.
153
154 = 0.1.4 (2024/06/15) =
155 * Fix: If functions already exist, to avoid conflicts, the snippet will be disabled.
156 * Update: Scopes are now Backend, Frontend, Function, Persistent, and Scheduled.
157 * Update: Improved the styles.
158
159 = 0.1.3 =
160 * Fix: Resolved issue with Common Dashboard visibility when only Code Engine is used.
161 * Update: Enhanced UI with multiple component refactors and minor changes.
162 * Fix: Improved API functionality with secure query args decoding and request body support.
163
164 = 0.1.2 =
165 * Update: Disable Safe Mode for Admin (which is enabled by default).
166 * Update: Improved flow with AI Engine.
167
168 = 0.1.1 =
169 * Add: Import/Export Snippets & Settings.
170
171 = 0.1.0 =
172 * Update: Implemented version control for database updates with optimized queries.
173 * Update: Simplified database column declarations and improved compatibility by removing default values from 'created' and 'updated' fields.
174
175 = 0.0.9 =
176 * Update: Many enhancements around error handling and UI.
177
178 = 0.0.8 =
179 * Fix: Secondary way of checking the database if needed.
180 * Fix: Automatically disable snippets if they trigger a fatal error.
181
182 = 0.0.7 =
183 * Fix: Corrected UI behaviors including Test window size and wrapping, default tab selection in Edit modal, and default snippet name setting for Functions.
184 * Update: Enhanced error handling in "Test" mode to display errors instead of throwing them.
185 * Update: Eliminated "All" option from the Type Select dropdown.
186
187 = 0.0.6 =
188 * Add: Settings for developers.
189 * Fix: Minor issues.
190
191 = 0.0.5 =
192 * Update: Arguments with no default value are automatically marked as required.
193
194 = 0.0.2 =
195 * Info: Revamped release.
196
197 = 0.0.1 =
198 * Info: Old release.
199