Changeset 1518251
- Timestamp:
- 10/20/2016 04:39:04 AM (9 years ago)
- Location:
- featured-posts-pro/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
admin/class-featured_posts_pro-admin.php (modified) (1 diff)
-
featured_posts_pro.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
featured-posts-pro/trunk/README.txt
r1517845 r1518251 5 5 Requires at least: 3.0.1 6 6 Tested up to: 4.6.1 7 Stable tag: 1.3. 57 Stable tag: 1.3.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
featured-posts-pro/trunk/admin/class-featured_posts_pro-admin.php
r1517845 r1518251 112 112 if(isset($_GET['page']) && $_GET['page'] == 'featured_posts_pro_list'){ 113 113 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 );115 114 } 115 wp_enqueue_script( $this->plugin_name, plugin_dir_url( __FILE__ ) . 'js/featured_posts_pro-admin.js', array( 'jquery' ), $this->version, false ); 116 116 } 117 117 -
featured-posts-pro/trunk/featured_posts_pro.php
r1517845 r1518251 17 17 * Plugin URI: http://lakshman.com.np 18 18 * 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. 519 * Version: 1.3.6 20 20 * Author: Laxman Thapa 21 21 * Author URI: http://lakshman.com.np
Note: See TracChangeset
for help on using the changeset viewer.