• Plugin Author Eric Sopp

    (@ideric)


    We have released WP-Stateless v2.3 today and you can now download this update directly from our www.remarpro.com page or from the comfort of your wp-admin dashboard.

    This release couldn’t have happened without the feedback and reports from users like you! If you experience a bug, have a new idea, or want more from WP-Stateless, please let us know below.

    Thank you, and keep an eye on WP-Stateless for more updates and features coming this year!

    v2.3.0 Changelog

    FIX – Fixed problem with WordPress 5.3. GitHub issue #406.
    FIX – Fixed problem with the Cache Busting feature. GitHub issue #377.
    COMPATIBILITY – Added compatibility support for WP Retina 2x pro. GitHub issue #380.
    COMPATIBILITY – Enhanced compatibility support for LiteSpeed Cache. GitHub issue #365.
    COMPATIBILITY – Enhanced compatibility support for ShortPixel Image Optimizer. GitHub issue #364, #398.
    COMPATIBILITY – Fixed Gravity Form export. GitHub issue #408.
    ENHANCEMENT – Improved upon add_media function for better compatibility support. GitHub issue #382.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Houston, we have a problem …

    My site is a 4.9.12 wp version and with after update to v2.3.0 version i get:

    Fatal error: Uncaught Error: Call to undefined function wpCloud\StatelessMedia\is_wp_version_compatible() in /var/www/vhosts/gevbologna.org/httpdocs/wp-content/plugins/wp-stateless/lib/classes/class-bootstrap.php:212 Stack trace: #0 /var/www/vhosts/gevbologna.org/httpdocs/wp-content/plugins/wp-stateless/vendor/udx/lib-wp-bootstrap/lib/classes/class-bootstrap-plugin.php(56): wpCloud\StatelessMedia\Bootstrap->init() #1 /var/www/vhosts/gevbologna.org/httpdocs/wp-includes/class-wp-hook.php(286): UsabilityDynamics\WP\Bootstrap_Plugin->pre_init(”) #2 /var/www/vhosts/gevbologna.org/httpdocs/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(NULL, Array) #3 /var/www/vhosts/gevbologna.org/httpdocs/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #4 /var/www/vhosts/gevbologna.org/httpdocs/wp-settings.php(327): do_action(‘plugins_loaded’) #5 /var/www/vhosts/gevbologna.org/httpdocs/wp-config.php(84): require_once(‘/var/www/vhosts…’) #6 /var/www/vhosts/gevbologna.org/httpdocs/wp-load.php(37): require_once(‘/var/www/vh in /var/www/vhosts/gevbologna.org/httpdocs/wp-content/plugins/wp-stateless/lib/classes/class-bootstrap.php on line 212

    my workaorund is:

    1. manually clear “options” field in wp_options where options_name = ‘active_plugins’
    2. edit class-bootstrap.php and comment this:

    //if(is_wp_version_compatible(‘5.3-RC4-46673’)){
    // add_filter( ‘intermediate_image_sizes_advanced’, array($this, ‘store_can_delete_attachment’), 10, 3 );
    //}

    “apparently” it works … at least with my old version of WP.

    Any suggestions?

    Ciao from Bologna (Italy),

    Diego

    Plugin Author Eric Sopp

    (@ideric)

    Hey @diegocimarosa, we just released a fix for this. Can you please try v2.3.1 on your staging environment?

    in the latest version with “stateless” setting, when I upload a video media or any other media order than image, the file does not automatically delete from the local server, a copy of the file remains in the local server until the file is synchronized. this issue is a major bug. please fix it

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP-Stateless v2.3 Released’ is closed to new replies.