Plugin Directory

Changeset 3462243


Ignore:
Timestamp:
02/16/2026 07:12:00 AM (6 weeks ago)
Author:
sajib1223
Message:

Update to version 2.5.5 from GitHub

Location:
w4-post-list
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • w4-post-list/tags/2.5.5/admin/class-admin-main.php

    r2883184 r3462243  
    4848
    4949        $input_attr = sprintf(
    50             '<input value="[postlist id=%d]" type="text" size="20" onfocus="this.select();" onclick="this.select();" readonly="readonly />"',
     50            '<input value="[postlist id=%d]" type="text" size="20" onfocus="this.select();" onclick="this.select();" readonly="readonly" />',
    5151            $post_ID
    5252        );
  • w4-post-list/tags/2.5.5/includes/class-w4-post-list.php

    r3426531 r3462243  
    3030     * @var string
    3131     */
    32     public $version = '2.5.4';
     32    public $version = '2.5.5';
    3333
    3434    /**
  • w4-post-list/tags/2.5.5/languages/w4-post-list.pot

    r3426531 r3462243  
    1 # Copyright 2010-2025 W4 Post List.
     1# Copyright 2010-2026 W4 Post List.
    22msgid ""
    33msgstr ""
    44"Project-Id-Version: W4 Post List\n"
    55"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/w4-post-list/\n"
    6 "POT-Creation-Date: 2025-12-23 22:57:51+00:00\n"
     6"POT-Creation-Date: 2026-02-16 07:11:34+00:00\n"
    77"MIME-Version: 1.0\n"
    88"Content-Type: text/plain; charset=utf-8\n"
    99"Content-Transfer-Encoding: 8bit\n"
    10 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
     10"PO-Revision-Date: 2026-MO-DA HO:MI+ZONE\n"
    1111"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1212"Language-Team: W4 Post List <sajib1223@gmail.com>\n"
  • w4-post-list/tags/2.5.5/readme.txt

    r3426531 r3462243  
    33Tags: post, post list, custom post type, shortcode, media
    44Requires at least: 5.8
    5 Tested up to: 6.9
     5Tested up to: 6.9.1
    66Requires PHP: 7.4
    7 Stable tag: 2.5.4
     7Stable tag: 2.5.5
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    113113
    114114== Changelog ==
     115= 2.5.5 =
     116* Tested up to WordPress 6.9.1.
    115117= 2.5.4 =
    116118* Fix: Sanitized media image width and height attributes - https://github.com/w4devInc/w4-post-list/issues/64.
     
    124126
    125127== Upgrade Notice ==
     128= 2.5.5 =
     129* Tested up to WordPress 6.9.1.
    126130= 2.5.4 =
    127131* Fix: Sanitized media image width and height attributes - https://github.com/w4devInc/w4-post-list/issues/64.
  • w4-post-list/tags/2.5.5/w4-post-list.php

    r3426531 r3462243  
    44 * Plugin URI: https://w4dev.com/plugins/w4-post-list
    55 * Description: This plugin lets you create a list of - Posts, Terms, Users, Terms + Posts and Users + Posts. Outputs are completely customizable using Shortcode, HTML & CSS. Read documentation plugin usage.
    6  * Version: 2.5.4
     6 * Version: 2.5.5
    77 * Requires at least: 5.8
    8  * Requires PHP: 5.7
     8 * Requires PHP: 7.4
    99 * Author: Shazzad Hossain Khan
    1010 * Author URI: https://shazzad.me
  • w4-post-list/trunk/admin/class-admin-main.php

    r2883184 r3462243  
    4848
    4949        $input_attr = sprintf(
    50             '<input value="[postlist id=%d]" type="text" size="20" onfocus="this.select();" onclick="this.select();" readonly="readonly />"',
     50            '<input value="[postlist id=%d]" type="text" size="20" onfocus="this.select();" onclick="this.select();" readonly="readonly" />',
    5151            $post_ID
    5252        );
  • w4-post-list/trunk/includes/class-w4-post-list.php

    r3426531 r3462243  
    3030     * @var string
    3131     */
    32     public $version = '2.5.4';
     32    public $version = '2.5.5';
    3333
    3434    /**
  • w4-post-list/trunk/languages/w4-post-list.pot

    r3426531 r3462243  
    1 # Copyright 2010-2025 W4 Post List.
     1# Copyright 2010-2026 W4 Post List.
    22msgid ""
    33msgstr ""
    44"Project-Id-Version: W4 Post List\n"
    55"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/w4-post-list/\n"
    6 "POT-Creation-Date: 2025-12-23 22:57:51+00:00\n"
     6"POT-Creation-Date: 2026-02-16 07:11:34+00:00\n"
    77"MIME-Version: 1.0\n"
    88"Content-Type: text/plain; charset=utf-8\n"
    99"Content-Transfer-Encoding: 8bit\n"
    10 "PO-Revision-Date: 2025-MO-DA HO:MI+ZONE\n"
     10"PO-Revision-Date: 2026-MO-DA HO:MI+ZONE\n"
    1111"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1212"Language-Team: W4 Post List <sajib1223@gmail.com>\n"
  • w4-post-list/trunk/readme.txt

    r3426531 r3462243  
    33Tags: post, post list, custom post type, shortcode, media
    44Requires at least: 5.8
    5 Tested up to: 6.9
     5Tested up to: 6.9.1
    66Requires PHP: 7.4
    7 Stable tag: 2.5.4
     7Stable tag: 2.5.5
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    113113
    114114== Changelog ==
     115= 2.5.5 =
     116* Tested up to WordPress 6.9.1.
    115117= 2.5.4 =
    116118* Fix: Sanitized media image width and height attributes - https://github.com/w4devInc/w4-post-list/issues/64.
     
    124126
    125127== Upgrade Notice ==
     128= 2.5.5 =
     129* Tested up to WordPress 6.9.1.
    126130= 2.5.4 =
    127131* Fix: Sanitized media image width and height attributes - https://github.com/w4devInc/w4-post-list/issues/64.
  • w4-post-list/trunk/w4-post-list.php

    r3426531 r3462243  
    44 * Plugin URI: https://w4dev.com/plugins/w4-post-list
    55 * Description: This plugin lets you create a list of - Posts, Terms, Users, Terms + Posts and Users + Posts. Outputs are completely customizable using Shortcode, HTML & CSS. Read documentation plugin usage.
    6  * Version: 2.5.4
     6 * Version: 2.5.5
    77 * Requires at least: 5.8
    8  * Requires PHP: 5.7
     8 * Requires PHP: 7.4
    99 * Author: Shazzad Hossain Khan
    1010 * Author URI: https://shazzad.me
Note: See TracChangeset for help on using the changeset viewer.