Plugin Directory

Changeset 3484049


Ignore:
Timestamp:
03/16/2026 04:05:43 PM (2 weeks ago)
Author:
techimium
Message:

Deploy version 2.0.4

Location:
repeaterly
Files:
53 added
3 edited

Legend:

Unmodified
Added
Removed
  • repeaterly/trunk/includes/page-manager.php

    r3484018 r3484049  
    6565                plugins_url('/assets/css/overview.css', Repeaterly::plugin_file()),
    6666                array(),
    67                 '1.0.0',
     67                Repeaterly::plugin_version(),
    6868                'all'
    6969            );
    70             wp_enqueue_style(
    71                 'repeaterly-overview-css'
    72             );
     70            wp_enqueue_style('repeaterly-overview-css');
    7371        }
    7472    }
  • repeaterly/trunk/readme.txt

    r3484018 r3484049  
    44Requires at least: 5.9
    55Tested up to: 6.9
    6 Stable tag: 2.0.3
     6Stable tag: 2.0.4
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    5353Say goodbye to Elementor Pro’s paywall! Repeaterly’s new Dynamic Tags let you add dynamic content to any Elementor widget **—free**. Pull data from:
    5454
     55- ACF fields and sub-fields (including Repeater and Relationship fields).
     56
     57- Post title, content, excerpt, permalink, featured image and many more.
     58
    5559[youtube https://www.youtube.com/watch?v=WPwdwvXJ2Vo]
    5660
    57 - ACF fields and sub-fields (including Repeater and Relationship fields).
    58 
    59 - Post title, content, excerpt, permalink, featured image and many more.
    60 
    6161Unlike others, our ACF tags support subfields, giving you unmatched flexibility. No other free plugin does this without Pro **—game-changer**!
    6262
     
    176176👉 [Get Repeaterly Pro](https://repeaterly.com/)
    177177
    178 ## </> Source Code
     178## Source Code
    179179
    180180Here's the source code link of Repeaterly:
     
    261261== Changelog ==
    262262
     263= 2.0.4 =
     264Fix: CSS enqueueing in Page_Manager to use dynamic plugin version
     265
    263266= 2.0.3 =
    264267Added: Dynamic Accordion
  • repeaterly/trunk/repeaterly.php

    r3484018 r3484049  
    55 * Plugin URI: https://repeaterly.com
    66 * Description: Seamlessly integrate dynamic tags with ACF repeater & relationship fields into Elementor, enhancing your design capabilities.
    7  * Version: 2.0.3
     7 * Version: 2.0.4
    88 * Author: Techimium
    99 * Author URI: https://techimium.com
     
    3030        static function plugin_version()
    3131        {
    32             return '2.0.3';
     32            return '2.0.4';
    3333        }
    3434
Note: See TracChangeset for help on using the changeset viewer.