Plugin Directory

Changeset 2469390


Ignore:
Timestamp:
02/05/2021 09:38:39 AM (5 years ago)
Author:
wp2pgpmail
Message:

Changing script order for loading

Location:
pgp-key-generator/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pgp-key-generator/trunk/pgp-key-generator.php

    r2469378 r2469390  
    44Plugin URI: https://wp2pgpmail.com
    55Description: Generates PGP Keys. Runs completely in the browser.
    6 Version: 1.11
     6Version: 1.12
    77Author: wp2pgpmail
    88Author URI: https://wp2pgpmail.com
     
    2121function pgp_key_generator_insert() {
    2222    wp_enqueue_script('jquery');
    23     wp_enqueue_script('pgp_key_generator_script');
    2423    wp_enqueue_script('pgp_key_generator_openpgp_script');
    2524    wp_enqueue_script('pgp_key_generator_jquery_validation_script');
     25    wp_enqueue_script('pgp_key_generator_script');
    2626    wp_enqueue_style('pgp_key_generator_style');
    2727    load_plugin_textdomain( 'pgp-key-generator', false, basename( dirname( __FILE__ ) ) . '/i18n/' );
  • pgp-key-generator/trunk/readme.txt

    r2469378 r2469390  
    66Tested up to: 5.6
    77Requires PHP: 5.6
    8 Stable tag: 1.11
     8Stable tag: 1.12
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5050
    5151== Changelog ==
    52 = 1.11 =
     52= 1.12 =
    5353* Changing script order for loading
    5454
Note: See TracChangeset for help on using the changeset viewer.