Plugin Directory

Changeset 3400412


Ignore:
Timestamp:
11/21/2025 11:45:22 AM (3 months ago)
Author:
dioni00
Message:

5.5.2

Location:
automatorwp
Files:
2180 added
3 edited

Legend:

Unmodified
Added
Removed
  • automatorwp/trunk/automatorwp.php

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

    r3397038 r3400412  
    289289
    290290            <div class="thumbnail column-thumbnail">
    291                 <a href="<?php echo esc_url( $details_link ); ?>" class="thickbox open-plugin-details-modal">
     291                <a href="<?php echo esc_url( $details_link ); ?>" class="open-plugin-details-modal" target="_blank">
    292292                    <img src="<?php echo esc_attr( $thumbnail ) ?>" class="plugin-thumbnail" alt="">
    293293                </a>
  • automatorwp/trunk/readme.txt

    r3397038 r3400412  
    44Requires at least: 4.4
    55Tested up to: 6.8
    6 Stable tag: 5.5.1
     6Stable tag: 5.5.2
    77License: GPLv3
    88License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    342342== Changelog ==
    343343
     344= 5.5.2 =
     345
     346* **Bug Fixes**
     347* Links fixed in Add-ons section.
     348
    344349= 5.5.1 =
    345350
Note: See TracChangeset for help on using the changeset viewer.