Skip to content

Commit 69d3ffd

Browse files
author
meitar
committed
Prepare for 0.12.6 release.
git-svn-id: http://svn.wp-plugins.org/inline-google-spreadsheet-viewer/trunk@1748858 b8457f37-d9ea-0310-8a92-e5e31aec5664
1 parent 65e6aec commit 69d3ffd

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

inline-gdocs-viewer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* * Plugin Name: Inline Google Spreadsheet Viewer
88
* * Plugin URI: https://wordpress.org/plugins/inline-google-spreadsheet-viewer/
99
* * Description: Retrieves data from a public Google Spreadsheet or CSV file and displays it as an HTML table or interactive chart. <strong>Like this plugin? Please <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=TJLPJYXHSRBEE&amp;lc=US&amp;item_name=Inline%20Google%20Spreadsheet%20Viewer&amp;item_number=Inline%20Google%20Spreadsheet%20Viewer&amp;currency_code=USD&amp;bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted" title="Send a donation to the developer of Inline Google Spreadsheet Viewer">donate</a>. &hearts; Thank you!</strong>
10-
* * Version: 0.12.5
10+
* * Version: 0.12.6
1111
* * Author: Meitar Moscovitz <meitarm+wordpress@gmail.com>
1212
* * Author URI: https://maymay.net/
1313
* * Text Domain: inline-gdocs-viewer

readme.txt

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Contributors: meitar
33
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TJLPJYXHSRBEE&lc=US&item_name=Inline%20Google%20Spreadsheet%20Viewer&item_number=Inline%20Google%20Spreadsheet%20Viewer&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted
44
Tags: Google Docs, Google, Spreadsheet, Google Apps Script, Web Apps, shortcode, Chart, data, visualization, infographics, embed, live preview, infoviz, tables, datatables, csv
55
Requires at least: 4.0
6-
Tested up to: 4.8
7-
Stable tag: 0.12.5
6+
Tested up to: 4.8.2
7+
Stable tag: 0.12.6
88
License: GPL-3.0
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -284,6 +284,11 @@ See the [Other Notes](https://wordpress.org/plugins/inline-google-spreadsheet-vi
284284

285285
== Change log ==
286286

287+
= 0.12.6 =
288+
289+
* Update DataTables libraries to current release versions.
290+
* Minor code cleanup. (Fixes broken links in readme, code style, etc.)
291+
287292
= 0.12.5 =
288293

289294
* [Bugfix](https://wordpress.org/support/topic/chart_legend_position-not-working/): Remove `chart_legend_position` attribute and update the documentation. This should be `chart_legend` with a JSON object attribute value.
@@ -394,9 +399,9 @@ Version history has been truncated due to [WordPress.org plugin repository `read
394399

395400
== Upgrade Notice ==
396401

397-
= 0.12.4 =
402+
= 0.12.6 =
398403

399-
This release fixes bugs with MySQL data sources and improves accessibility for Google Charts.
404+
This is a maintenance release. Update if you want to use the latest versions of DataTables.
400405

401406
== Other notes ==
402407

0 commit comments

Comments
 (0)