Plugin Directory

Changeset 2640358


Ignore:
Timestamp:
12/07/2021 04:24:33 AM (4 years ago)
Author:
code9fair
Message:

Remove unnecessary static file.

Location:
code9
Files:
7 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • code9/trunk/code9.php

    r2640321 r2640358  
    44Plugin URI: https://wordpress.org/plugins/code9/
    55Description: Utility tool for wordpress. 2-step verificatoin code user login.
    6 Version:     1.0.7
     6Version:     1.0.8
    77Author:      Code9Fair
    88Author URI: https://paypal.me/code9fair/
  • code9/trunk/page/dashboard.php

    r2640321 r2640358  
    77  wp_enqueue_style( 'wp-color-picker' );
    88  wp_enqueue_style( 'code-editor' );
    9 
    10   $css = ['evil-icons.css', 'material-icon-font.css','materialdesignicons.min.css', 'icofont.min.css'];
    11 
    12   foreach($css as $name) {
    13     wp_enqueue_style($name, $GLOBALS['CODE9_PLUGIN_URL'] . 'assets/'. $name, array());
    14   }
    159 
    1610  wp_enqueue_script('code9-spa', $GLOBALS['CODE9_PLUGIN_URL'] . 'assets/spa.js');
    1711  wp_enqueue_script('gridjs', $GLOBALS['CODE9_PLUGIN_URL'] . 'assets/gridjs.umd.js');
    1812
    19   $js = ['language.js','crypto-js.min.js', 'aes.min.js', 'lzutf8.min.js','crypto.js','cookie.js','api.js','query.js','string_random.js','form_obj.js','dom_loading.js','slider.js'];
     13  $js = ['language.js','crypto-js.min.js', 'aes.min.js','crypto.js','cookie.js','api.js','query.js','string_random.js','form_obj.js','dom_loading.js','slider.js'];
    2014
    2115  foreach($js as $name) {
  • code9/trunk/readme.txt

    r2640321 r2640358  
    55Requires at least: 4.1
    66Tested up to: 5.8
    7 Stable tag: 1.0.7
     7Stable tag: 1.0.8
    88Requires PHP: 5.6.4
    99License: GPLv2
     
    6767= 1.0.7 =
    6868* Extract single static file to multiple files.
     69= 1.0.8 =
     70* Remove unnecessary static file.
Note: See TracChangeset for help on using the changeset viewer.