Plugin Directory

Changeset 3417463


Ignore:
Timestamp:
12/11/2025 02:12:47 PM (3 months ago)
Author:
dmimag
Message:

Fixed minor bugs.
Add support WordpRess 6.9

Location:
dmimag-faqs/trunk
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • dmimag-faqs/trunk/dmimag-faqs.php

    r3053204 r3417463  
    1515 * Plugin URI:        https://faqs.dmimag.site
    1616 * Description:       FAQs Plugin. FAQ. Accordion Style, Guide Style
    17  * Version:           1.2.6
     17 * Version:           1.2.7
    1818 * Author:            dmimag <dmimag.site@gmail.com>
    1919 * Author URI:        https://dmimag.site
     
    3434 * Rename this for your plugin and update it as you release new versions.
    3535 */
    36 define( 'DMIMAG_FAQS_VERSION', '1.2.6' );
     36define( 'DMIMAG_FAQS_VERSION', '1.2.7' );
    3737
    3838/**
  • dmimag-faqs/trunk/includes/class-dmimag-faqs.php

    r3053210 r3417463  
    6868      $this->version = DMIMAG_FAQS_VERSION;
    6969    } else {
    70       $this->version = '1.2.6';
     70      $this->version = '1.2.7';
    7171    }
    7272
  • dmimag-faqs/trunk/public/class-dmimag-faqs-public.php

    r3053204 r3417463  
    108108          <div itemscope itemtype="https://schema.org/FAQPage" class="dmi-faqs-col dmi-faqs-col-content">
    109109<?php
    110         $i = '';
     110        $i = 0;
    111111        while ( $query->have_posts() ) {
    112112          $query->the_post();
  • dmimag-faqs/trunk/readme.txt

    r3197644 r3417463  
    44Tags: faq plugin, wordpress faq, faq, faqs, guide
    55Requires at least: 6.0
    6 Tested up to: 6.7
     6Tested up to: 6.9
    77Requires PHP: 7.4
    8 Stable tag: 1.2.6
     8Stable tag: 1.2.7
    99License: GPLv2 or later
    1010License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    4343== Changelog ==
    4444
     45= 1.2.7 =
     46- Fixed minor bugs
     47
    4548= 1.2.6 =
    4649- Changed the way the plugin styles and scripts are displayed. CSS and JS are only displayed when using the plugin shortcode. Minify CSS and JS
Note: See TracChangeset for help on using the changeset viewer.