Changeset 3395512
- Timestamp:
- 11/14/2025 06:40:06 AM (4 months ago)
- Location:
- vibes
- Files:
-
- 8 edited
- 1 copied
-
tags/2.3.0 (copied) (copied from vibes/trunk)
-
tags/2.3.0/CHANGELOG.md (modified) (1 diff)
-
tags/2.3.0/init.php (modified) (1 diff)
-
tags/2.3.0/readme.txt (modified) (1 diff)
-
tags/2.3.0/vibes.php (modified) (1 diff)
-
trunk/CHANGELOG.md (modified) (1 diff)
-
trunk/init.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vibes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
vibes/tags/2.3.0/CHANGELOG.md
r3347649 r3395512 3 3 4 4 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). 5 6 ## [2.3.0] - 2025-11-14 7 8 ### Added 9 - Compatibility with WordPress 6.9. 5 10 6 11 ## [2.2.1] - 2025-08-20 -
vibes/tags/2.3.0/init.php
r3347649 r3395512 13 13 define( 'VIBES_PRODUCT_ABBREVIATION', 'vibes' ); 14 14 define( 'VIBES_SLUG', 'vibes' ); 15 define( 'VIBES_VERSION', '2. 2.1' );15 define( 'VIBES_VERSION', '2.3.0' ); 16 16 define( 'VIBES_API_VERSION', '1' ); 17 17 define( 'VIBES_CODENAME', '"-"' ); -
vibes/tags/2.3.0/readme.txt
r3347649 r3395512 4 4 Requires at least: 6.2 5 5 Requires PHP: 8.1 6 Tested up to: 6. 87 Stable tag: 2. 2.16 Tested up to: 6.9 7 Stable tag: 2.3.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
vibes/tags/2.3.0/vibes.php
r3347649 r3395512 11 11 * Plugin URI: https://perfops.one/vibes 12 12 * Description: Truthful user experience and browsing performances monitoring. 13 * Version: 2. 2.113 * Version: 2.3.0 14 14 * Requires at least: 6.2 15 15 * Requires PHP: 8.1 -
vibes/trunk/CHANGELOG.md
r3347649 r3395512 3 3 4 4 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). 5 6 ## [2.3.0] - 2025-11-14 7 8 ### Added 9 - Compatibility with WordPress 6.9. 5 10 6 11 ## [2.2.1] - 2025-08-20 -
vibes/trunk/init.php
r3347649 r3395512 13 13 define( 'VIBES_PRODUCT_ABBREVIATION', 'vibes' ); 14 14 define( 'VIBES_SLUG', 'vibes' ); 15 define( 'VIBES_VERSION', '2. 2.1' );15 define( 'VIBES_VERSION', '2.3.0' ); 16 16 define( 'VIBES_API_VERSION', '1' ); 17 17 define( 'VIBES_CODENAME', '"-"' ); -
vibes/trunk/readme.txt
r3347649 r3395512 4 4 Requires at least: 6.2 5 5 Requires PHP: 8.1 6 Tested up to: 6. 87 Stable tag: 2. 2.16 Tested up to: 6.9 7 Stable tag: 2.3.0 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
vibes/trunk/vibes.php
r3347649 r3395512 11 11 * Plugin URI: https://perfops.one/vibes 12 12 * Description: Truthful user experience and browsing performances monitoring. 13 * Version: 2. 2.113 * Version: 2.3.0 14 14 * Requires at least: 6.2 15 15 * Requires PHP: 8.1
Note: See TracChangeset
for help on using the changeset viewer.