Plugin Directory

Changeset 2841102


Ignore:
Timestamp:
12/29/2022 03:44:36 PM (3 years ago)
Author:
codingpanda
Message:

Release 1.5.9

Location:
panda-pods-repeater-field
Files:
4 edited
6 copied

Legend:

Unmodified
Added
Removed
  • panda-pods-repeater-field/trunk/README.txt

    r2841087 r2841102  
    55Requires at least: 3.8
    66Tested up to: 6.1.1
    7 Stable tag: 1.5.8
     7Stable tag: 1.5.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    406406* remove: Removed the frontend access.
    407407
     408= 1.5.9 - 29th December 2022 =
     409* update: Re-organised the positions of some code.
     410
    408411== Upgrade Notice ==
    409412
     
    613616= 1.5.8 =
    614617* remove: Removed the frontend access.
     618
     619= 1.5.9 =
     620* update: Re-organised the positions of some code.
  • panda-pods-repeater-field/trunk/fields/css/pprf.min.css

    r2841087 r2841102  
     1#adminmenuback,#adminmenuwrap,#screen-meta-links,#wpadminbar,#wpfooter,.error,.notice,.update-nag,.updated{display:none!important}html.wp-toolbar{padding-top:0}#wpcontent{padding:0}.auto-fold #wpcontent{padding-left:0}#wpcontent,#wpfooter{margin-left:0!important}#wpbody{padding:20px}#message,.pods-form{clear:both}.pods-file{display:block!important}.pods-form-fields .pods-field{float:left}.pods-form-front .pods-field-input input,.pods-form-front .pods-field-input textarea{padding:5px 10px;border-radius:5px}.pods-field-input .pods-slider-field{max-width:calc(100% - 16px);margin:0 8px}.pods-form-front .pods-field-label{width:100%!important}.pods-form-front .pods-field-input{width:100%!important}.pods-file-col.pods-file-name{padding-top:0!important}body{background:#fff}body #wpwrap{display:block!important}.pods-field-label{font-size:14px;font-weight:bolder}.click-to-expand{background-repeat:repeat-y;height:100%;left:0;position:absolute;top:0;width:15px;cursor:pointer}.click-to-expand:hover{background-image:url(../images/down-flying-arrow.gif)}.click-to-expand-arrow{background:url(../images/arrow-down.png) no-repeat 0 2px;height:30px;left:0;position:absolute;top:0;width:15px;cursor:pointer}.click-to-close{background-repeat:repeat-y;height:100%;right:0;position:absolute;top:0;width:15px;cursor:pointer}.click-to-close:hover{background-image:url(../images/up-flying-arrow.gif)}.click-to-close-arrow{background-color:#e3eef4;height:20px;right:0;position:absolute;top:0;width:100%;cursor:pointer;text-align:center;padding:3px 0;color:#0073aa;font-size:11px}.bottom{top:auto;bottom:0}.pods-form-front .pods-field .pods-field-input input,.pods-form-front .pods-field .pods-field-input select,.pods-form-front .pods-field .pods-field-input textarea,.pods-form-front .pods-field .pods-file-add,.pods-form-front .pods-field .pods-form-ui-field-type-file,.pods-form-front .pods-field .pods-form-ui-field-type-wysiwyg,.pods-form-ui-row-type-pick .pods-form-ui-field select{width:calc(100% - 2px)}.pods-form-front .pods-field .pods-file-add{margin:0 1px}.pods-form-front .pods-field .pods-validate-error-message{position:absolute}.panda-repeater-field-delete-bn{padding:5px 15px;background:#e35959;color:#fff;border-radius:5px;font-weight:700;box-shadow:2px 2px 2px 2px #ccc;cursor:pointer}.pods-submit{clear:both}.pods-submit-button{padding:5px 15px;background:#f1f1f1;color:#666;border-radius:5px;font-weight:600;cursor:pointer}.toplevel_page_panda-pods-repeater-field .compat-item{display:none}#pprf-form .pods-form-front .pods-field-input{font-size:14px}#pprf-form .pods-form-front .pods-field-input input,#pprf-form .pods-form-front .pods-field-input select,#pprf-form .pods-form-front .pods-field-input textarea{font-size:14px}#pprf-form .pods-form-front .pprf-left-col{font-size:14px}#pprf-form input[type=submit]{padding-left:5px;padding-right:5px;border:1px solid #e8e8e8;border-radius:5px;cursor:pointer;background:#f0f5ff;font-size:14px;font-weight:400;color:#000}#pprf-form input[type=submit]:hover{background:#f1f1f1}#pprf-form .pods-form-ui-row-name-id{display:none}.pprf-btn{padding:1px 5px 4px 5px}#pprf-form select.pprf-in-iframe-sel{height:24px;margin-right:10px;margin-bottom:5px;padding:0 5px;font-size:14px;min-width:50px;max-height:24px}#pprf-form{padding:10px}#pprf-form .pods-boolean input{top:3px}@media (min-width:992px){.pods-form-fields .pods-field:nth-child(4n+1){clear:left}}@media (max-width:991px) and (min-width:769px){.pods-form-fields .pods-field:nth-child(3n+1){clear:left}}@media (max-width:768px) and (min-width:670px){.pods-form-fields .pods-field{width:100%}.pods-form-fields .pods-field:nth-child(2n+1){clear:left}}@media (max-width:689px) and (min-width:491px){.pods-form-fields .pods-field{width:100%}}@media (max-width:490px){.pods-form-fields .pods-field{width:100%}}
     2/*# sourceMappingURL=pprf.min.css.map */
  • panda-pods-repeater-field/trunk/fields/pandarepeaterfield.php

    r2841087 r2841102  
    8989}
    9090
    91 
    92 $is_allowed = apply_filters( 'pprf_load_panda_repeater_allow', $is_allowed, $_GET );
     91$get_data = array();
     92if ( isset( $_GET ) ) {
     93    $get_data = wp_unslash( $_GET );
     94    $get_data = array_map( 'sanitize_text_field', $get_data );
     95}
     96
     97$is_allowed = apply_filters( 'pprf_load_panda_repeater_allow', $is_allowed, $get_data );
    9398if ( false === $is_allowed ) {
    9499    die( 'You do not have permission to load this item.' );
     
    185190<?php
    186191echo '<div id="pprf-form" class="pprf-wid-' . esc_attr( $wid_str ) . '">';
    187 $get_data = array();
    188 if ( isset( $_GET ) ) {
    189     $get_data = wp_unslash( $_GET );
    190     $get_data = array_map( 'sanitize_text_field', $get_data );
    191 }
     192
    192193do_action( 'pandarf_item_top', $get_data );
    193194
  • panda-pods-repeater-field/trunk/panda-pods-repeater-field.php

    r2841087 r2841102  
    1111 * Plugin URI: https://wordpress.org/plugins/panda-pods-repeater-field/
    1212 * Description: Panda Pods Repeater Field is a plugin for Pods Framework. The beauty of it is that it is not just a repeater field. It is a quick way to set up a relational database and present the data on the same page. It takes the advantage of Pods table storage, so you don’t need to worry that the posts and postmeta data table may expand dramatically and slow down the page loading. This plugin is compatible with Pods Framework 2.6.1 or later. To download Pods Framework, please visit http://pods.io/. After each update, please clear the cache to make sure the CSS and JS are updated. Usually, Ctrl + F5 will do the trick.
    13  * Version: 1.5.8
     13 * Version: 1.5.9
    1414 * Author: Dongjie Xu
    1515 * Author URI: http://www.multimediapanda.co.uk/
     
    3636define( 'PANDA_PODS_REPEATER_URL', plugin_dir_url( __FILE__ ) );
    3737define( 'PANDA_PODS_REPEATER_DIR', plugin_dir_path( __FILE__ ) );
    38 define( 'PANDA_PODS_REPEATER_VERSION', '1.5.8' );
     38define( 'PANDA_PODS_REPEATER_VERSION', '1.5.9' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.