Plugin Directory

Changeset 638561


Ignore:
Timestamp:
12/13/2012 02:11:36 PM (13 years ago)
Author:
markparolisi
Message:

refactor js and update documentation

Location:
widget-settings-importexport/trunk
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • widget-settings-importexport/trunk

    • Property svn:ignore set to
      wpsvn-deploy.sh
      README.md
      test
      tests
      .git
      .gitignore
  • widget-settings-importexport/trunk/readme.txt

    r520974 r638561  
    11=== Widget Settings Importer/Exporter ===
    2 Contributors: kevinlangleyjr, smccafferty
     2Contributors: kevinlangleyjr, smccafferty, markparolisi, voceplatforms
    33Tags: widget, import, export
    44Requires at least: 2.8
    55Tested up to: 3.3
    6 Stable tag: trunk
     6Stable tag: 1.0
    77
    88Allows you to export and import widgets settings.
     
    1616== Installation ==
    1717
    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
     181. Upload entire widget-data directory to the `/wp-content/plugins/` directory
    23192. Activate the plugin through the 'Plugins' menu in WordPress
    2420
     21== Screenshots ==
     22
     231. Choose which widgets to export
     242. Upload JSON export file
    2525
    2626== Changelog ==
    2727
    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
    3038
    3139= 0.2 =
    3240* Fixing blank redirect with WP installed within sub directory
    3341
    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.