Skip to content

Releases: WPoets/awesome-enterprise

3.5.7

30 Oct 11:49
9a8a60d
Compare
Choose a tag to compare
  1. [Improved] Added support so that the awesome shortcodes can be used to write the script.
  2. [Improved] Added better logging for SQL queries
  3. [Improved] Using the latest version of less.php
  4. [Improved] In awesome controller for pages - added support to handle sub-pages in the apps.
  5. [Improved] Changed the implementation for taxonomy to support parent-child urls
  6. [Fixed] When you use Hindi for slug in WordPress, it saves the name in URL encoded format, and that check was failing
  7. [Fixed] In the error log, decided to stop logging open_basedir error for minify.php as it is mostly css file url
  8. [Fixed] Undefined array key "auth"
  9. [Fixed] Undefined array key "extension"

3.5.6

13 Feb 05:25
1e674d3
Compare
Choose a tag to compare
  1. [Fixed] Undefined array key "post_type"
  2. [Fixed] Undefined array key "config"
  3. [Fixed] If LOG_PATH is not defined, do nothing.

3.5.5

30 Dec 16:01
ee0bc76
Compare
Choose a tag to compare
  1. [Improved] added debug code for folder connection
  2. [Fixed] switched to realpath to ensure only correct files are allowed to be downloaded.
  3. [Fixed] removed depreciation notices to improve compatibility with PHP 8.2
  4. [Fixed] updated dependency of less.php to 4 to improve compatibility with PHP 8.2
  5. [Fixed] moved the require_once to ensure that they were only used in specific cases and not all scenarios.
  6. [Fixed] made changes so that the error log becomes compatible with MySQL 8.
  7. [Fixed] made session cache dynamic, instead of using default.
  8. [Fixed] the notice of 'undefined variable css'

3.5.4

26 Apr 14:25
6615551
Compare
Choose a tag to compare
  1. [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

31 Mar 10:14
Compare
Choose a tag to compare
  1. [Fixed] dbconn was giving issues when using multi-query
  2. [Fixed] changed mysqli.php file to use the dbconn service when functions are directly called.

3.5.3.2

09 Mar 10:58
83436fd
Compare
Choose a tag to compare
  1. [Improved] Added new constant TIMEZONE, which can be used to define the timezone for PHP execution.
  2. [Fixed] dbconn was not working whenever the env variable was cached.
  3. [Fixed] loop was giving a warning when we were looping objects
  4. [Fixed] warning 'start_time' not defined

3.5.3.1

28 Feb 07:21
900b523
Compare
Choose a tag to compare
  1. [Fixed] dbconn had issues - 'set' was saving a blank value.

3.5.3

22 Feb 05:40
e757e51
Compare
Choose a tag to compare
  1. [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' /].
  2. [Improved] Added ability to pass code as content in code.highlight shortcode.
  3. [Fixed] converted > & < etc to htmlentities to ensure that spa script tags don't get executed by mistake.

3.5.2

14 Feb 12:07
10e59d6
Compare
Choose a tag to compare

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

17 Jan 06:26
c8ae745
Compare
Choose a tag to compare
  1. [Improved] added support for arr.unshift
  2. [Improved] introduced loop.live_arr to enable looping an array that is changing at runtime
  3. [Improved] improved the way add_service function was working
  4. [Fixed] fixed the issue with template type aw2_arr, it was getting executed
  5. [Fixed] added unique keys for metas
  6. [Fixed] fixed the issue where missing modules were checked everytime it was accessed by url_connector