Plugin Directory

Changeset 3066356


Ignore:
Timestamp:
04/07/2024 03:24:29 PM (11 months ago)
Author:
keesiemeijer
Message:

Updating WP version to 6.5

Location:
related-posts-by-taxonomy
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • related-posts-by-taxonomy/tags/2.7.5/includes/assets/js/lazy-loading.min.js

    r2995743 r3066356  
    22 * related-posts-by-taxonomy
    33 * v2.7.5
    4  * 2023-11-14
     4 * 2024-04-07
    55 **/
    66!function(o){var t;"undefined"!=typeof rpbt_lazy_loading&&(t="Related Posts by Taxonomy Ajax Error: ",o(document).ready(function(){o(".rpbt-related-posts-lazy-loading").each(function(){var n=o(this),a=o(this).data("rpbt_args")||{},a={action:"rpbt_lazy_loading",nonce:rpbt_lazy_loading.nonce,args:a};o.post(rpbt_lazy_loading.ajaxurl,a).done(function(a){var o=a.hasOwnProperty("success"),e=a.hasOwnProperty("data");o&&e?!0===a.success?a.data.length?n.replaceWith(a.data):n.remove():console.log(t+"failed request "):console.log(t+"missing properties")}).fail(function(a){console.log(t+"failed response")})})}))}(jQuery);
  • related-posts-by-taxonomy/tags/2.7.5/lang/related-posts-by-taxonomy.pot

    r2995743 r3066356  
    1 # Copyright (C) 2023 keesiemijer
     1# Copyright (C) 2024 keesiemijer
    22# This file is distributed under the GPL v2.
    33msgid ""
     
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/related-posts-by-taxonomy\n"
    8 "POT-Creation-Date: 2023-11-14 12:01:23+00:00\n"
     8"POT-Creation-Date: 2024-04-07 13:28:25+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
     12"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <[email protected]>\n"
  • related-posts-by-taxonomy/tags/2.7.5/readme.txt

    r2995751 r3066356  
    33Tags: posts,related,related posts,thumbnails,taxonomy,widget,shortcode,taxonomies,post type,post types,category,categories,tag,tags,post thumbnail,post thumbnails,thumbnails,featured,featured image,image,images
    44Requires at least: 5.9
    5 Tested up to: 6.4
     5Tested up to: 6.5
    66Stable tag: 2.7.5
    77License: GPLv2 or later
  • related-posts-by-taxonomy/trunk/includes/assets/js/lazy-loading.min.js

    r2995743 r3066356  
    22 * related-posts-by-taxonomy
    33 * v2.7.5
    4  * 2023-11-14
     4 * 2024-04-07
    55 **/
    66!function(o){var t;"undefined"!=typeof rpbt_lazy_loading&&(t="Related Posts by Taxonomy Ajax Error: ",o(document).ready(function(){o(".rpbt-related-posts-lazy-loading").each(function(){var n=o(this),a=o(this).data("rpbt_args")||{},a={action:"rpbt_lazy_loading",nonce:rpbt_lazy_loading.nonce,args:a};o.post(rpbt_lazy_loading.ajaxurl,a).done(function(a){var o=a.hasOwnProperty("success"),e=a.hasOwnProperty("data");o&&e?!0===a.success?a.data.length?n.replaceWith(a.data):n.remove():console.log(t+"failed request "):console.log(t+"missing properties")}).fail(function(a){console.log(t+"failed response")})})}))}(jQuery);
  • related-posts-by-taxonomy/trunk/lang/related-posts-by-taxonomy.pot

    r2995743 r3066356  
    1 # Copyright (C) 2023 keesiemijer
     1# Copyright (C) 2024 keesiemijer
    22# This file is distributed under the GPL v2.
    33msgid ""
     
    66"Report-Msgid-Bugs-To: "
    77"https://wordpress.org/support/plugin/related-posts-by-taxonomy\n"
    8 "POT-Creation-Date: 2023-11-14 12:01:23+00:00\n"
     8"POT-Creation-Date: 2024-04-07 13:28:25+00:00\n"
    99"MIME-Version: 1.0\n"
    1010"Content-Type: text/plain; charset=utf-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
     12"PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n"
    1313"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    1414"Language-Team: LANGUAGE <[email protected]>\n"
  • related-posts-by-taxonomy/trunk/readme.txt

    r2995751 r3066356  
    33Tags: posts,related,related posts,thumbnails,taxonomy,widget,shortcode,taxonomies,post type,post types,category,categories,tag,tags,post thumbnail,post thumbnails,thumbnails,featured,featured image,image,images
    44Requires at least: 5.9
    5 Tested up to: 6.4
     5Tested up to: 6.5
    66Stable tag: 2.7.5
    77License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.