Changeset 3066356
- Timestamp:
- 04/07/2024 03:24:29 PM (11 months ago)
- 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 2 2 * related-posts-by-taxonomy 3 3 * v2.7.5 4 * 202 3-11-144 * 2024-04-07 5 5 **/ 6 6 !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) 202 3keesiemijer1 # Copyright (C) 2024 keesiemijer 2 2 # This file is distributed under the GPL v2. 3 3 msgid "" … … 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/related-posts-by-taxonomy\n" 8 "POT-Creation-Date: 202 3-11-14 12:01:23+00:00\n"8 "POT-Creation-Date: 2024-04-07 13:28:25+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "PO-Revision-Date: 202 3-MO-DA HO:MI+ZONE\n"12 "PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <[email protected]>\n" -
related-posts-by-taxonomy/tags/2.7.5/readme.txt
r2995751 r3066356 3 3 Tags: 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 4 4 Requires at least: 5.9 5 Tested up to: 6. 45 Tested up to: 6.5 6 6 Stable tag: 2.7.5 7 7 License: GPLv2 or later -
related-posts-by-taxonomy/trunk/includes/assets/js/lazy-loading.min.js
r2995743 r3066356 2 2 * related-posts-by-taxonomy 3 3 * v2.7.5 4 * 202 3-11-144 * 2024-04-07 5 5 **/ 6 6 !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) 202 3keesiemijer1 # Copyright (C) 2024 keesiemijer 2 2 # This file is distributed under the GPL v2. 3 3 msgid "" … … 6 6 "Report-Msgid-Bugs-To: " 7 7 "https://wordpress.org/support/plugin/related-posts-by-taxonomy\n" 8 "POT-Creation-Date: 202 3-11-14 12:01:23+00:00\n"8 "POT-Creation-Date: 2024-04-07 13:28:25+00:00\n" 9 9 "MIME-Version: 1.0\n" 10 10 "Content-Type: text/plain; charset=utf-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "PO-Revision-Date: 202 3-MO-DA HO:MI+ZONE\n"12 "PO-Revision-Date: 2024-MO-DA HO:MI+ZONE\n" 13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 14 14 "Language-Team: LANGUAGE <[email protected]>\n" -
related-posts-by-taxonomy/trunk/readme.txt
r2995751 r3066356 3 3 Tags: 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 4 4 Requires at least: 5.9 5 Tested up to: 6. 45 Tested up to: 6.5 6 6 Stable tag: 2.7.5 7 7 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.