wpackagist icon indicating copy to clipboard operation
wpackagist copied to clipboard

Relevanssi version mismatch

Open marcbelletre opened this issue 2 years ago • 1 comments

The current version of Relevanssi is 4.16.0.

Capture d’écran 2022-07-04 à 14 57 28

When I install it through composer it shows version 4.16.0.

Installing dependencies from lock file (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
  - Installing wpackagist-plugin/relevanssi (4.16.0): Extracting archive

But when I go to the Wordpress dashboard it says that the installed version is 4.15.0.

Capture d’écran 2022-07-04 à 14 59 43

The main plugin file from the downloaded directory indeed shows version 4.15.0:

<?php
/**
 * Relevanssi
 *
 * /relevanssi.php
 *
 * @package Relevanssi
 * @author  Mikko Saari
 * @license https://wordpress.org/about/gpl/ GNU General Public License
 * @see     https://www.relevanssi.com/
 *
 * @wordpress-plugin
 * Plugin Name: Relevanssi
 * Plugin URI: https://www.relevanssi.com/
 * Description: This plugin replaces WordPress search with a relevance-sorting search.
 * Version: 4.15.0
 * Author: Mikko Saari
 * Author URI: http://www.mikkosaari.fi/
 * Text Domain: relevanssi
 * License: GPLv2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */

marcbelletre avatar Jul 04 '22 13:07 marcbelletre

I'm a bit short on time to look at the specifics of this one, but usually when we've seen this before it's an issue with the Subversion repository data/tags the developer has sent to WordPress's SVN repo. I think this can sometimes be patched by them after the fact for the same version but not 100%.

NoelLH avatar Jul 07 '22 14:07 NoelLH

There have been a few releases since this, so I hope it will have resolved itself. Please reopen if not.

NoelLH avatar Jan 19 '23 16:01 NoelLH