Plugin Directory

Changeset 1518251


Ignore:
Timestamp:
10/20/2016 04:39:04 AM (9 years ago)
Author:
thapa.laxman
Message:

1.3.6

Location:
featured-posts-pro/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • featured-posts-pro/trunk/README.txt

    r1517845 r1518251  
    55Requires at least: 3.0.1
    66Tested up to: 4.6.1
    7 Stable tag: 1.3.5
     7Stable tag: 1.3.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • featured-posts-pro/trunk/admin/class-featured_posts_pro-admin.php

    r1517845 r1518251  
    112112            if(isset($_GET['page']) && $_GET['page'] == 'featured_posts_pro_list'){
    113113                wp_enqueue_script( $this->plugin_name.'-jquery-ui', plugin_dir_url( __FILE__ ) . 'js/jquery-ui-1.12.1.custom/jquery-ui.min.js', '', $this->version, false );
    114                 wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/featured_posts_pro-admin.js', array( 'jquery' ), $this->version, false );
    115114            }
     115            wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/featured_posts_pro-admin.js', array( 'jquery' ), $this->version, false );
    116116        }
    117117
  • featured-posts-pro/trunk/featured_posts_pro.php

    r1517845 r1518251  
    1717 * Plugin URI:        http://lakshman.com.np
    1818 * Description:       This plugin gives Administrator/Editor an easy option to mark posts, pages & custom posts as featured posts and provides a widget to list the recent featured posts.
    19  * Version:           1.3.5
     19 * Version:           1.3.6
    2020 * Author:            Laxman Thapa
    2121 * Author URI:        http://lakshman.com.np
Note: See TracChangeset for help on using the changeset viewer.