Revisions of matomo

Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 50)
- Update to 4.11.0
  This is another maintenance release improving the reliability and stability of
  Matomo, while also including a number of significant features and improvements.
  Exciting features we have added in Matomo 4.11.0 include new metrics and
  reports for tracking Goals, so you can easily see how each page contributed to
  goal conversion and revenue. 
  matomo-org/matomo
  #13321 Invite new users in Matomo, rather than creating them directly 
  #19081 Notify that requests to matomo.org will soon use HTTPS by default
  #2030 Goal tracking: New Report “Top Landing Pages URLs/Titles” for each goal 
  (and also “Pages where goals are triggered”) 
  #14974 Add Goals visualisation for Pages reports in behaviour category 
  #19206 Sparklines show correct data in all goals reports 
  #10716 Show sparkline evolution figures for visits, goals and ecommerce overviews
  #11047 Add refresh / reload keyboard shortcut for visualizations (eg tables, pie, bar chart) 
  #18809 Fix referrer attribution cookie not set if no tracking request 
  is sent, resulting in wrong attribution 
  #19225 Fix error in php8.1 running console config:get command 
  #19421 Show a notification if PHP version is end of life 
  #19244 Ensure Safari browser shows the information notice 
  #19252 Fix anchor links issue within Matomo 
  #19275 Fix for undefined array index error when rendering sparklines 
  #18692 Fixes problem where dashboards can’t be copied to users in 
  certain circumstances 
  #19011 When a segment is shown, and no data is there, then show 
   accurate error message when segment won’t be archived 
  #11046 Preserve rows to display on Visits overview (with graph)
  #19158 Improve memory management in DataTable/CSV 
  #19232 Take care to always ‘return request’ in appendAvailablePerformanceMetrics 
  #19239 Add utility function for pattern that issues a single AJAX request at a time
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 49)
temporary switch to php7 for Leap 15.4
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 48)
included in source
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 47)
- Update to 4.10.1
  + #19209 Show spark lines correctly in KPI widget when using segments
  + #19251 Fix manifest.json sending HTTP-Status 403 
  + #19241 Set default hasExtraPlugin in campaign builder 
    component to true
  + #19237 Make CustomDimensions available in Segment Editor
  + #19262 Set default null/falsey value in FieldNumber to 0 to 
    match previous behavior
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 46)
- allow Matomo Tag Manager) to write container_* files
  -> make /srv/www/matomo/js writable for the ap_usr:ap_grp
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 45)
- Update to 4.10.0
  Breaking Changes
  + As access to files like plugin.json might reveal version details, 
    json files will now longer be considered as static files that can 
    be served safely. 
    Therefore json will no longer be included in the list of static 
    file extensions in generated .htaccess files.
- removed support for systems not using systemd (matomo-archive.cron)
- find out the used php version during build (for detecting the 
  right place for the php-fpm configuration file 
  (added php-cli and coreutils explicitely to the build requires)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 44)
