Changeset 3376482 for code-engine/trunk/code-engine.php
- Timestamp:
- 10/10/2025 11:25:37 PM (6 months ago)
- File:
-
- 1 edited
-
code-engine/trunk/code-engine.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
code-engine/trunk/code-engine.php
r3370071 r3376482 4 4 Plugin URI: https://meowapps.com/code-engine 5 5 Description: Versatile plugin that not only manages PHP code snippets but also acts as a powerful bridge connecting WordPress, AI, and external digital platforms. 6 Version: 0.3. 86 Version: 0.3.9 7 7 Author: Jordy Meow 8 8 Author URI: https://meowapps.com … … 14 14 */ 15 15 16 define( 'MWCODE_VERSION', '0.3. 8' );16 define( 'MWCODE_VERSION', '0.3.9' ); 17 17 define( 'MWCODE_PREFIX', 'mwcode' ); 18 18 define( 'MWCODE_DOMAIN', 'code-engine' );
Note: See TracChangeset
for help on using the changeset viewer.