Changeset 956912
- Timestamp:
- 07/29/2014 09:01:32 PM (12 years ago)
- Location:
- simple-instagram-widget/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
simple-instagram-widget/trunk/README.md
r951042 r956912 20 20 21 21 # Release History # 22 23 #### 1.2.3 #### 24 Enqueue admin js script from correct location 22 25 23 26 #### 1.2.2 #### -
simple-instagram-widget/trunk/init.php
r951042 r956912 4 4 * Plugin Name: Simple Instagram Widget 5 5 * Description: A widget that displays Instagram photos 6 * Version: 1.2. 26 * Version: 1.2.3 7 7 * Author: Ty Carlson 8 8 * Author URI: http://www.tywayne.com … … 27 27 wp_enqueue_script( 28 28 'admin-instagram', 29 plugins_url( 'lib/ widget/js/admin-instagram.js', __FILE__),29 plugins_url( 'lib/js/admin-instagram.js', __FILE__), 30 30 array('jquery') 31 31 ); -
simple-instagram-widget/trunk/readme.txt
r953521 r956912 5 5 Requires at least: 3.0 6 6 Tested up to: 4.0 7 Stable tag: 1.2. 27 Stable tag: 1.2.3 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 32 32 33 33 == Changelog == 34 35 = 1.2.3 = 36 Enqueue admin js script from correct location 34 37 35 38 = 1.2.2 =
Note: See TracChangeset
for help on using the changeset viewer.