Plugin Directory

Changeset 2199559


Ignore:
Timestamp:
11/23/2019 05:57:28 PM (6 years ago)
Author:
steemwpcom
Message:

0.0.4 fixes

Location:
steem-wp/trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • steem-wp/trunk/index.php

    r2199548 r2199559  
    44 * Plugin URI:        https://github.com/steem-wp/steem-wp
    55 * Description:       Complete Steem solutions for Wordpress!
    6  * Version:           0.0.3
     6 * Version:           0.0.4
    77 * Author:            Steem WP
    88 * Author URI:        https://steemwp.com
     
    1717    define( 'STEEMWP_DIR_PATH', plugin_dir_path( __FILE__ ) );
    1818    define('STEEMWP_FILE', __FILE__);
    19     defined('STEEMWP_VERSION') or define('STEEMWP_VERSION', '0.0.3');
     19    defined('STEEMWP_VERSION') or define('STEEMWP_VERSION', '0.0.4');
    2020   
    2121    //main class
  • steem-wp/trunk/readme.txt

    r2199415 r2199559  
    1313== Description ==
    1414
    15 The Steem WP plugin offers you more control, security and possibilities with the Steem Blockchain.
     15The Steem WP plugin offers you more control, security, and possibilities with the Steem Blockchain.
    1616
    1717We plan to soon build in more services as well as offer support services.
     
    1919What is already ready:
    2020
    21 *   Steem Connect login, which mean you do NOT have to gve us your account keys, and we do NOT send your keys to any thirdparty sites.
     21*   Steem Connect login, which means you do NOT have to give us your account keys, and we do NOT send your keys to any third-party sites.
    2222*   Ability to see stats on your wallet
    2323*   Ability to research trending tags on Steem
     
    2525== Installation ==
    2626
    27 Kindly note that this plugin requiries a Steem account to use. We will also use SteemConnect.com to authenticated your account.
     27Kindly note that this plugin requires a Steem account to use. We will also use SteemConnect.com to authenticate your account.
    2828
    29291. Upload the plugin files to the `/wp-content/plugins/steemwp` directory, or install the plugin through the WordPress plugins screen directly.
     
    3535= Do I need a Steem Account to use this plugin? =
    3636
    37 Yes. You have to login with a Steem account via Steem Connect to access this plugin.
     37Yes. You have to log in with a Steem account via Steem Connect to access this plugin.
    3838
    3939= Is this plugin secure? =
     
    4444
    45451. Login screen
    46 2. View of top of user dashboard
    47 3. View of bottom of user dashboard
     462. View of the top of the user dashboard
     473. View of bottom of the user dashboard
    48484. Trends page preview
Note: See TracChangeset for help on using the changeset viewer.