Plugin Directory

Changeset 3352423


Ignore:
Timestamp:
08/29/2025 05:27:31 AM (7 months ago)
Author:
amuselabs
Message:

Release version 1.2.1

Location:
puzzleme/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • puzzleme/trunk/puzzleme.php

    r3277928 r3352423  
    22/*
    33   Plugin Name: PuzzleMe for WordPress
    4    Version: 1.2.0
     4   Version: 1.2.1
    55   Description: Embed PuzzleMe puzzles in your posts and pages with a shortcode
    66   Author: Amuse Labs
     
    116116                    }
    117117                    if (isset($attributes['attribution'])) {
    118                         $embed_variables['$attribution_text'] = $attributes['attribution'];
     118                        $embed_variables['$attribution_text'] = esc_html($attributes['attribution']);
    119119                        return wp_kses(strtr($embed_html_attributions, $embed_variables), $allowedHTMLtags);
    120120                    } else {
  • puzzleme/trunk/readme.txt

    r3286175 r3352423  
    33Tags: crossword, sudoku, quiz, puzzles, games
    44Requires at least: 3.9
    5 Tested up to: 6.8
    6 Stable tag: 1.2.0
     5Tested up to: 6.8.2
     6Stable tag: 1.2.1
    77Requires PHP: 7.0
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.