Releases: WPoets/awesome-enterprise
Releases · WPoets/awesome-enterprise
3.5.7
- [Improved] Added support so that the awesome shortcodes can be used to write the script.
- [Improved] Added better logging for SQL queries
- [Improved] Using the latest version of less.php
- [Improved] In awesome controller for pages - added support to handle sub-pages in the apps.
- [Improved] Changed the implementation for taxonomy to support parent-child urls
- [Fixed] When you use Hindi for slug in WordPress, it saves the name in URL encoded format, and that check was failing
- [Fixed] In the error log, decided to stop logging open_basedir error for minify.php as it is mostly css file url
- [Fixed] Undefined array key "auth"
- [Fixed] Undefined array key "extension"
3.5.6
- [Fixed] Undefined array key "post_type"
- [Fixed] Undefined array key "config"
- [Fixed] If LOG_PATH is not defined, do nothing.
3.5.5
- [Improved] added debug code for folder connection
- [Fixed] switched to realpath to ensure only correct files are allowed to be downloaded.
- [Fixed] removed depreciation notices to improve compatibility with PHP 8.2
- [Fixed] updated dependency of less.php to 4 to improve compatibility with PHP 8.2
- [Fixed] moved the require_once to ensure that they were only used in specific cases and not all scenarios.
- [Fixed] made changes so that the error log becomes compatible with MySQL 8.
- [Fixed] made session cache dynamic, instead of using default.
- [Fixed] the notice of 'undefined variable css'
3.5.4
- [Improved] Added support for 'ROOT_APP' and if it is defined then in a Non-WordPress case also we can add support for module-based pages. Examples have been added to sample config files.
3.5.3.3
- [Fixed] dbconn was giving issues when using multi-query
- [Fixed] changed mysqli.php file to use the dbconn service when functions are directly called.
3.5.3.2
- [Improved] Added new constant TIMEZONE, which can be used to define the timezone for PHP execution.
- [Fixed] dbconn was not working whenever the env variable was cached.
- [Fixed] loop was giving a warning when we were looping objects
- [Fixed] warning 'start_time' not defined
3.5.3.1
- [Fixed] dbconn had issues - 'set' was saving a blank value.
3.5.3
- [Improved] Added new shortcode redis_db.get to ensure that we can read the key from across any redis db specified in shortcode eg.
[redis_db.get redis_sample_key db='2' field='debug_code' /]
. - [Improved] Added ability to pass code as content in code.highlight shortcode.
- [Fixed] converted > & < etc to htmlentities to ensure that spa script tags don't get executed by mistake.
3.5.2
Improved: performance of apps being delivered from CDN, also added new key 'read_only'=>true, in connection to ensure remote code always stays cached.
Improved: introduced service.modules.list, service.module.get, app.collection.modules.list and app.collection.module.get
Improved: introduced MYSQLI_CONNECTION to set the default settings to use for mysqli.* database connection
Fixed: fixed the issue with settings, it was resetting
Fixed: if database had special character in name then it was giving sql error, fixed it.
Fixed: fixed issues in the collection.get for folder_conn
Fixed: fixed the situation so that in case error_log itself creates an issue, it does not disturb the flow.
3.5.1
- [Improved] added support for arr.unshift
- [Improved] introduced loop.live_arr to enable looping an array that is changing at runtime
- [Improved] improved the way add_service function was working
- [Fixed] fixed the issue with template type aw2_arr, it was getting executed
- [Fixed] added unique keys for metas
- [Fixed] fixed the issue where missing modules were checked everytime it was accessed by url_connector