Changeset 2199559
- Timestamp:
- 11/23/2019 05:57:28 PM (6 years ago)
- Location:
- steem-wp/trunk
- Files:
-
- 1 added
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (5 diffs)
-
src/ui/init.php (added)
Legend:
- Unmodified
- Added
- Removed
-
steem-wp/trunk/index.php
r2199548 r2199559 4 4 * Plugin URI: https://github.com/steem-wp/steem-wp 5 5 * Description: Complete Steem solutions for Wordpress! 6 * Version: 0.0. 36 * Version: 0.0.4 7 7 * Author: Steem WP 8 8 * Author URI: https://steemwp.com … … 17 17 define( 'STEEMWP_DIR_PATH', plugin_dir_path( __FILE__ ) ); 18 18 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'); 20 20 21 21 //main class -
steem-wp/trunk/readme.txt
r2199415 r2199559 13 13 == Description == 14 14 15 The Steem WP plugin offers you more control, security and possibilities with the Steem Blockchain.15 The Steem WP plugin offers you more control, security, and possibilities with the Steem Blockchain. 16 16 17 17 We plan to soon build in more services as well as offer support services. … … 19 19 What is already ready: 20 20 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. 22 22 * Ability to see stats on your wallet 23 23 * Ability to research trending tags on Steem … … 25 25 == Installation == 26 26 27 Kindly note that this plugin requir ies a Steem account to use. We will also use SteemConnect.com to authenticatedyour account.27 Kindly note that this plugin requires a Steem account to use. We will also use SteemConnect.com to authenticate your account. 28 28 29 29 1. Upload the plugin files to the `/wp-content/plugins/steemwp` directory, or install the plugin through the WordPress plugins screen directly. … … 35 35 = Do I need a Steem Account to use this plugin? = 36 36 37 Yes. You have to log in with a Steem account via Steem Connect to access this plugin.37 Yes. You have to log in with a Steem account via Steem Connect to access this plugin. 38 38 39 39 = Is this plugin secure? = … … 44 44 45 45 1. Login screen 46 2. View of t op ofuser dashboard47 3. View of bottom of user dashboard46 2. View of the top of the user dashboard 47 3. View of bottom of the user dashboard 48 48 4. Trends page preview
Note: See TracChangeset
for help on using the changeset viewer.