Google Doc Embedder - Version 2.6

Version Description

New version number to avoid previous version number conflicts. This version should work with WP4.4

Download this release

Release Info

Developer danlester
Plugin Icon wp plugin Google Doc Embedder
Version 2.6
Comparing to
See all releases

Code changes from version 2.5.20 to 2.6

Files changed (2) hide show
  1. gviewer.php +2 -2
  2. readme.txt +4 -1
gviewer.php CHANGED
@@ -8,7 +8,7 @@ Author: Kevin Davis, Dan Lester
8
  Author URI: https://wordpress.org/plugins/google-document-embedder/
9
  Text Domain: google-document-embedder
10
  Domain Path: /languages/
11
- Version: 2.5.20
12
  License: GPLv2
13
  */
14
 
@@ -38,7 +38,7 @@ License: GPLv2
38
  */
39
 
40
  // boring init junk
41
- $gde_ver = "2.5.20";
42
  $gde_db_ver = "1.2"; // update also in gde_activate()
43
 
44
  require_once( plugin_dir_path( __FILE__ ) . 'functions.php' );
8
  Author URI: https://wordpress.org/plugins/google-document-embedder/
9
  Text Domain: google-document-embedder
10
  Domain Path: /languages/
11
+ Version: 2.6
12
  License: GPLv2
13
  */
14
 
38
  */
39
 
40
  // boring init junk
41
+ $gde_ver = "2.6";
42
  $gde_db_ver = "1.2"; // update also in gde_activate()
43
 
44
  require_once( plugin_dir_path( __FILE__ ) . 'functions.php' );
readme.txt CHANGED
@@ -143,7 +143,10 @@ specific features at this time, but it will function normally in this environmen
143
 
144
  == Changelog ==
145
 
146
- (E) Enhanced Viewer
 
 
 
147
 
148
  = 2.5.22 =
149
 
143
 
144
  == Changelog ==
145
 
146
+ = 2.6 =
147
+
148
+ New version number to avoid previous version number conflicts.
149
+ This version should work with WP4.4
150
 
151
  = 2.5.22 =
152