Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
anubisthejackle committed Apr 25, 2015
1 parent 69b5939 commit e537de3
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

**Tags:** docs,google,google docs,syndication

**Requires at least:** 3.0
**Requires at least:** 3.7

**Tested up to:** 4.1.1

**Stable tag:** 1.0-beta
**Stable tag:** 1.1


Easily move posts from Google Docs to WordPress
Expand Down Expand Up @@ -48,6 +48,9 @@ First create the folder that you want to store unpublished docs in. This is your

## Changelog ##

### 1.1 ###
Version bump. Removes anonymous functions, so it can be used as far back as PHP 5.2

### 1.0-beta ###
Update to remove deprecated Google API and use Drive API v2
Updates to code to clean it up, remove extraneous loops.
Expand Down
2 changes: 1 addition & 1 deletion docs-to-wp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Author: William P. Davis, Travis Weston, Bangor Daily News
Author URI: http://dev.bangordailynews.com/
Plugin URI: https://github.com/bangordailynews/Docs-to-WordPress
Version: 1.0-beta
Version: 1.1
License: GPL v2 - http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

Expand Down
2 changes: 1 addition & 1 deletion extend-clean.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Docs to WordPress extender - clean content, strip comments
Author: William P. Davis, Bangor Daily News
Author URI: http://wpdavis.com/
Version: 0.4-beta
Version: 1.1
*/
$dtwp_comments = array();

Expand Down
2 changes: 1 addition & 1 deletion extend-cron.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Docs to WordPress extender - Run on Cron (every minute)
Author: William P. Davis, Bangor Daily News
Author URI: http://wpdavis.com/
Version: 0.4-beta
Version: 1.1
*/

//First, allow the cron to run every minute
Expand Down
4 changes: 2 additions & 2 deletions extend-headline.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Docs to WordPress extender - Headline delimiter
Author: William P. Davis, Bangor Daily News
Author URI: http://wpdavis.com/
Version: 0.4-beta
Version: 1.1
*/

add_filter( 'pre_docs_to_wp_insert', 'bdn_split_post' );
Expand Down Expand Up @@ -32,4 +32,4 @@ function bdn_split_post( $post_array = array() ) {

return $post_array;

}
}
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: wpdavis, anubisthejackle
Donate link: http://wpdavis.com/
Tags: docs,google,google docs,syndication
Requires at least: 3.0
Requires at least: 3.7
Tested up to: 4.1.1
Stable tag: 1.0-beta
Stable tag: 1.1

Easily move posts from Google Docs to WordPress

Expand Down Expand Up @@ -40,6 +40,9 @@ First create the folder that you want to store unpublished docs in. This is your

== Changelog ==

= 1.1 =
Version bump. Removes anonymous functions, so it can be used as far back as PHP 5.2

= 1.0-beta =
Update to remove deprecated Google API and use Drive API v2
Updates to code to clean it up, remove extraneous loops.
Expand Down

0 comments on commit e537de3

Please sign in to comment.