diff --git a/CHANGELOG.md b/CHANGELOG.md index cdb538d..08400ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to **Vibes** are documented in this *changelog*. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and **Vibes** adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [1.8.1] - Not Yet Released +## [1.8.1] - 2024-05-04 ### Changed - Updated DecaLog SDK from version 3.0.0 to version 4.1.0. diff --git a/includes/libraries/class-libraries.php b/includes/libraries/class-libraries.php index ac7f5e0..ece2646 100644 --- a/includes/libraries/class-libraries.php +++ b/includes/libraries/class-libraries.php @@ -125,7 +125,7 @@ public static function init() { 'name' => 'DecaLog SDK', 'prefix' => 'DecaLog', 'base' => VIBES_VENDOR_DIR . 'decalog-sdk/', - 'version' => '4.0.0', + 'version' => '4.1.0', 'author' => 'Pierre Lannoy', 'url' => 'https://github.com/Pierre-Lannoy/wp-decalog-sdk', 'license' => 'mit', diff --git a/init.php b/init.php index 8f3063e..7d2082b 100644 --- a/init.php +++ b/init.php @@ -12,7 +12,7 @@ define( 'VIBES_PRODUCT_SHORTNAME', 'Vibes' ); define( 'VIBES_PRODUCT_ABBREVIATION', 'vibes' ); define( 'VIBES_SLUG', 'vibes' ); -define( 'VIBES_VERSION', '1.8.0' ); +define( 'VIBES_VERSION', '1.8.1' ); define( 'VIBES_API_VERSION', '1' ); define( 'VIBES_CODENAME', '"-"' ); diff --git a/readme.txt b/readme.txt index f43219a..cb069d7 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: rum, real user monitoring, ux, web performance, web vitals Requires at least: 6.2 Requires PHP: 8.1 Tested up to: 6.5 -Stable tag: 1.8.0 +Stable tag: 1.8.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/vibes.php b/vibes.php index f572cd9..0cf05fd 100644 --- a/vibes.php +++ b/vibes.php @@ -10,7 +10,7 @@ * Plugin Name: Vibes * Plugin URI: https://perfops.one/vibes * Description: Truthful user experience and browsing performances monitoring. - * Version: 1.8.0 + * Version: 1.8.1 * Requires at least: 6.2 * Requires PHP: 8.1 * Author: Pierre Lannoy / PerfOps One