Plugin Directory

Changeset 3397038


Ignore:
Timestamp:
11/17/2025 09:57:31 AM (3 months ago)
Author:
dioni00
Message:

5.5.1

Location:
automatorwp
Files:
2180 added
3 edited

Legend:

Unmodified
Added
Removed
  • automatorwp/trunk/automatorwp.php

    r3395726 r3397038  
    44 * Plugin URI:          https://automatorwp.com
    55 * Description:         Connect your WordPress plugins together and create automated workflows with no code!
    6  * Version:             5.5.0
     6 * Version:             5.5.1
    77 * Author:              AutomatorWP
    88 * Author URI:          https://automatorwp.com/
     
    120120
    121121        // Plugin version
    122         define( 'AUTOMATORWP_VER', '5.5.0' );
     122        define( 'AUTOMATORWP_VER', '5.5.1' );
    123123
    124124        // Plugin file
  • automatorwp/trunk/includes/admin/pages/add-ons.php

    r3395726 r3397038  
    382382        set_transient( 'automatorwp_plugins_api', $res, ( 24 * 7 ) * HOUR_IN_SECONDS );
    383383
    384         gamipress_set_cache( 'automatorwp_plugins_api', $res );
     384        automatorwp_set_cache( 'automatorwp_plugins_api', $res );
    385385    }
    386386
  • automatorwp/trunk/readme.txt

    r3395726 r3397038  
    44Requires at least: 4.4
    55Tested up to: 6.8
    6 Stable tag: 5.5.0
     6Stable tag: 5.5.1
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    342342== Changelog ==
    343343
     344= 5.5.1 =
     345
     346* **Bug Fixes**
     347* Fixed bug related to dashboard integrations list.
     348
    344349= 5.5.0 =
    345350
Note: See TracChangeset for help on using the changeset viewer.