Skip to content

Commit

Permalink
Prepare version 0.12.7 release, update readme.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.wp-plugins.org/inline-google-spreadsheet-viewer/trunk@1816799 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
meitar committed Feb 6, 2018
1 parent 456673c commit 4600aa7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 84 deletions.
2 changes: 1 addition & 1 deletion inline-gdocs-viewer.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* * Plugin Name: Inline Google Spreadsheet Viewer
* * Plugin URI: https://wordpress.org/plugins/inline-google-spreadsheet-viewer/
* * 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>
* * Version: 0.12.6
* * Version: 0.12.7
* * Author: Meitar Moscovitz <meitarm+wordpress@gmail.com>
* * Author URI: https://maymay.net/
* * Text Domain: inline-gdocs-viewer
Expand Down
92 changes: 9 additions & 83 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: meitar
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
Tags: Google Docs, Google, Spreadsheet, Google Apps Script, Web Apps, shortcode, Chart, data, visualization, infographics, embed, live preview, infoviz, tables, datatables, csv
Requires at least: 4.0
Tested up to: 4.8.2
Stable tag: 0.12.6
Tested up to: 4.9.4
Stable tag: 0.12.7
License: GPL-3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Change log ==

= 0.12.7 =

* [Feature](https://github.com/meitar/inline-gdocs-viewer/pull/23): Add HTML IDs to table rows. Thanks, @ThaiWood. :)
* [Bugfix](https://wordpress.org/support/topic/not-compatible-with-php-7-0-7/): Compatibility with PHP 7.0 and later.

= 0.12.6 =

* Update DataTables libraries to current release versions.
Expand Down Expand Up @@ -318,90 +323,11 @@ See the [Other Notes](https://wordpress.org/plugins/inline-google-spreadsheet-vi
* Automatically force new-style URLs for `key` attribute values that are still using deprecated old-style document IDs.
* [Bugfix](https://wordpress.org/support/topic/fatal-error-cannot-redeclare-class-numberformatter-in/): Fix collision with class names in some cases. This change requires the use of PHP 5.3 or later.

= 0.11.4 =

* Bugfix: Chart attribute values that require JSON arrays are correctly decoded.

= 0.11.3 =

* New shortcode attribute `footer_rows` provides a way to define rows to place in `<tfoot>` element.
* [Bugfix](https://wordpress.org/support/topic/how-to-define-a-footer/): `FixedHeader-footer` correctly freezes the table footer while scrolling vertically.

= 0.11.2 =

* Support for [Google's Annotation chart](https://developers.google.com/chart/interactive/docs/gallery/annotationchart).

= 0.11.1 =

* Support for [Google's Annotated Time Line charts](https://developers.google.com/chart/interactive/docs/gallery/annotatedtimeline).

= 0.11.0 =

* Support for [Google's Timeline charts](https://developers.google.com/chart/interactive/docs/gallery/timeline).

= 0.10.2 =

* [Bugfix](https://wordpress.org/support/topic/not-able-to-display-csv?replies=3#post-8705160): CSV files with spaces in their URL path now load correctly.
* Bugfix: You can now place two or more shortcodes with CSV file `key`s in the same post or page without errors.
* Bugfix: Google Apps Script shortcodes now correctly redirect to their final `/exec` endpoint.
* Enhancement: Google Docs Viewer now uses Google's newest `viewerng` URL.
* DataTables library and extensions have been updated to their current versions.

= 0.10.1 =

* [Improvement](https://wordpress.org/support/topic/summary-and-title-attributes?replies=1): Conform more closely to HTML5 standard by default.
* [Bugfix](https://wordpress.org/support/topic/summary-and-title-attributes?replies=1): Correctly report minimum required version.

= 0.10.0 =

This is a security and maintence release. All users are encouraged to update immediately.

* Security: Harden the output of MySQL-sourced table IDs with [WordPress salt](https://developer.wordpress.org/reference/functions/wp_salt/). If you were using a MySQL datasource for a table and had custom code that referenced the table's HTML `id` attribute, you will need to update your code to refer to the new `id` value.
* Usability: Admin options that expect code use monospace font.

= 0.9.17 =

* Developer:
* Add `gdoc_enqueued_front_end_scripts` and `gdoc_enqueued_front_end_styles` filters to allow performance tuning by removing unused scripts and stylesheets.
* Update DataTables libraries.

= 0.9.16 =

* [Feature](https://wordpress.org/support/topic/no-datatables-setting-first-column-and-first-row-as-headings): Add support for customizable column headers using new `header_cols` attribute.

= 0.9.15 =

* [Feature](https://wordpress.org/support/topic/vaxes): Add support for Google Charts' `vAxes` configuration option (use the `chart_v_axes` attribute in your shortcode).

= 0.9.14 =

* [Usability](https://wordpress.org/support/topic/pages-126): Show built-in help tabs on all post types, not just the Post type.

= 0.9.13 =

* Bugfix: Fix bug wherein a lack of a `buttons` member in the DataTables defaults object caused a JavaScript error.

= 0.9.12 =

* Usability: The plugin's settings screen now reports which user roles are SQL-capable.
* Developer:
* Update DataTables library to version 1.10.9.
* DataTables extensions have been updated to their current versions.
* The `Buttons` extension supercedes the `TableTools` and `ColVis` extensions; the latter two have been removed.
* **You may need to visit the plugin's settings screen and rewrite your DataTables defaults object value for the new extension to work.** If you are not sure what defaults you want, simply leave that field blank and press `Save Changes`.
* Only modern (HTML5 capable) Web browsers are able to use the buttons, as they no longer use Flash. While a [Flash-based fallback is available](https://datatables.net/extensions/buttons/examples/flash/index.html) to support legacy (IE9 and earlier) browsers, it no longer ships with this plugin.

= 0.9.11 =

* Feature: `Gauge` charts are now fully supported.

Version history has been truncated due to [WordPress.org plugin repository `readme.txt` file length limitations](https://wordpress.org/support/topic/wordpress-plugin-repository-readmetxt-length-limit?replies=1). For [historical change log information](https://plugins.trac.wordpress.org/browser/inline-google-spreadsheet-viewer/tags/0.9.9.1/readme.txt#L272), please refer to the plugin source code repository.

== Upgrade Notice ==

= 0.12.6 =
= 0.12.7 =

This is a maintenance release. Update if you want to use the latest versions of DataTables.
This release adds PHP 7.0 compatibility, and adds HTML IDs to table rows. Thanks, @ThaiWood. :)

== Other notes ==

Expand Down

0 comments on commit 4600aa7

Please sign in to comment.