Displaying items by tag: changelog
Version 1.9.1:
- Fixed REGEP BINARY query error with MySQL 8.
Version 1.9.0:
- Added macros {camelcase}, {ucwords}, {synonyms} and {nodevalue}.
Version 1.8.0:
- Improved autokeywords generation;
- Changed some code for PHP 7 compatibility.
Version 1.7.8:
- Fixed an issue with pagination;
- Document info now updated after each rule to fully support cascading rules.
Version 1.7.7 (only for J3):
- Added rule condition to skip rule;
- Improved the rules view.
Version 1.7.6:
- Fixed an issue with radio buttons in the rule save (only for J3).
Version 1.7.5:
- Fixed an issue with filter in search tools on rules and synonyms;
- Improved route_url() function;
- Fixed an issue with drop_query_vars() function;
- Fixed an issue with {tableselect};
- Fixed an issue with {autokeywords}, {autokeywords2} and {autosentence};
- Fixed an issue with {requestvar}.
Version 1.7.4:
- Fixed code for PHP 5.5 deprecated preg_replace /e modifier;
- Fixed issue with {queryvar} macro;
- Fixed issue with {substr} macro;
- Added macros {queryappend}, {querybuildappend} and {querydropappend};
- Added macros {username} and {userid};
- Added macros {preg_subject} and {preg_placeholder};
- Added macros {lowercase} and {uppercase}.
Version 1.7.3:
- Improved macro {queryfull};
- Added field custom header to add any custom meta tag to the html head;
- Added support for meta robots ydir;
- Fixed an issue with macro {autosentence} (thanks to Diego for reporting);
- Improved macro {routeurl} for the unwanted variables removal;
- Added macros {urldecode}, {rawurldecode}, {urlencode} and {rawurlencode};
- Added macro {str_replace};
- Added macro {placeholder_select} (only for Enterprise);
- Added button to reset statistics (hits and last visit);
- Added a tracing option to print information on the console log (like routed URL variables and rules applied);
- Fixed and issue with utf8_decode used with urldecode;
- Added macro {pathfolder} (only for Enterprise).
Version 1.7.2:
- Impreved macro {routeurl} to support menu items;
- Now is possible to remove variables (!var) in the macro {routeurl};
- Added macro {autosentence m,M};
- Added macro {substr start,length}text{/substr};
- Added macro {strip_tags}text{/strip_tags};
- Added macro {extract N}text{/extract};
- Added macro {extractp N}text{/extractp};
- Added macro {extractdiv N}text{/extractdiv}.
Version 3.8.0:
- Fixed an issue with create notifications for devices;
- [plg_jbackend_content] added function to get an article by alias;
- [plg_jbackend_content] dropped unpublished articles in get articles by tag;
- [plg_jbackend_user] fixed an issue with FieldsHelper;
- [plg_jbackend_push] replaced GCM with FCM.
Version 3.7.0:
- Added license integration with jBackend Release System.
Version 3.6.0:
- Fixed an issue with API key usage;
- Fixed an issue with session_id;
- Now all dates in DATETIME format are UTC-based;
- [plg_jbackend_content] output date format changed to ISO 8601;
- [plg_jbackend_content] added max limit option;
- [plg_jbackend_user] fixed profile extra fields.
Version 3.5.0:
- [plg_jbackend_content] extended support for joomla custom fields to the article list.
Version 3.4.0:
- Added the list of endpoints on the dashboard;
- [plg_jbackend_content] added support for joomla custom fields.
Version 3.3.0:
- Added a log of all notifications sent;
- Added target devices to push notifications;
- [plg_jbackend_push] fixed an issue with NOW;
- [plg_jbackend_content] fixed an issue with function to get articles by tags.
Version 3.2.0:
- Improved CORS support;
- Added delete all logs button;
- Added endpoint filtering to logs;
- Added target endpoints feature for API keys;
- Added the user information to a registered device;
- Added support for api_key passed as Authorization header (Authorization: api_key );
- Added support for api_key passed as JSON parameter;
- Added target users and groups to push notifications;
- [plg_jbackend_user] fixed an issue with registration, remind and reset when captcha is enabled;
- [plg_jbackend_user] added an option to process register, remind and reset as an authentication request;
- [plg_jbackend_content] added an option to return also raw content (no content plugin);
- [plg_jbackend_push] added an API function to create a push notification.
Version 3.1.0:
- Added support for session_id passed as GET/POST/JSON parameter;
- Added support for custom payload in push notifications;
- Fixed an issue with log search.
Version 3.0.0:
- Added support for push notifications for iOS and Android;
- Added user information to logs;
- Improved logs filtering;
- Added CSV export to logs;
- [plg_jbackend_content] added hits to single article response;
- [plg_jbackend_content] added an option to exclude content from article list;
- [plg_jbackend_content] added an option to include support for SEBLOD CCK custom fields;
- [plg_jbackend_user] added profile request;
- [plg_jbackend_user] added profile update request;
- [plg_jbackend_user] added status request.
Version 2.1.3:
- [plg_jbackend_user] fixed a PHP 5.3 compatibility issue (array initialization).
Version 2.1.2:
- Added basic CORS feature;
- [plg_jbackend_user] added username remind request;
- [plg_jbackend_user] added password reset request.
Version 2.1.1 (only for J3):
- Added the force SSL option.
Version 2.1.0:
- Fixed an issue with delete log entry;
- Fixed an issue with installer script;
- Added the ability to select which modules to enable for each endpoint.
Version 2.0.2:
- Fixed an issue with API key expiration check related to never expiring keys;
- [plg_jbackend_content] added filter by featured in the list of articles;
- [plg_jbackend_content] added featured field in the response for the list of articles;
- [plg_jbackend_content] added tags to response for articles (only for J3);
- [plg_jbackend_content] added tagarticles resource to get articles by tag (only for J3).
Version 2.0.1:
- Added onBeforeCheckModule event.
Version 2.0.0:
- Added a trace function for logs and statistics;
- Added a new dashboard as a better landing page;
- [plg_jbackend_content] fixed an issue with generateImagesFields() function;
- [plg_jbackend_content] added a plugin option to force full image URLs in content.
Version 1.0.3:
- [plg_jbackend_user] fixed an issue with com_users language costants.
Version 1.0.2:
- [plg_jbackend_content] fixed an issue with orderby and orderdir parameters;
- [plg_jbackend_content] added images fields for a single article and the list of articles;
- [plg_jbackend_content] added a plugin option to return relative or full URLs for images fields;
- [plg_jbackend_content] changed the date format of published date to YYYY-MM-DD HH:MM:SS.
Version 1.0.1:
- Completed porting to J2
- Some minor fixes and little improvements
Version 1.0.0:
Menu module
Version 1.0.1:
- Fixed an issue with get menu items due to a new ACL check.
Version 1.0.0:
K2 module
Version 1.3.1:
- Fixed an issue with ordering parameter in items.
Version 1.3.0:
- Added support for language filter on categories and items;
- Added an option to force full url for all img tags;
- Improved support for K2 plugins in the list of items.
Version 1.2.0:
- Added an option to include or exclude full content from items response;
- Added introtext to item and items response;
- Added extra_fields and extra_fields_search to item and items response;
- Added image field to category and categories response;
- Fixed an issue with items ordering.
Version 1.1.1:
- Fixed an issue with path of images.
Version 1.1.0 (only for J3):
- Fixed an issue with list of items.
Version 1.0.4 (only for J2):
- Fixed an issue with path of images.
Version 1.0.3:
Version 1.0.2:
- Fixed name of plugin options constants;
- Changed error code K2_KGE to K2_CGE.
Version 1.0.1:
- Completed porting to J2;
- Some minor fixes and little improvements.
Version 1.0.0:
SobiPro module
Version 1.2.0:
- Added category_name filter field for entries;
- Added an option to enable JSON payload on entries action.
Version 1.1.0:
- Changed entries function to support multiple categories.
Version 1.0.1:
Version 1.0.0:
ZOO module
Version 1.1.1:
- Extended named elements also for a single item (thanks to Ray Lawlor).
Version 1.1.0:
- Added an option to include elements in the list of items (thanks to Ray Lawlor);
- Added an option to use slug (friendly) names for elements (thanks to Ray Lawlor).
Version 1.0.0:
Kunena module
Version 1.0.0:
Community Builder module
Version 1.0.1:
- Added full URL for avatar field in the get user profile.
Version 1.0.0:
Version 1.9.3:
- Fixed REGEP BINARY query error with MySQL 8.
Version 1.9.2:
- Fixed URLs and links for Joomla! 3.9.x.
Version 1.9.1:
- Fixed an issue with seterror function;
- Added support for https to custom error page of type link.
Version 1.9.0:
- Added macros {camelcase} and {ucwords};
- Added support for Joomla! Update System.
Version 1.8.3:
- Fixed an issue with empty function (return value in write context);
- Added an option to apply a rule only in case of error (sponsored by damago gmbH).
Version 1.8.2:
- Fixed an issue with shortcut extensions.
Version 1.8.1:
- Fixed an issue with exception handler for Joomla 3.6.0;
- Improved error management.
Version 1.8.0:
- Fixed an issue with exception handler;
- Changed some code for PHP 7 compatibility.
Version 1.7.10:
- Fixed and issue with exception handler.
Version 1.7.9 (only for J3):
- Fixed an issue with pagination;
- Fixed an issue with {requestvar};
- Added macro {placeholder_insert} (only for Enterprise);
- Added macro {placeholder_update} (only for Enterprise).
Version 1.7.8:
- Fixed an issue with filter in search tools on errors and redirects;
- Improved route_url() function;
- Fixed an issue with drop_query_vars() function.
Version 1.7.7:
- Fixed code for PHP 5.5 deprecated preg_replace /e modifier;
- Fixed issue with {queryvar} macro;
- Fixed issue with {substr} macro;
- Added macro {pathfolder} (only for Enterprise).
Version 1.7.6:
- Fixed an issue with exceptions management (call_user_func and variable passed by reference).
Version 1.7.5:
- Added macros {urlencode} and {urldecode};
- Improved function sanitizeURL for UTF-8 support when multibyte library is missing;
- Added a redirect URL for each error URL;
- Added a clean function for errors which saves errors with a redirect attached (unlike the purge function);
- Fixed an issue with {username} and {userid} macros;
- Added macros {rawurldecode} and {rawurlencode};
- Added macro {str_replace};
- Removed a wrong check on document type inside onAfterInitialise;
- Added skip_usergroups feature to skip rules for specified groups of users (only for Enterprise);
- Added macro {placeholder_select} (only for Enterprise).
Version 1.7.4:
- Changed the interface to support new filters and ordering (only for J3);
- Fixed an issue related to changes of JUri behavior (only for J3);
- Fixed an issue of compatibility of plugin with PHP 5.2.
Version 1.7.3:
- Fixed an issue with rule search filter;
- Fixed an issue with errors search filter, pages 404 and referers (only for J3);
- Fixed an issue on the custom error page (when the option is enabled but page is not selected);
- Improved macro {routeurl} for the unwanted variables removal;
- Improved function to manage redirect of all errors;
- Improved interface to manage errors and referers;
- Added new URL macros {queryappend}, {querybuildappend}, and {querydropappend};
- Added new site macros {username}, {userid};
- Added new string macros {lowercase}, {uppercase};
- Added rule condition to skip redirect;
- Added button to reset statistics (hits and last visit);
- Fixed an issue in the package related to plugin uninstall.
Version 1.7.2:
- Improved trim text function;
- Improved queryfull macro;
- Added "shortcut extensions" option to plugin;
- Created installation package;
- First release for Joomla 3.0.
Version 1.7.1:
- Fixed issue with custom error page;
- Added combobox selection for the custom error page.
Version 1.7.0:
- Added support for placeholders and comments for redirection rules;
- Added support for new macros for redirection rules.
Version 1.6.2:
- Replaced TYPE=MyISAM with ENGINE=MyISAM;
- Fixed issue with $basepath related to "/" encoded with %2F;
- Fixed issue with creation of exclude referers list;
- Hidden warning messages on preg_match macro (@preg_match) (only for Enterprise);
- Hidden notice message "Notice: Undefined offset: 0:" on array_key_exists (only for Enterprise);
- Replaced urlencode(<string>) with urlencode(utf8_encode(<string>)) (only for Enterprise);
- Replaced urldecode(<string>) with utf8_decode(urldecode(<string>)) (only for Enterprise).
Version 1.6.0:
- Completely rewritten for the new version of Joomla! 1.6 and 1.7;
- The redirection rules can work on the entire URL, including protocol and domain;
- It can be specified for each redirect rule whether or not to first decode the URL.