Skip to content

Commit

Permalink
Ready to release 1.4.1 on wp.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Lannoy committed Dec 13, 2022
1 parent f5d5dde commit 425da88
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1] - Not Yet Released
## [1.4.1] - 2022-12-13

### Changed
- Improved loading by removing unneeded jQuery references in public rendering (thanks to [Kishorchand](https://github.com/Kishorchandth)).
Expand Down
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
define( 'VIBES_PRODUCT_SHORTNAME', 'Vibes' );
define( 'VIBES_PRODUCT_ABBREVIATION', 'vibes' );
define( 'VIBES_SLUG', 'vibes' );
define( 'VIBES_VERSION', '1.4.1-dev0' );
define( 'VIBES_VERSION', '1.4.1' );
define( 'VIBES_API_VERSION', '1' );
define( 'VIBES_CODENAME', '"-"' );

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: rum, real user monitoring, ux, web performance, web vitals
Requires at least: 5.6
Requires PHP: 7.2
Tested up to: 6.1
Stable tag: 1.4.0
Stable tag: 1.4.1
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion vibes.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Plugin Name: Vibes
* Plugin URI: https://perfops.one/vibes
* Description: Truthful user experience and browsing performances monitoring.
* Version: 1.4.0
* Version: 1.4.1
* Requires at least: 5.6
* Requires PHP: 7.2
* Author: Pierre Lannoy / PerfOps One
Expand Down

0 comments on commit 425da88

Please sign in to comment.