Plugin Directory

Changeset 3395512


Ignore:
Timestamp:
11/14/2025 06:40:06 AM (4 months ago)
Author:
PierreLannoy
Message:

Vibes 2.3.0 released from GitHub

Location:
vibes
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • vibes/tags/2.3.0/CHANGELOG.md

    r3347649 r3395512  
    33
    44The 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).
     5
     6## [2.3.0] - 2025-11-14
     7
     8### Added
     9- Compatibility with WordPress 6.9.
    510
    611## [2.2.1] - 2025-08-20
  • vibes/tags/2.3.0/init.php

    r3347649 r3395512  
    1313define( 'VIBES_PRODUCT_ABBREVIATION', 'vibes' );
    1414define( 'VIBES_SLUG', 'vibes' );
    15 define( 'VIBES_VERSION', '2.2.1' );
     15define( 'VIBES_VERSION', '2.3.0' );
    1616define( 'VIBES_API_VERSION', '1' );
    1717define( 'VIBES_CODENAME', '"-"' );
  • vibes/tags/2.3.0/readme.txt

    r3347649 r3395512  
    44Requires at least: 6.2
    55Requires PHP: 8.1
    6 Tested up to: 6.8
    7 Stable tag: 2.2.1
     6Tested up to: 6.9
     7Stable tag: 2.3.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • vibes/tags/2.3.0/vibes.php

    r3347649 r3395512  
    1111 * Plugin URI:        https://perfops.one/vibes
    1212 * Description:       Truthful user experience and browsing performances monitoring.
    13  * Version:           2.2.1
     13 * Version:           2.3.0
    1414 * Requires at least: 6.2
    1515 * Requires PHP:      8.1
  • vibes/trunk/CHANGELOG.md

    r3347649 r3395512  
    33
    44The 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).
     5
     6## [2.3.0] - 2025-11-14
     7
     8### Added
     9- Compatibility with WordPress 6.9.
    510
    611## [2.2.1] - 2025-08-20
  • vibes/trunk/init.php

    r3347649 r3395512  
    1313define( 'VIBES_PRODUCT_ABBREVIATION', 'vibes' );
    1414define( 'VIBES_SLUG', 'vibes' );
    15 define( 'VIBES_VERSION', '2.2.1' );
     15define( 'VIBES_VERSION', '2.3.0' );
    1616define( 'VIBES_API_VERSION', '1' );
    1717define( 'VIBES_CODENAME', '"-"' );
  • vibes/trunk/readme.txt

    r3347649 r3395512  
    44Requires at least: 6.2
    55Requires PHP: 8.1
    6 Tested up to: 6.8
    7 Stable tag: 2.2.1
     6Tested up to: 6.9
     7Stable tag: 2.3.0
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • vibes/trunk/vibes.php

    r3347649 r3395512  
    1111 * Plugin URI:        https://perfops.one/vibes
    1212 * Description:       Truthful user experience and browsing performances monitoring.
    13  * Version:           2.2.1
     13 * Version:           2.3.0
    1414 * Requires at least: 6.2
    1515 * Requires PHP:      8.1
Note: See TracChangeset for help on using the changeset viewer.