Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Danny Froberg
steempress_amn
Commits
84358d49
Commit
84358d49
authored
Nov 29, 2018
by
Martin Lees
Browse files
Bump version
parent
8c2339d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
steempress_sp.php
View file @
84358d49
...
...
@@ -14,7 +14,7 @@
* @wordpress-plugin
* Plugin Name: Steempress
* Description: Publishes your article to the steem blockchain automatically to allow you to earn money and reach new audiences.
* Version: 2.
1
* Version: 2.
2
* Author: Martin Lees
* Author URI: https://steemit.com/@howo
* License: GPL-2.0+
...
...
@@ -33,11 +33,11 @@ if ( ! defined( 'WPINC' ) ) {
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define
(
'steempress_sp_compte'
,
'2.
1
'
);
//
define( 'steempress_sp_api_url', 'https://api.steempress.io');
define
(
'steempress_sp_compte'
,
'2.
2
'
);
define
(
'steempress_sp_api_url'
,
'https://api.steempress.io'
);
define
(
'steempress_sp_twoway_api_url'
,
'https://two.steempress.io'
);
define
(
'steempress_sp_api_url'
,
'http://localhost:8001'
);
//
define( 'steempress_sp_api_url', 'http://localhost:8001');
//define( 'steempress_sp_twoway_api_url', 'http://localhost:8002');
/**
...
...
wordpress_description.txt
View file @
84358d49
...
...
@@ -3,7 +3,7 @@ Contributors: howofr,fredrikaa
Tags: Steem,Steemit,Wordpress,monetization,blockchain
Donate link: https://steemit.com/@howo
Requires at least: 4.7
Tested up to:
4.9.4
Tested up to:
5.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment