Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the update to 3.3.3 #2877

Closed
1 task
ELY3M opened this issue Feb 8, 2025 · 12 comments
Closed
1 task

the update to 3.3.3 #2877

ELY3M opened this issue Feb 8, 2025 · 12 comments

Comments

@ELY3M
Copy link

ELY3M commented Feb 8, 2025

🔎 Isolate the bug

  • [X ] I have confirmed this occurs in the most recent version of WordPress, WooCommerce, and Facebook for WooCommerce.
  • I have confirmed this occurs when only WooCommerce and Facebook for WooCommerce are active and when using a default WordPress or WooCommerce theme.

✍️ Describe the bug

I have been trying to update the plugin but the updater seem not update.

🚶‍♀️ Steps to reproduce

go to updater and try to update.
it will still show as it need to be update.

I also tried to upload the latest plugin zip.

when I uploaded. the zip was showing 3.3.2 version.
I think you forgot to update the version number?

✔️ Expected behavior

The update should disappear.

🗃 Logs

@ELY3M
Copy link
Author

ELY3M commented Feb 8, 2025

it looked like the files are already updated.
I checked the files....

class WC_Facebook_Loader {

    /**
     * @var string the plugin version. This must be in the main plugin file to be automatically bumped by Woorelease.
     */
    const PLUGIN_VERSION = '3.3.3'; // WRCS: DEFINED_VERSION.

    // Minimum PHP version required by this plugin.
    const MINIMUM_PHP_VERSION = '7.4.0';

    // Minimum WordPress version required by this plugin.
    const MINIMUM_WP_VERSION = '4.4';

    // Minimum WooCommerce version required by this plugin.
    const MINIMUM_WC_VERSION = '5.3';

    // SkyVerge plugin framework version used by this plugin.
    const FRAMEWORK_VERSION = '5.10.0';

    // The plugin name, for displaying notices.
    const PLUGIN_NAME = 'Facebook for WooCommerce';

@FunkyCss
Copy link

FunkyCss commented Feb 8, 2025

The same issue I have with the latest update, I update, on refresh the update is still there available - the plugin is not updated.

@ned-bs
Copy link

ned-bs commented Feb 9, 2025

I have exactly same issue.
Updated 20 times yet keep asking for update.

@kgrammer
Copy link

kgrammer commented Feb 9, 2025

Same for me. And the auto-updater is trying to update the plugin every time it runs as well.

@MachineITSvcs
Copy link

MachineITSvcs commented Feb 9, 2025

The facebook-for-woocommerce.php file in the 3.3.3 version in Github Releases and WordPress repository has the wrong version in the header, leading to the recurring update notice, as discussed in https://wordpress.org/support/topic/error-version-download/

Might also be just the wrong version (3.3.2) uploaded as 3.3.3. I downloaded from WordPress.org SVN repository, tags directory, the 3.3.3 version and it contains the right version number.

@mdisseny
Copy link

Looks like the plugin is updated, however the facebook-for-woocommerce.php file has a defined version as Version: 3.3.2.
I think this might be the issue why WP is always showing that an update is still available.

@csiakgyula
Copy link

The same issue I have with the latest update, I update, on refresh the update is still there available - the plugin is not updated.

Same problem here also...

@csiakgyula
Copy link

csiakgyula commented Feb 10, 2025

The facebook-for-woocommerce.php file in the 3.3.3 version in Github Releases and WordPress repository has the wrong version in the header, leading to the recurring update notice, as discussed in https://wordpress.org/support/topic/error-version-download/

Might also be just the wrong version (3.3.2) uploaded as 3.3.3. I downloaded from WordPress.org SVN repository, tags directory, the 3.3.3 version and it contains the right version number.

Thanks, this solved the problem, use this plugin-installer as @MachineITSvcs suggested (updated the zip with plugin root folder inside):

facebook-for-woocommerce.zip

@MachineITSvcs
Copy link

The facebook-for-woocommerce.php file in the 3.3.3 version in Github Releases and WordPress repository has the wrong version in the header, leading to the recurring update notice, as discussed in https://wordpress.org/support/topic/error-version-download/
Might also be just the wrong version (3.3.2) uploaded as 3.3.3. I downloaded from WordPress.org SVN repository, tags directory, the 3.3.3 version and it contains the right version number.

Thanks, this solved the problem, use this plugin-installer as @MachineITSvcs suggested:

facebook-for-woocommerce.zip

Not to be that guy, but a WordPress zip file should contain the plugin folder containing the plugin files, not just the plugin files within the zip. Could cause an issue by decompressing all plugin files directly into the plugins directory.

@ricardoaraujo330
Copy link

Same here. Please fix it asap since wordpress keeps updating the plugin automatically every day like it is outdated but it's not...

@cehicm
Copy link

cehicm commented Feb 11, 2025

Hi everyone,

The issue has been addressed in the new release (v.3.3.4). The plugin update will go through without issues now.

Thank you for your patience in dealing with this issue, please let us know if you have any further issues.

@ricardoaraujo330
Copy link

Updated to 3.3.4 and its fixed. thank you

@iodic iodic closed this as completed Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants