Plugin Directory

Changeset 2673054


Ignore:
Timestamp:
02/04/2022 05:35:12 PM (4 years ago)
Author:
addonspress
Message:

1.0.6

Location:
advanced-export
Files:
25 added
2 edited

Legend:

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

    r2652929 r2673054  
    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.5
     17 * Version:           1.0.6
    1818 * Author:            AddonsPress
    1919 * Author URI:        https://addonspress.com/
     
    2525
    2626/*Define Constants for this plugin*/
    27 define( 'ADVANCED_EXPORT_VERSION', '1.0.5' );
     27define( 'ADVANCED_EXPORT_VERSION', '1.0.6' );
    2828define( 'ADVANCED_EXPORT_PATH', plugin_dir_path( __FILE__ ) );
    2929define( 'ADVANCED_EXPORT_URL', plugin_dir_url( __FILE__ ) );
  • advanced-export/trunk/readme.txt

    r2652929 r2673054  
    55Tags: export, advanced export, demo export, theme export, widget export, customizer export
    66Requires at least: 4.5
    7 Tested up to: 5.8.2
     7Tested up to: 5.9
    88Requires PHP: 5.6.20
    9 Stable tag: 1.0.5
     9Stable tag: 1.0.6
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    122122== Changelog ==
    123123
     124= 1.0.6 - 2022-02-04 =
     125* Updated : WordPress version
     126
    124127= 1.0.5 - 2022-01-05 =
    125128* Updated : WordPress version
Note: See TracChangeset for help on using the changeset viewer.