Releases: remp2020/beam-module
Releases · remp2020/beam-module
3.10.0
3.9.0
- IMPORTANT Removed section Visitors. remp/remp#1349
- Related data (tables
session_devices
&session_referers
) are persisted in DB until the next major update. - New data are not processed (command
pageviews:process-sessions
was removed).
- Related data (tables
- IMPORTANT Removed section Google Analytics Reporting. remp/remp#1349
- Data were loaded from discontinued version of Google Analytics.
- [Tracker] Fixed PubSub implementation of message broker to avoid unnecessary log records. remp/remp#1372
3.8.0
- Added a custom Carbon date request validator and integrated it into
ArticleDetailsController::dtReferers
to validatevisited_to
andvisited_from
request inputs. remp/remp#1101 - [Tracker] Updated list of referer sources so that the newer social/searches are recognized. remp/remp#1313
- Fixed an XSS vulnerability within creating and editing a segment. remp/remp#1343
- Added mobile concurrents percentage value to
DashboardController::mostReadArticles
response. remp/remp#1352 - Added custom Carbon date request validator to validate date inputs in requests. remp/remp#1101
3.7.1
- Fixed newsletters not being sent anymore if there was an issue with sending for more than two sending periods. remp/remp#1351
- [Tracker] Updated Goa library from v1 to v3. remp/remp#1341
- [Segments] Updated Goa library from v1 to v3. remp/remp#1341
- [Segments] Added
load_progress
attribute to journal list pageviews. remp/remp#1335
3.6.0
- BREAKING: Removed unused
autoload
property withinConfig
. remp/remp#992- If you're loading configs yourself and actively using
autoload
property, you need to remove dependency on it before updating to this version.
- If you're loading configs yourself and actively using
- DEPRECATED: Deprecated usage of
ConversionRateConfig
from DI container or creating directly through constructor. UseConversionRateConfig::build()
method instead. remp/remp#992- Remember, by using
ConversionRateConfig::build()
you'll get newer values from the config and not cached ones.
- Remember, by using
- DEPRECATED: Deprecated
Article::getConversionRateConfig()
. Create your own instance of ConversionRateConfig instead. remp/remp#992 - DEPRECATED: Deprecated usage of
Article::getConversionRateAttribute
without passing ConversionRateConfig as a first parameter. remp/remp#992 - Fixed issue with
load_timespent
parameter in/journal/pageviews/list
which didn't include the timespent into pageview object. remp/remp#1334 - Added average spent times into article detail page. remp/remp#1328
- Added parameter to pass
ConversionRateConfig
as a first parameter toArticle::getConversionRateAttribute()
. remp/remp#992 - Added
ConversionRateConfig::build()
to create new instance ofConversionRateConfig
with fresh values from the config. remp/remp#992 - Added ability to cache values for 60 seconds within
Article::getConversionRateConfig()
for long-running processes/workers. remp/remp#992 - Fixed slow load of datatables for systems with high amount of authors and tags. remp/remp#1347
3.5.1
3.4.0
3.3.0
- Added
article.show.info
widget group placeholder. remp/remp#1274- You can implement your own widget using
arrilot/laravel-widgets
package and display it at provided placeholder in the view.
- You can implement your own widget using
- Added JS tracker parameters
canonicalUrl
andreferer
, allowing overriding URL and referer that are being tracked. remp/remp#1297
This release contains updated Tracker API application. Please build the newer version or download the pre-built binaries here.
3.2.2
3.2.0
- Fixed schedules not being registered for Skeleton application. remp/remp#1292
- Fixed commands not being available to execute for synchronous web event handlers. remp/remp#1292
- Refactored system settings configuration so they're available within Beam module and for Skeleton apps. remp/remp#1292