Changeset 3417463
- Timestamp:
- 12/11/2025 02:12:47 PM (3 months ago)
- Location:
- dmimag-faqs/trunk
- Files:
-
- 1 added
- 4 edited
-
README.md (added)
-
dmimag-faqs.php (modified) (2 diffs)
-
includes/class-dmimag-faqs.php (modified) (1 diff)
-
public/class-dmimag-faqs-public.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dmimag-faqs/trunk/dmimag-faqs.php
r3053204 r3417463 15 15 * Plugin URI: https://faqs.dmimag.site 16 16 * Description: FAQs Plugin. FAQ. Accordion Style, Guide Style 17 * Version: 1.2. 617 * Version: 1.2.7 18 18 * Author: dmimag <dmimag.site@gmail.com> 19 19 * Author URI: https://dmimag.site … … 34 34 * Rename this for your plugin and update it as you release new versions. 35 35 */ 36 define( 'DMIMAG_FAQS_VERSION', '1.2. 6' );36 define( 'DMIMAG_FAQS_VERSION', '1.2.7' ); 37 37 38 38 /** -
dmimag-faqs/trunk/includes/class-dmimag-faqs.php
r3053210 r3417463 68 68 $this->version = DMIMAG_FAQS_VERSION; 69 69 } else { 70 $this->version = '1.2. 6';70 $this->version = '1.2.7'; 71 71 } 72 72 -
dmimag-faqs/trunk/public/class-dmimag-faqs-public.php
r3053204 r3417463 108 108 <div itemscope itemtype="https://schema.org/FAQPage" class="dmi-faqs-col dmi-faqs-col-content"> 109 109 <?php 110 $i = '';110 $i = 0; 111 111 while ( $query->have_posts() ) { 112 112 $query->the_post(); -
dmimag-faqs/trunk/readme.txt
r3197644 r3417463 4 4 Tags: faq plugin, wordpress faq, faq, faqs, guide 5 5 Requires at least: 6.0 6 Tested up to: 6. 76 Tested up to: 6.9 7 7 Requires PHP: 7.4 8 Stable tag: 1.2. 68 Stable tag: 1.2.7 9 9 License: GPLv2 or later 10 10 License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 43 43 == Changelog == 44 44 45 = 1.2.7 = 46 - Fixed minor bugs 47 45 48 = 1.2.6 = 46 49 - 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.