Changeset 2469390
- Timestamp:
- 02/05/2021 09:38:39 AM (5 years ago)
- Location:
- pgp-key-generator/trunk
- Files:
-
- 2 edited
-
pgp-key-generator.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
pgp-key-generator/trunk/pgp-key-generator.php
r2469378 r2469390 4 4 Plugin URI: https://wp2pgpmail.com 5 5 Description: Generates PGP Keys. Runs completely in the browser. 6 Version: 1.1 16 Version: 1.12 7 7 Author: wp2pgpmail 8 8 Author URI: https://wp2pgpmail.com … … 21 21 function pgp_key_generator_insert() { 22 22 wp_enqueue_script('jquery'); 23 wp_enqueue_script('pgp_key_generator_script');24 23 wp_enqueue_script('pgp_key_generator_openpgp_script'); 25 24 wp_enqueue_script('pgp_key_generator_jquery_validation_script'); 25 wp_enqueue_script('pgp_key_generator_script'); 26 26 wp_enqueue_style('pgp_key_generator_style'); 27 27 load_plugin_textdomain( 'pgp-key-generator', false, basename( dirname( __FILE__ ) ) . '/i18n/' ); -
pgp-key-generator/trunk/readme.txt
r2469378 r2469390 6 6 Tested up to: 5.6 7 7 Requires PHP: 5.6 8 Stable tag: 1.1 18 Stable tag: 1.12 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 50 50 51 51 == Changelog == 52 = 1.1 1=52 = 1.12 = 53 53 * Changing script order for loading 54 54
Note: See TracChangeset
for help on using the changeset viewer.