Changeset 638561
- Timestamp:
- 12/13/2012 02:11:36 PM (13 years ago)
- Location:
- widget-settings-importexport/trunk
- Files:
-
- 5 added
- 2 edited
-
. (modified) (1 prop)
-
readme.txt (modified) (2 diffs)
-
screenshot-1.png (added)
-
screenshot-2.png (added)
-
widget-data.css (added)
-
widget-data.js (added)
-
widget-data.php (added)
Legend:
- Unmodified
- Added
- Removed
-
widget-settings-importexport/trunk
-
Property
svn:ignore
set to
wpsvn-deploy.sh
README.md
test
tests
.git
.gitignore
-
Property
svn:ignore
set to
-
widget-settings-importexport/trunk/readme.txt
r520974 r638561 1 1 === Widget Settings Importer/Exporter === 2 Contributors: kevinlangleyjr, smccafferty 2 Contributors: kevinlangleyjr, smccafferty, markparolisi, voceplatforms 3 3 Tags: widget, import, export 4 4 Requires at least: 2.8 5 5 Tested up to: 3.3 6 Stable tag: trunk6 Stable tag: 1.0 7 7 8 8 Allows you to export and import widgets settings. … … 16 16 == Installation == 17 17 18 This section describes how to install the plugin and get it working. 19 20 e.g. 21 22 1. Upload entire widget-settings-importexport directory to the `/wp-content/plugins/` directory 18 1. Upload entire widget-data directory to the `/wp-content/plugins/` directory 23 19 2. Activate the plugin through the 'Plugins' menu in WordPress 24 20 21 == Screenshots == 22 23 1. Choose which widgets to export 24 2. Upload JSON export file 25 25 26 26 == Changelog == 27 27 28 = 0.1 = 29 * First Version 28 = 1.0 = 29 * Refactoring for performace. 30 * Documentation 31 * Better styles for wp-admin 32 33 = 0.4 = 34 * Fixing headers already sent error 35 36 = 0.3 = 37 * Fixing export of empty file by instead of creating temp file, it will just output the json 30 38 31 39 = 0.2 = 32 40 * Fixing blank redirect with WP installed within sub directory 33 41 34 = 0.3 = 35 * Fixing export of empty file by instead of creating temp file, it will just output the json 36 37 = 0.4 = 38 * Fixing headers already sent error 42 = 0.1 = 43 * First Version
Note: See TracChangeset
for help on using the changeset viewer.