Plugin Directory

Changeset 3215493


Ignore:
Timestamp:
12/31/2024 11:21:09 PM (15 months ago)
Author:
ce21com
Message:

Version cleanup and removal of external resources.

Location:
ce21-suite/trunk
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • ce21-suite/trunk/README.txt

    r3198057 r3215493  
    11=== CE21 Suite ===
    2 Contributors: John Davis
     2Contributors: Kevin Hodges
    33Donate link:
    44Tags: virtual event services, education online courses, hybrid conference
    55Requires at least: 4.0
    6 Tested up to: 6.5
    7 Stable tag: 2.2.1
     6Tested up to: 6.7
     7Stable tag: 2.2.2
    88Requires PHP: 5.4
    99License: GPLv2 or later
  • ce21-suite/trunk/admin/class-single-sign-on-ce21-admin.php

    r2847175 r3215493  
    8686        }
    8787        if ( isset( $_GET['page'] ) && $_GET['page'] == 'calendar' ) {
    88             wp_enqueue_style( 'DT_bootstrap', 'https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css', array(), $this->version, 'all' );
    89             wp_enqueue_style( 'bootstrap', 'https://cdn.datatables.net/1.13.1/css/dataTables.bootstrap5.min.css', array(), $this->version, 'all' );
     88            wp_enqueue_style( 'DT_bootstrap', plugin_dir_url( __FILE__ ) . 'css/bootstrap.min.css', array(), $this->version, 'all' );
     89            wp_enqueue_style( 'bootstrap', plugin_dir_url( __FILE__ ) . 'css/dataTables.bootstrap5.min.css', array(), $this->version, 'all' );
    9090            wp_enqueue_style( 'jquery.datetimepicker.min.css', plugin_dir_url( __FILE__ ) . 'css/jquery.datetimepicker.min.css', array(), $this->version, 'all' );
    9191        }
  • ce21-suite/trunk/programs/ce21-programs-functions.php

    r3205463 r3215493  
    134134
    135135    // Initialize DataTable with custom options
    136     wp_enqueue_script('clipboard-js','https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/2.0.8/clipboard.min.js',array('jquery'), null, false);
    137      wp_enqueue_style('font-awesome', 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');
     136    wp_enqueue_script('wp-clipboard'); // Use WordPress core clipboard-js
     137    wp_enqueue_style('font-awesome', SINGLE_SIGN_ON_CE21__PLUGIN_URL .'admin/fonts/font-awesome/all.min.css');
    138138    ?>
    139139    <script type="text/javascript">
Note: See TracChangeset for help on using the changeset viewer.