Plugin Directory

Changeset 3278362


Ignore:
Timestamp:
04/21/2025 05:57:54 PM (11 months ago)
Author:
dvpatel
Message:

Compatible with WordPress 6.8

Location:
extension-info-exporter
Files:
9 added
2 edited

Legend:

Unmodified
Added
Removed
  • extension-info-exporter/trunk/README.txt

    r3208182 r3278362  
    11=== Extension Info Exporter ===
    22Contributors: dvpatel, nakulchandra, bhagyeshdmistry
     3Donate link: https://buymeacoffee.com/dvpatel
    34Tags: Export plugin details, Plugin data export, CSV generator, Plugin inventory, Data export
    45Description: Extension Info Exporter allows administrators to export details of installed plugins into a CSV file. The admin can customize which fields to export, such as plugin name, version, author, and more. This is useful for keeping track of plugin updates and maintaining an inventory of installed plugins.
    56Requires at least: 5.0
    6 Tested up to: 6.7
     7Tested up to: 6.8
    78Requires PHP: 7.0
    8 Stable tag: 2.2
     9Stable tag: 3.1
    910License: GPLv2 or later
    1011License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    7778== Changelog ==
    7879
     80= 3.1 =
     81* Compatible with WordPress 6.8
     82
    7983= 2.2 =
    8084* Adds "Sr. Number" as the first column.
     
    106110== Upgrade Notice ==
    107111
     112= 3.1 =
     113* Compatible with WordPress 6.8
     114
    108115= 2.2 =
    109116* Adds "Sr. Number" as the first column.
  • extension-info-exporter/trunk/extension-info-exporter.php

    r3208182 r3278362  
    44 * Plugin Name: Extension Info Exporter
    55 * Description: Extension Info Exporter allows administrators to export details of installed plugins into a CSV file. The admin can customize which fields to export, such as plugin name, version, author, and more. This is useful for keeping track of plugin updates and maintaining an inventory of installed plugins.
    6  * Version: 2.2
     6 * Version: 3.1
    77 * Author: Dhaval Vachhani
    88 * Author URI: https://dhavalwp.com
Note: See TracChangeset for help on using the changeset viewer.