Plugin Directory

Changeset 2932340


Ignore:
Timestamp:
06/29/2023 02:48:57 PM (3 years ago)
Author:
patopaiar
Message:

Ensured compatibility with 6.2.2 WordPress Core

Location:
acf-recent-posts-widget/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • acf-recent-posts-widget/trunk/acf-widget.php

    r2681041 r2932340  
    11<?php
    2 /**
    3   Plugin Name: ACF Recent Posts Widget
    4   Plugin URI: http://wp-doin.com/portfolio/acfrpw/
    5   Text Domain: acf-recent-posts-widget
    6   Domain Path: /lang
    7   Description: Allow ACF and meta fields in the recent posts widget, giving control on the way recent posts are displayed.
    8   Author: Rafał Gicgier @wp-doin
    9   Version: 5.9
    10   Author URI: http://wp-doin.com
    11   License: GPLv2 or later
    12   Copyright: Rafał Gicgier
     2/*
     3 * Plugin Name: ACF Recent Posts Widget
     4 * Plugin URI: http://wp-doin.com/portfolio/acfrpw/
     5 * Description: Allow ACF and meta fields in the recent posts widget, giving control on the way recent posts are displayed.
     6 * Author: Rafał Gicgier @wp-doin
     7 * Version: 5.9.2
     8 * Requires at least: 4.6
     9 * Author URI: http://wp-doin.com
     10 * License: GPLv2 or later
     11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     12 * Text Domain: acf-recent-posts-widget
     13 * Domain Path: /lang
    1314 */
    1415DEFINE( 'ACF_RWP_CLASS_PATH', __DIR__ . DIRECTORY_SEPARATOR . 'classes' . DIRECTORY_SEPARATOR );
  • acf-recent-posts-widget/trunk/readme.txt

    r2681041 r2932340  
    44Tags: widget, posts, recent, acf, meta keys, admin
    55Requires at least: 4.6
    6 Tested up to: 5.9
    7 Stable tag: 5.9
     6Tested up to: 6.2.2
     7Stable tag: 5.9.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    195195== Changelog ==
    196196
     197= 5.9.2 =
     198** Ensured compatibility with 6.2.2 WordPress Core
     199
    197200= 5.9 =
    198201** Assure compatibilty with the Block Widget editor
Note: See TracChangeset for help on using the changeset viewer.