Changeset 120654
- Timestamp:
- 05/26/2009 08:21:50 PM (17 years ago)
- Location:
- everpress
- Files:
-
- 7 added
- 2 edited
-
tags/0.8.2 (added)
-
tags/0.8.2/evernote.gif (added)
-
tags/0.8.2/everpress-panel.php (added)
-
tags/0.8.2/everpress.css (added)
-
tags/0.8.2/everpress.php (added)
-
tags/0.8.2/readme.txt (added)
-
tags/0.8.2/simplepie.php (added)
-
trunk/everpress.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
everpress/trunk/everpress.php
r111105 r120654 7 7 Author: Martin Hawksey 8 8 Author URI: http://www.rsc-ne-scotland.org.uk/mashe 9 Version: 0.8. 19 Version: 0.8.2 10 10 */ 11 11 … … 233 233 234 234 wp_insert_post($new_post); 235 $this->o["ep_last_refresh_feed"] = $last_update;236 $this->o["ep_last_refresh"] = mktime();237 $this->o["ep_last_crawl"] =$newtime;238 239 update_option('everpress-options', $this->o);240 235 } 241 236 } 237 $this->o["ep_last_refresh_feed"] = $last_update; 238 $this->o["ep_last_refresh"] = mktime(); 239 $this->o["ep_last_crawl"] =$newtime; 240 241 update_option('everpress-options', $this->o); 242 242 } 243 243 } -
everpress/trunk/readme.txt
r111105 r120654 4 4 Requires at least: 2.5 5 5 Tested up to: 2.7.1 6 Stable tag: 0.8. 16 Stable tag: 0.8.2 7 7 8 8 EverPress allows Evernote users to automatic post their shared notebooks to WordPress. … … 23 23 1. In the 'Settings' for 'EverPress' enter your Evernote public notebook url and other settings. 24 24 25 For a demonstration of the the plugin and Evernote setup there is a screencast here http://www.rsc-ne-scotland.org.uk/mashe/everpress-plugin/ 26 25 27 == Frequently Asked Questions == 26 28 … … 31 33 == Changelog == 32 34 33 **0.8** - Initial Release 35 **0.8.2** - minor update to to fix problem with updating posts from Evernote feed 36 37 **0.8.1** - Initial Release 34 38 35 39
Note: See TracChangeset
for help on using the changeset viewer.