Plugin Directory

Changeset 3066236


Ignore:
Timestamp:
04/07/2024 10:04:59 AM (2 years ago)
Author:
addonspress
Message:

1.0.8

Location:
advanced-export
Files:
24 added
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-export/trunk/advanced-export.php

    r2732016 r3066236  
    1515 * Plugin URI:        https://addonspress.com/item/advanced-export
    1616 * Description:       Advanced Export with Options to Export Widget, Customizer and Media Files
    17  * Version:           1.0.7
     17 * Version:           1.0.8
    1818 * Author:            AddonsPress
    1919 * Author URI:        https://addonspress.com/
     
    2525
    2626/*Define Constants for this plugin*/
    27 define( 'ADVANCED_EXPORT_VERSION', '1.0.7' );
     27define( 'ADVANCED_EXPORT_VERSION', '1.0.8' );
    2828define( 'ADVANCED_EXPORT_PATH', plugin_dir_path( __FILE__ ) );
    2929define( 'ADVANCED_EXPORT_URL', plugin_dir_url( __FILE__ ) );
  • advanced-export/trunk/readme.txt

    r2732016 r3066236  
    44Donate link: https://addonspress.com/
    55Tags: export, advanced export, demo export, theme export, widget export, customizer export
    6 Requires at least: 4.5
    7 Tested up to: 6.0
     6Requires at least: 5.0
     7Tested up to: 6.5
    88Requires PHP: 5.6.20
    9 Stable tag: 1.0.7
     9Stable tag: 1.0.8
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    122122== Changelog ==
    123123
     124= 1.0.8 - 2024-04-07 =
     125* Updated : WordPress version
     126
    124127= 1.0.7 - 2022-05-26 =
    125128* Updated : WordPress version
Note: See TracChangeset for help on using the changeset viewer.