Plugin Directory

Changeset 3453546


Ignore:
Timestamp:
02/04/2026 07:00:49 AM (2 months ago)
Author:
pickelements
Message:
  • Check Security Issue
  • Update Option Page.
Location:
smart-accordion/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • smart-accordion/trunk/libs/meta-boxes/smart-accordion-post-metaboxes.php

    r3384394 r3453546  
    693693    <?php
    694694    }
     695   
  • smart-accordion/trunk/readme.txt

    r3384394 r3453546  
    44Tags:  Accordion, accordion plugin, question, faq, Responsive accordions
    55Requires at least: 4.0
    6 Tested up to: 6.8.3
    7 Stable tag: 1.9
     6Tested up to: 6.9
     7Stable tag: 2.0.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    101101== Changelog ==
    102102
     103= 2.0.0 =
     104* Check Security Issue
     105* Update Option Page.
     106
    103107= 1.9 =
    104108* Fix Security Issue
  • smart-accordion/trunk/smart-accordion.php

    r3384394 r3453546  
    44        Plugin URI: https://pickelements.com/smart-accordion
    55        Description: Smart Accordion is an stylish and customizable tool to shape and display on your website a list of the most frequent customer questions with answers.
    6         Version: 1.9
     6        Version: 2.0.0
    77        Author: Pickelements
    88        Author URI: https://pickelements.com
  • smart-accordion/trunk/template/theme-1.php

    r3384394 r3453546  
    129129            <?php
    130130                while ( $sfacsquery->have_posts() ) : $sfacsquery->the_post();
    131                 $content            = apply_filters( 'the_content', get_the_content() );
     131                $content = apply_filters( 'the_content', get_the_content() );
    132132                ?>
    133133                <div class="accordion_in">
Note: See TracChangeset for help on using the changeset viewer.