Plugin Directory

Changeset 2820715


Ignore:
Timestamp:
11/18/2022 08:25:32 PM (3 years ago)
Author:
njweller
Message:

Update plugin version to 1.1.1

Location:
jetpack-protect/tags/1.1.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • jetpack-protect/tags/1.1.1/composer.json

    r2820126 r2820715  
    7373            "automattic/jetpack-composer-plugin": true
    7474        },
    75         "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_0"
     75        "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_1"
    7676    }
    7777}
  • jetpack-protect/tags/1.1.1/jetpack-protect.php

    r2820126 r2820715  
    55 * Plugin URI: https://wordpress.org/plugins/jetpack-protect
    66 * Description: Security tools that keep your site safe and sound, from posts to plugins.
    7  * Version: 1.1.0
     7 * Version: 1.1.1
    88 * Author: Automattic
    99 * Author URI: https://jetpack.com/
     
    3434}
    3535
    36 define( 'JETPACK_PROTECT_VERSION', '1.1.0' );
     36define( 'JETPACK_PROTECT_VERSION', '1.1.1' );
    3737define( 'JETPACK_PROTECT_DIR', plugin_dir_path( __FILE__ ) );
    3838define( 'JETPACK_PROTECT_ROOT_FILE', __FILE__ );
Note: See TracChangeset for help on using the changeset viewer.