Awesome Enterprise is a shortcode based low code platform which comes with a useful services and apps that enables us to create easily custom Workflows in WordPress. This is the WordPress plugin to enable code editing for Awesome Enterprise Platform and enable low code flow within WordPress framework.
To use this plugin you will also need to install the Awesome Enterprise Framework you can do so using
composer create-project wpoets/awesome-enterprise
You will need to update the wp-config.php file with various defines specified in sample-config.php in the samples-index folder.
- Improved: added support for query string in search
- Improved: added support for post type archive
- Improved: in search added support for post type and order by nice search was ignoring post_type, and searching across all post types
- Improved: Enqueue awesome css to block editor so that UI design get applied to editor blocks as well,
- Improved: added so that plugins know that jQuery is enqueued.
- Improved: added preconnect for cdn.getawesomestudio.com
- Improved: changed it so that admin bar is not shown only to user with role subscriber
- Improved:removed the ability to disable admin bar by default.
- Fixed archive post type issue.
- Fixed: Author feature was broken on the edit post screen .
- Fixed: default page layout was using old way of accessing the core.
- Fixed: Undefined index: collection
- fixed: Undefined index: QUERY_STRING
- Fixed: Custom HTML template was throwing errors.
- Improved: 'landing-page-header' & 'landing-page-footer' module from awesome core is now used to display header and footer when using Landing Page template.
- Improved: Switched to module_run to make it better to debug.
