Skip to content

Commit

Permalink
Improved documentation, changelog in wordpress readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbysmith007 committed Aug 17, 2015
1 parent ef384b7 commit 7f7c84c
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,16 @@ page. Please use with care.

## Troubleshooting ##

Feel free to ask support questions / open trouble tickets

* https://wordpress.org/support/plugin/wp-db-table-editor
* https://github.com/AccelerationNet/wp-db-table-editor/issues

### FAQ ###

* I dont see any interface / nothing changed?
* Did you complete the installation process, including appropriate
`add_db_table_editor` calls?
* My delete button is missing / I Can't Edit
* You either dont have `editcap` or `id_column` is misconfigured
* https://github.com/AccelerationNet/wp-db-table-editor/issues/5
Expand Down
44 changes: 44 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,16 @@ page. Please use with care.

== Troubleshooting ==

Feel free to ask support questions / open trouble tickets

* https://wordpress.org/support/plugin/wp-db-table-editor
* https://github.com/AccelerationNet/wp-db-table-editor/issues

=== FAQ ===

* I dont see any interface / nothing changed?
* Did you complete the installation process, including appropriate
`add_db_table_editor` calls?
* My delete button is missing / I Can't Edit
* You either dont have `editcap` or `id_column` is misconfigured
* https://github.com/AccelerationNet/wp-db-table-editor/issues/5
Expand All @@ -216,6 +226,40 @@ but we want to present this in a more excel fasion of each field being
a column of our spreadsheet and each row being a different submission


== ChangeLog ==

For detailed information, please view:

https://github.com/AccelerationNet/wp-db-table-editor/commits

Version: 1.4.1 - 2015-06-19
* added some missing files for translation

Version: 1.4 - 2015-06-18
* nikomuse provided i18n support

Version: 1.3.2 - 2015-03-30
* introduce action `db_table_editor_init`, for other plugins
to use

Version: 1.3.1 - 2015-03-30
* Introduce PhpSqlParser and use it instead of my
half-implemented index scanning, for inserting the where clause

Version: 1.3 - 2015-02-18 10:30
* !! API CHANGE `update_cb`, `delete_cb`, and `dbte_row_updated`
all accept ID arguments -- TODO: perhaps these should accept
keyword arg arrays, to make it handle upgrades more gracefully?

Version: 1.2.8 - 2015-02-04 10:30
* better docs
* better examples
* dbte_row_inserted, dbte_row_updated, dbte_row_deleted actions





== Contributers and Thanks ==
* bobbysmith007 / Acceleration.net - Primary developer of plugin
* nikomuse - i18n support
3 changes: 3 additions & 0 deletions ReleaseNotes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version: 1.4.1 - 2015-06-19
* added some missing files for translation

Version: 1.4 - 2015-06-18
* nikomuse provided i18n support

Expand Down

0 comments on commit 7f7c84c

Please sign in to comment.