Plugin / Panda Pods Repeater Field
Dongjie XuChangelog
Changelog
1.0.1 – 23rd Sept 2016
- Added: Added a filter to display item title
1.0.2 – 30rd Sept 2016
- Added: Enable pandarf_items_fn to search id and name fileds
- Added: Tell users to refresh pages after reordering
1.0.3 – 05th Oct 2016
- Added: allow custom where query in pandarf_items_fn
1.0.4 – 06th Oct 2016
- debug: update pandarf_parent_post_id to number only, it was string before
1.0.5 – 14th Oct 2016
- debug: fixed the ordering for newly added items
1.0.6 – 21st Oct 2016
- debug: fixed the problem on user profile page
1.0.7 – 28st Oct 2016
- debug: fixed the problem when using it within Advance Custom Type
1.0.8 – 2nd Nov 2016
- debug: fixed the problem when order by pandarf_order at the frontend, cast string as number
1.0.9 – 2nd Nov 2016
- debug: changed time from h:i:s to H:i:s
1.1.0 – 1st Dec 2016
- add: add param – add_tb_prefix to API pandarf_items_fn() and pandarf_insert_fn so they can be used for all tables
- add: add action pods_post_delete_fn() to pods_api_post_delete_pod_item
- add: add action pprf_action_pods_post_delete_fn() to pods_post_delete_fn
- add: add filter pprf_filter_pods_post_delete_fn() to pods_api_post_delete_pod_item
- add: add action pprf_action_pods_post_save_fn() to pods_post_save_fn
- add: add filter pprf_filter_pods_post_save_fn() to pods_api_post_delete_pod_item
- add: auto-expanding when add and edit an item
- add: improved interface
1.1.1 – 4th Mar 2017
- debug: fixed the problem: after deleting an item, the label still stayed
- add: improved interface
1.1.2 – 22nd April 2017
- add: new close and expand bars on the top and bottom
- change: moved the delete button from the iframe to the parent window
- change: simplified re-order
1.1.3 – 13nd May 2017
- add: a Save button on the bar
- debug: fixed the problem when insert pandarf_order at the frontend, cast string as number
- debug: remove add_action( ‘save_post’, array( $tableAsRepeater_cla, ‘update_child_pod_fn’ ), 10, 3 ), not needed any more
1.1.4 – 29th June 2017
- add: API to check if a field is a Panda Pods Repeater Field is_pandarf_fn( $fieldName_str )
- add: API to fetch repeater data for a data row from a database table pandarf_data_fn( $data_arr, $parentPod_str )
- add: Integrated with pods_field()
1.1.5 – 09th July 2017
- debug: fixed the problem: newly created item fetched data from other parent posts when using pods_field
1.1.6 – 05th August 2017
- add: Now return file and user ids for relation types of ‘user’, ‘post type’, ‘pod’ and ‘media’
- add: Now you can limit the number of entries
1.1.7 – 19th August 2017
- debug: fixed the problem if the number of entries was set to 0, the “Add New” would disappear.
1.1.8 – 15th October 2017
- debug: Now use pods_register_field_type() to register Panda Pods Repeater Field.
- debug: Fixed some styling problems
- debug: Fixed the pods relationship fields ordering problem
- add: Now give alerts if changes not saved
1.1.9 – 22nd October 2017
- debug: Fixed the problem that expanding and contrasting call the pprf_resize_fn() too many times and sometimes the iframe was not ready.
- add: Now items can be moved to trash and restored from trash
1.2.0 – 17nd December 2017
- change: Now saving table post_name instead of ID to solve the problem of migration. It won’t affect the saved data, but you will have to update the field in Pods – pick the right one again in order to migrate properly.
- debug: fixed the problem that when using the same field name in two tables, it didn’t bring back the right data.
1.2.1 – 5th March 2018
- change: Enhanced ajax security
- add: added support for frontend pods form
- fixed: newly added item could only be deleted, not trashed
1.3.0 – 27nd July 2018
- add: added load more functionality
- add: added order options
- add: re-order will update colours
- change: changed some code according to Pods official reviews
1.3.1 – 19th August 2018
- change: changed drag and drop tolerance from “pointer” to “intersect”
- debug: fixed a problem when Enable Load More was set to No, only ten items were loaded
1.3.2 – 23rd September 2018
- debug: fixed the date field not displaying problem
1.3.3 – 29th October 2018
- debug: somehow pods->delete() didn’t work, use $wpdb query for now
1.3.4 – 03rd November 2018
- debug: fixed the problem for pods->delete()
- add: now Admin Table Columns can be used for labels
1.3.5 – 18th November 2018
- debug: fixed the problem when the order field was changed, the pandarf_items_fn function didn’t respond to it
- debug: fixed a typo
1.3.6 – 19th November 2018
- debug: fixed the problem when the order field was empty, it loaded data descendingly
- change: adjusted some icons’ padding and margin
1.3.7 – 9th December 2018
- debug: fixed the problem pods_field() didn’t fetch data in ajax
1.3.8 – 10th March 2019
- add: optimised some code
- add: allow an item to be reassigned to another parent, a field using the same child table.
1.4.0 – 24th March 2019
- change: changed the way a repeater field is rendered out so it can be brought out at frontend for not logged in users.
- change: changed filter names from “pprf_load_panda_repeater_allow” to “pprf_load_panda_repeater_allow_input”, “pprf_load_panda_repeater_allow_msg” to “pprf_load_panda_repeater_allow_input_msg”.
- change: JavaScript ‘live’ to ‘on’.
- add: allow chosen user roles to access the field.
- fix: The field was opened and closed immediately on mobile.
1.4.1 – 20th April 2019
- change: Made JavaScript alerts translatable.
- add: Chinese language support.
- fix: error when a Pods table did not exist.
- fix: error on multisites.
- fix: error when a repeater field is a custom post type, although using a custom post type as a repeater field is not part of the plan.
1.4.2 – 27th May 2019
- add: added a filter pandarf_pods_field_fields.
1.4.3 – 22th June 2019
- add: locked down the font size in the form so it won’t be affected by the theme
- change: changed $pods_obj->id to $pods_obj->id() in pandarf_pods_field_fn() to fix the problem in rest api
1.4.4 – 22ND September 2019
- fix: TypeError: Backbone.Marionette is undefined
- fix: $(…).live is not a function error using jquery
Ratings
Rating breakdown
Details Information
Version
First Released
Total Downloads
Wordpress Version
Tested up to:
Require PHP Version:
Tags
Contributors
This plugin has been closed.
Languages
The plugin hasn't been transalated in any language other than English.
DIRECTORY DISCLAIMER
The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.
The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.
Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.
While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.
wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.