- update to 4.9.1
  + #19106 Perform adblock test after page has finished loading, 
    not immediately [by @diosmosis]
  + #19103 Fix PHP 8.1 deprecation warning [by @sgiehl]
  + #19110 [Vue] add polyfill for String.replaceAll [by @diosmosis]
  + #19102 Ensure required translations are loaded for Goal management [by @sgiehl]
  + #19094 Fix the saving of setting “Also use the Anonymized IP 
    addresses when enriching visits.” [by @diosmosis]
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 43)
- update to 4.9.0:
  Matomo added a number of useful new features such as new segments for
  ‘Ecommerce Order Revenue’ and ‘Revenue left in cart’, and small performance
  improvements and bug fixes. 
  The Vue JS migration has progressed and now includes Tag Manager.
  62 tickets have been closed by more than 13 contributors!
  More details at https://matomo.org/changelog/matomo-4-9-0/
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 42)
- Update to 4.8.0
  + Starting with Matomo 4.8.0 the release package is signed with a 
    new GPG signature.
  + New config.ini.php settings
    The config setting enable_default_location_provider in Tracker has 
    been added. By setting this option to 0, you can disable the default 
    location provider. 
    This can be used to prevent the geolocator to guess the country based 
    on the users language, if the configured provider doesn't provide 
    any results.
  + New PHP events
    Added new event Segment.filterSegments. Plugins can use this to 
    filter segment definitions.
  + Deprecated APIs
    The piwik-field and related directives have been converted to Vue 
    and the template-file attribute is now considered deprecated and 
    will be removed in Matomo 5. Instead, the component property should 
    be used to add a new form field, it should be an object with two 
    properties that reference a Vue component, plugin and name, where 
    plugin is the plugin the Vue component is located in and name is 
    the Vue name of the component's export.
  + New (Plugin) Change Notifications
    Plugins can now provide a list of changes which will be displayed 
    as part of the "What's New?" menu notification. Learn more about 
    how this works in the developer guide.
  + 60 tickets have been closed by more than 13 contributors.
    More details at https://matomo.org/changelog/matomo-4-8-0/
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 41)
- Update to 4.7.1
  The latest installment in a series of maintenance releases
  continues the march towards greater reliability and stability. 
  This release also sees the migration away from the now deprecated 
  AngularJS significantly progressed, with many components now 
  converted to VueJS which was introduced in 4.6.0.
  73 tickets have been closed by more than 18 contributors!
  In this 4.7.1 release there are API deprecations and a new feature
  allowing plugins to display their new features in a “What’s New?” 
  notification.
  More detailed changes are provided at: 
  https://matomo.org/changelog/matomo-4-7-0/
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 40)
- Update to 4.6.2
  There are several fixes to the Updater to make sure updating to Matomo
  4.6.2 doesn’t result in the System Check message “Files to Delete”. 
  An improvement was added ensuring the UTF8mb4 conversion command 
  always enables tracking again, even when it fails. This release 
  also provides several minor fixes to the VueJS migration which was 
  begun in the 4.6.0 release.
  #18444 Ensure UTF8mb4 conversion command always enables tracking again
  #18455 Ignore segment errors in update script
  #18473 Ensure update to 4.6.2 removes deleted files
  #18421 Remove unneeded plugin.json from CoreVue plugin
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 39)
- Update to 4.6.1
  This is another maintenance release improving the reliability and 
  stability of Matomo, while also including a number of significant 
  features and improvements. One new feature we think you’ll love is 
  graphs now showing a difference for data of 'unfinished' and 
  'complete' periods, with unfinished periods now indicated by 
  a dashed line. 
  There are several UI and accessibility enhancements, performance 
  improvements, and features. The row evolution will now show the 
  goal metrics when a row evolution is opened from
  * a report on a goals report page (specific or overview)
  * the ecommerce sales page
  * or any other report that has been switched to the goals visualization
  We have removed the 'refer us' feature and review popup and replaced 
  them with a simpler, unobtrusive banner that will allow you to provide 
  us with valuable feedback about Matomo without annoying you in the process.
  Security
  We fixed an issue where it was possible to gain access to any account 
  on a server running Nginx, where the login is known and two-factor 
  authentication is disabled and if the user could be tricked into 
  doing some specific action. It is strongly recommended to use 
  two-factor authentication for the safety of your account.
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 38)
- Update to 4.5.0
  + This is a maintenance release focussing on the stability and 
    reliability of Matomo. In particular there have been improvements 
    to System Checks and Reports UI, and some changes in preparation 
    for PHP 8.1. We’ve made several security improvements including 
    adding Content Security Policy to prevent some XSS attacks within Matomo.
  + Matomo Tag Manager has received several useful updates. Previously 
    when you used Tag Manager Debugger you had to append parameters to
    a URL, now you can simply enter the URL in a form and click Debug. 
  + Tag Manager now also detects elements coming into view on a webpage 
    even when the visitor is not scrolling.
  + This is the last release in which Matomo is fully compatible with 
    Internet Explorer 11.
  + 111 tickets have been closed by 19 contributors!
    see https://matomo.org/changelog/matomo-4-5-0/ for details
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 37)
- Update to 4.4.1
  + The Page Overlay feature was not working in the last release 
    and this has been fixed.
  + We’re also addressing an issue where in some cases, the visitors’ 
    browsers console would show an error message 
    (tracking was still working as expected).
  + For Platform developers, a new System checks and Diagnostics 
    guide was published 
  List of closed tickets:
  #17829 Testcookie causes warning in browser console
  #17835 Fix sorting of Geolocation providers
  #17838 More warnings about missing shell_exec() since Matomo 4.4.0
  #17831 make sure summary rows are serialized with their in-db 
         subtable ID and not in memory one
  #17832 Add command to generate a system check
  #17842 Revert "more private Referrer-Policy: use strict-origin-when-cross-origin"
  #6811 Detect devices for existing brands: Lenovo, Xiaomi, Samsung, 
        Asus, ZTE, Vivo, Hyundai, Motorola, NYX Mobile, OPPO, LG, 
        Sharp, Realme
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 36)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 35)
- Update to 4.4.0
  This is a maintenance release where we focused on making Matomo 
  more reliable and more secure. The most visible change is that 
  users will now receive email notifications to a user whenever 
  their settings are changed (2FA, token_auth created or updated, 
  the user details are updated or deleted), and super users will 
  also receive an email when security settings are changed (brute 
  force logic, 2FA, cors changes)
  + 143 tickets have been closed by more than 23 contributors
    Please have a look at https://matomo.org/changelog/matomo-4-4-0/ 
    for a detailed list
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 34)
exclude run_tests.sh
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 33)
- fix file/directory permissions and reduce the amount of files and
  directory owned by the Webserver to a minimum. 
- At the moment, piwik.min.js is getting recreated automatically 
  by TrackUpdater.php. Adding this file (and the test-directory content)
  to the ignore list in global.php: matomo-ignore_excluded_files.patch
- enhance apache config and README.SUSE for mod_brotli and mod_buffer
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 32)
move run_tests.sh to the tests package
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 31)
- split out matomo-tests package and get rid of the tests/ directory
  in a productive installation
Displaying revisions 21 - 40 of 70
openSUSE Build Service is sponsored by