Plugin Directory

Changeset 3421181


Ignore:
Timestamp:
12/16/2025 03:10:03 PM (3 months ago)
Author:
zealopensource
Message:

Change – Improved compatibility with WordPress VIP platform by refactoring code to adhere to VIP coding standards.

Location:
repeater-entries-widget
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • repeater-entries-widget/tags/1.6/readme.txt

    r3421180 r3421181  
    55Donate link: http://www.zealousweb.com/payment/
    66Requires at least: 3.0.1
    7 Tested up to: 6.6
     7Tested up to: 6.9
    88Requires PHP: 5.6
    9 Stable tag: 1.5
     9Stable tag: 1.6
    1010License: GPLv3 or later License
    1111Version: 1.5
     
    2020= Repeater Entries Widget Features =
    2121
    22 *   Supports repeated entries with optional fields like caption, description, image, etc.
    23 *   External or internal links on caption, image.
    24 *   Target window can be choosed to open links.
    25 *   Read more button with full and short description.
    26 *   Full description supports toggling of content for each entry.
    27 *   Manages alignment of content in left, right or center.
    28 *   Allows image resizing with full image, thumbnail, medium, large or custom options.
    29 *   Multiple widgets can be added to any widget area.
    30 *   Allows to add or remove entries from widget.
    31 *   Easily manageable entries which are nicely arranged in accordion view.
    32 *       Compatibility of WordPress VIP.
     22* Supports repeated entries with optional fields like caption, description, image, etc.
     23* External or internal links on caption, image.
     24* Target window can be choosed to open links.
     25* Read more button with full and short description.
     26* Full description supports toggling of content for each entry.
     27* Manages alignment of content in left, right or center.
     28* Allows image resizing with full image, thumbnail, medium, large or custom options.
     29* Multiple widgets can be added to any widget area.
     30* Allows to add or remove entries from widget.
     31* Easily manageable entries which are nicely arranged in accordion view.
     32* Compatibility of WordPress VIP.
    3333== Plugin Requirement ==
    3434
     
    7171== Changelog ==
    7272
     73= 1.6 - 16/12/2025 =
     74* Tested with the latest version of WordPress (6.9).
     75
    7376= 1.5 - 19/06/2024 =
    7477* Change - Improved compatibility with WordPress VIP platform by refactoring code to adhere to VIP coding standards.
  • repeater-entries-widget/tags/1.6/repeater-entries-widget.php

    r3421180 r3421181  
    44 * Plugin URL: https://wordpress.org/plugins/repeater-entries-widget/
    55 * Description:  Let users to enter as many entries as they want in widget with repeater fields like title, description, image, etc.
    6  * Version: 1.5
     6 * Version: 1.6
    77 * Author: ZealousWeb
    88 * Author URI: http://zealousweb.com
     
    2020 *
    2121 * @access public
    22  * @since  1.3
     22 * @since  1.6
    2323 * @return $content
    2424 */
     
    2929
    3030if (!defined('ZWREW_VERSION') ) {
    31     define('ZWREW_VERSION', '1.5'); // Version of plugin
     31    define('ZWREW_VERSION', '1.6'); // Version of plugin
    3232}
    3333
  • repeater-entries-widget/trunk/readme.txt

    r3421178 r3421181  
    55Donate link: http://www.zealousweb.com/payment/
    66Requires at least: 3.0.1
    7 Tested up to: 6.6
     7Tested up to: 6.9
    88Requires PHP: 5.6
    99Stable tag: 1.6
Note: See TracChangeset for help on using the changeset viewer.