Changeset 2820715
- Timestamp:
- 11/18/2022 08:25:32 PM (3 years ago)
- Location:
- jetpack-protect/tags/1.1.1
- Files:
-
- 2 edited
-
composer.json (modified) (1 diff)
-
jetpack-protect.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
jetpack-protect/tags/1.1.1/composer.json
r2820126 r2820715 73 73 "automattic/jetpack-composer-plugin": true 74 74 }, 75 "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_ 0"75 "autoloader-suffix": "c4802e05bbcf59fd3b6350e8d3e5482c_protectⓥ1_1_1" 76 76 } 77 77 } -
jetpack-protect/tags/1.1.1/jetpack-protect.php
r2820126 r2820715 5 5 * Plugin URI: https://wordpress.org/plugins/jetpack-protect 6 6 * Description: Security tools that keep your site safe and sound, from posts to plugins. 7 * Version: 1.1. 07 * Version: 1.1.1 8 8 * Author: Automattic 9 9 * Author URI: https://jetpack.com/ … … 34 34 } 35 35 36 define( 'JETPACK_PROTECT_VERSION', '1.1. 0' );36 define( 'JETPACK_PROTECT_VERSION', '1.1.1' ); 37 37 define( 'JETPACK_PROTECT_DIR', plugin_dir_path( __FILE__ ) ); 38 38 define( 'JETPACK_PROTECT_ROOT_FILE', __FILE__ );
Note: See TracChangeset
for help on using the changeset viewer.