Plugin Directory

Changeset 2334275


Ignore:
Timestamp:
07/02/2020 02:30:48 PM (6 years ago)
Author:
augustinfotech
Message:

Compatible with WordPress 5.4.2

Location:
ai-twitter-feeds
Files:
17 added
3 edited

Legend:

Unmodified
Added
Removed
  • ai-twitter-feeds/tags/2.3/readme.txt

    r2025987 r2334275  
    33Tags: Twitter, Twitter API, Twitter 1.1, Twitter authentication, Feed, Twitter Shortcode, Twitter tweet, tweets, twitter, widget, twitter connect, twitter follow, twitter follow button, twitter share, twitter share button,Dashboard Twitter
    44Requires at least: 3.2
    5 Tested up to: 4.2.4
     5Tested up to: 4.3.1
    66Stable tag: 2.3
    77License: GPLv2 or later
  • ai-twitter-feeds/trunk/ai-twitter-feeds.php

    r2025987 r2334275  
    517517function ai_frontendloadjs() {
    518518
    519      wp_enqueue_script( 'ai_scripts', plugins_url( '/js/ai-twitter.js', __FILE__ ), array( 'jquery' ), CTF_VERSION, true );
     519     wp_enqueue_script( 'ai_scripts', plugins_url( '/js/ai-twitter.js', __FILE__ ), array( 'jquery' ), '2.4', true );
    520520        wp_localize_script( 'ai_scripts', 'ai', array(
    521521                'ajax_url' => admin_url( 'admin-ajax.php' )
  • ai-twitter-feeds/trunk/readme.txt

    r2025987 r2334275  
    33Tags: Twitter, Twitter API, Twitter 1.1, Twitter authentication, Feed, Twitter Shortcode, Twitter tweet, tweets, twitter, widget, twitter connect, twitter follow, twitter follow button, twitter share, twitter share button,Dashboard Twitter
    44Requires at least: 3.2
    5 Tested up to: 5.0.3
     5Tested up to: 5.4.2
    66Stable tag: 2.4
    77License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.