Plugin Directory

Changeset 120654


Ignore:
Timestamp:
05/26/2009 08:21:50 PM (17 years ago)
Author:
mhawksey
Message:
 
Location:
everpress
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • everpress/trunk/everpress.php

    r111105 r120654  
    77Author: Martin Hawksey
    88Author URI: http://www.rsc-ne-scotland.org.uk/mashe
    9 Version: 0.8.1
     9Version: 0.8.2
    1010*/
    1111
     
    233233       
    234234                        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);
    240235                    }
    241236                }
     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);
    242242            }
    243243        }
  • everpress/trunk/readme.txt

    r111105 r120654  
    44Requires at least: 2.5
    55Tested up to: 2.7.1
    6 Stable tag: 0.8.1
     6Stable tag: 0.8.2
    77
    88EverPress allows Evernote users to automatic post their shared notebooks to WordPress.
     
    23231. In the 'Settings' for 'EverPress' enter your Evernote public notebook url and other settings.
    2424
     25For 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
    2527== Frequently Asked Questions ==
    2628
     
    3133== Changelog ==
    3234
    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
    3438
    3539
Note: See TracChangeset for help on using the changeset viewer.