Skip to content

Releases: WPoets/awesome-enterprise

3.2.1

22 Jan 05:04
1e440e5
Compare
Choose a tag to compare

This is bug fix release

  1. [Improved] Added m.number_to_word modifier to allows us to convert numeral to word representation
  2. [Fix] aw2.module was missing the support for using external connectors

3.2.0

17 Dec 04:41
Compare
Choose a tag to compare
  1. [Improved] Added support to include the services and apps from external DB, folder, or CDN using external connectors.
  2. [Improved] Added support to register external Apps by creating a module 'apps' in core and using following syntax [app.register error-log title="Error Log"] [collection] [config connection=external_code post_type=c-errlog-app /] [modules connection=external_code post_type=m-errlog-app /] [/collection] [/app.register]
  3. [Improved] External service can be registerd by specifying the 'connection' attibute in in the services tag [services.add form_control2 connection=external_code service_label='Form Control 2 Service' post_type='form_control2' desc='Form Control 2 Service' /]
  4. [Improved] Added ability to register collections and modules as services, using sytax shown below [collection.register partners_services.application service_label='Samples' post_type='m_samples' desc='Samples Service' /] and [module.register partners_services.application.l1 service_label='Samples' collection.post_type='m_samples' module='loops-sample' desc='Samples Service' /]
  5. [Improved] Added support to use '.' in service name while registering it, so now you can do something like [services.add partner_services.xyz service_label='Samples' post_type='m_samples' desc='Samples Service' /] and call this service using [partners_services.xyz.check-folder-service /]
  6. [Fixed] Bunch of undefined index: code, hash, title, and module were coming in case a module did not exist.

3.1.1

02 Nov 10:04
c84161b
Compare
Choose a tag to compare
  1. [Fixed] bunch of syntax errors
  2. [Improved] Now Awesome Exception errors will get logged only when wp_debug is set to true in the wp-config.php file.

3.1.0

22 Sep 08:25
eab287e
Compare
Choose a tag to compare
  1. [Imporved] Added support for creating empty array using m.empty_array
  2. [Fixed] Access to undeclared static property: aw2_library::$cdn
  3. [Fixed] PHP Notice: Undefined index: posts
  4. [Fixed] esc_sql was using normal WordPress function, converted into a local function so that it can work in non-WP scenario
  5. [Fixed] For Vsession if user_id is not available then email is set as ID.

3.0.9

26 Mar 05:57
Compare
Choose a tag to compare
  1. [Fixed] The tracking of modules & apps being used is now kept in Redis streams, to ensure speed does not become an issue. It can be enabled by using defining REDIS_LOGGING_DB in the wp-config.php file.
  2. [Fixed] Removed Service logging separator.
  3. [Fixed] Added support for WP Function esc_sql() in for non wp usage.
  4. [Imporved] Added suport for fetching stream usage data from Redis using redis_db.stream_fetch_usage eg. [redis_db.stream_fetch_usage stream_id="c_apply_layout" o.set=template.stream_data /]
  5. [Fixed] rhs data type was wrongly calculated while logging the data mismatch issue.
  6. [Fixed] Removed deprecated money_format function, now requires intl PECL lib
  7. [Fixed] .exists in some situations used to return a blank string, instead of boolean false.
  8. [Improved] Added support to capture the modules, post type and apps in use. You will need to define 'define( 'REDIS_DATABASE_DEBUG_CACHE', '12' ); define( 'SET_DEBUG_CACHE', true );' as well use the version 1.0.2+ of debug handler.
  9. [Fixed] Added support for returning default value when aw2.get value is null.
  10. [Fixed] "Login Required" setting was not having any impact
  11. [Fixed] "Trying to access array offset on value of type null" error in certain cases.

3.0.8

23 Mar 07:27
cdfd384
Compare
Choose a tag to compare
  1. [Improved] Moved the way less variables are registered to 'less-variables' module in the core.
  2. [Improved] The tracking of modules & apps being used is now kept in Redis streams, to ensure speed does not become an issue. It can be enabled by using defining REDIS_LOGGING_DB in wp-config.php file.
  3. [Fix] get_option function moved to aw2_library so that we can access options from WordPress when using non WordPress flow.

3.0.7

04 Mar 08:47
Compare
Choose a tag to compare
  1. [Imporved] Ability to track the modules and services that are being used.

3.0.6.3

16 Feb 16:34
Compare
Choose a tag to compare
  1. [Fixed] quote_comma implementation was buggy
  2. [Fixed] disabled layout, use page.php for rendering.
  3. [Fixed] notice - Trying to access array offset of bool.
  4. [Imporved] closing DB connection explicitly, instead of waiting for PHP to close it.
  5. [Fixed] moved the debug info to mysqli controller from simple_mysqli class

3.0.5.3

22 Jan 10:18
Compare
Choose a tag to compare
  1. [Fixed] PHP Notices and Warnings
  2. [Fixed] In certain cases error logging itself was creating errors :(
  3. [Imporved] Added support for capturing positions while executing content types.
  4. [Fixed] Notice - Trying to access array offset on the value of type bool
  5. [Fixed] Notice - Undefined index: REQUEST_METHOD
  6. [Fixed] Trying to get property 'request' of non-object
  7. [Fixed] If the object is passed for comparison, data type mismatch failed.

3.0.4.3

18 Jan 10:25
Compare
Choose a tag to compare
  1. [Improved] Added support to read Redis stream data.
  2. [Improved] Added support to trap all errors and exceptions in a separate database table.
  3. [Improved] File manipulation and added support to parse SQL error log.
  4. [Fixed] Issues with settings not loading properly
  5. [Fixed] m modifier was calling wrong the_content_filter
  6. [Fixed] Changed the table structure for storing the evaluated conditional values
  7. [Fixed] $slug was not defined in the 404 function.
  8. [Fixed] syntax error in file_manipulation