Plugin Directory

Changeset 3256064


Ignore:
Timestamp:
03/14/2025 05:47:45 PM (13 months ago)
Author:
oooorgle
Message:

Fix - Security update. (identified by: muhammad yudha)

Location:
quotes-llama
Files:
65 added
3 edited

Legend:

Unmodified
Added
Removed
  • quotes-llama/trunk/class-quotesllama.php

    r3253503 r3256064  
    33 * Plugin Name: Quotes llama
    44 * Plugin URI:  https://oooorgle.com/plugins/wp/quotes-llama/
    5  * Version:     3.1.0
     5 * Version:     3.1.1
    66 * Description: Share the thoughts that mean the most... display your quotes in blocks, widgets, pages, templates, galleries or posts.
    77 * Author:      oooorgle
     
    2727
    2828// Plugin versions.
    29 defined( 'QL_PLUGIN_VERSION' ) || define( 'QL_PLUGIN_VERSION', '3.1.0' );
     29defined( 'QL_PLUGIN_VERSION' ) || define( 'QL_PLUGIN_VERSION', '3.1.1' );
    3030defined( 'QL_DB_VERSION' ) || define( 'QL_DB_VERSION', '2.0.1' );
    3131
  • quotes-llama/trunk/includes/classes/class-quotesllama-gallery.php

    r3200076 r3256064  
    6262                'gsource="' . $ql->check_option( 'show_gallery_source' ) . '" ' .
    6363                'gimage="' . $ql->check_option( 'show_gallery_image' ) . '" ' .
    64                 'gcategory="' . $cat . '" ' .
     64                'gcategory="' . esc_attr( $cat ) . '" ' .
    6565                'gnonce="' . $nonce . '">' .
    6666                '<div class="quotes-llama-gallery-rotate ' . $div_instance . '-quotes-llama-gallery-rotate">' .
     
    7171                    '<div class="' .
    7272                        $div_instance . '-quotebox quotes-llama-gallery-quotebox"' .
    73                         ' gcategory="' . $cat . '" gnonce="' . $nonce . '" id="loop">
     73                        ' gcategory="' . esc_attr( $cat ) . '" gnonce="' . $nonce . '" id="loop">
    7474                    </div>' .
    7575                '</div>' .
  • quotes-llama/trunk/readme.txt

    r3253503 r3256064  
    55Requires at least: 4.2.2
    66Tested up to: 6.7.2
    7 Stable tag: 3.1.0
     7Stable tag: 3.1.1
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.