Changeset 1225675
- Timestamp:
- 08/19/2015 11:07:52 PM (11 years ago)
- Location:
- sm-connect
- Files:
-
- 23 added
- 3 edited
-
tags/1.0.1 (added)
-
tags/1.0.1/api (added)
-
tags/1.0.1/api/api.php (added)
-
tags/1.0.1/class (added)
-
tags/1.0.1/class/class-sm-helper.php (added)
-
tags/1.0.1/css (added)
-
tags/1.0.1/css/bootstrap.css (added)
-
tags/1.0.1/css/dashboard.css (added)
-
tags/1.0.1/css/nicer-settings.css (added)
-
tags/1.0.1/fonts (added)
-
tags/1.0.1/fonts/glyphicons-halflings-regular.eot (added)
-
tags/1.0.1/fonts/glyphicons-halflings-regular.svg (added)
-
tags/1.0.1/fonts/glyphicons-halflings-regular.ttf (added)
-
tags/1.0.1/fonts/glyphicons-halflings-regular.woff (added)
-
tags/1.0.1/js (added)
-
tags/1.0.1/js/ZeroClipboard.swf (added)
-
tags/1.0.1/js/bootstrap.js (added)
-
tags/1.0.1/js/main.js (added)
-
tags/1.0.1/js/zeroclipboard-min.js (added)
-
tags/1.0.1/readme.txt (added)
-
tags/1.0.1/screenshot-1.png (added)
-
tags/1.0.1/screenshot-2.png (added)
-
tags/1.0.1/sm-connector.php (added)
-
trunk/class/class-sm-helper.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/sm-connector.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sm-connect/trunk/class/class-sm-helper.php
r1225215 r1225675 63 63 'posts_per_page' => 100 64 64 ) ); 65 66 foreach( $posts as $key => $val ) 67 { 68 $posts[ $key ]->url = get_the_permalink( $val->ID ); 69 $posts[ $key ]->thumbnail = wp_get_attachment_url( get_post_thumbnail_id( $val->ID ) ); 70 71 if( !$posts[ $key ]->thumbnail ) 72 unset( $posts[ $key ] ); 73 } 65 74 66 75 $this->ApiEcho( $posts ); -
sm-connect/trunk/readme.txt
r1225521 r1225675 4 4 Requires at least: 3.6 5 5 Tested up to: 4.2 6 Stable tag: 1.0. 06 Stable tag: 1.0.1 7 7 License: GPL v2 8 8 … … 39 39 == Changelog == 40 40 41 = 1.0 = 41 = 1.0.1 = 42 * Post Urls and thumbnails now returned with the list_posts call. 43 44 = 1.0.0 = 42 45 * SM Connector creation -
sm-connect/trunk/sm-connector.php
r1225215 r1225675 4 4 * Description: Smartmember Connector is a plugin that connects your blog with SmartMember and allows you to import 5 5 * content to SmartMember as lessons, custom pages, or blog posts. 6 * Version: 1.0. 06 * Version: 1.0.1 7 7 * Author: Internet Marketing Bar 8 8 * Author URI: http://internetmarketingbar.com
Note: See TracChangeset
for help on using the changeset viewer.