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

Open
1 task
ELY3M opened this issue Feb 8, 2025 · 5 comments
Open
1 task

the update to 3.3.3 #2877

ELY3M opened this issue Feb 8, 2025 · 5 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.

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

5 participants