Changeset 2247082
- Timestamp:
- 02/19/2020 07:08:58 PM (6 years ago)
- Location:
- dokan-customizer
- Files:
-
- 9 added
- 3 edited
-
tags/1.0.0 (added)
-
tags/1.0.0/LICENSE.txt (added)
-
tags/1.0.0/inc (added)
-
tags/1.0.0/inc/raidc-settings.php (added)
-
tags/1.0.0/inc/raidc-setup-wizard.php (added)
-
tags/1.0.0/index.php (added)
-
tags/1.0.0/languages (added)
-
tags/1.0.0/raidc-dokan-customizer.php (added)
-
tags/1.0.0/readme.txt (added)
-
trunk/inc/raidc-setup-wizard.php (modified) (1 diff)
-
trunk/raidc-dokan-customizer.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dokan-customizer/trunk/inc/raidc-setup-wizard.php
r2206119 r2247082 5 5 6 6 if ( ! class_exists( 'Dokan_Setup_Wizard' ) ) { 7 require_once DOKAN_INC_DIR . '/admin/ setup-wizard.php';7 require_once DOKAN_INC_DIR . '/admin/SetupWizard.php'; 8 8 } 9 9 -
dokan-customizer/trunk/raidc-dokan-customizer.php
r2206119 r2247082 3 3 Plugin name: Dokan Customizer 4 4 Description: This plugin will help you to customize Dokan Plugin. 5 Version: 1.0. 05 Version: 1.0.1 6 6 Author: Raihan 7 7 Author URI: https://www.facebook.com/profile.php?id=100016795427444 -
dokan-customizer/trunk/readme.txt
r2206119 r2247082 5 5 Tested up to: 5.3.0 6 6 Requires PHP: 5.6 7 Stable tag: 1.0. 07 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 28 28 1. Dashboard menu 29 29 2. Vendor setup wizard 30 31 == Changelog == 32 38 1.0.0 33 39 1.0.1 - Fixed a bug
Note: See TracChangeset
for help on using the changeset viewer.