Skip to content

Commit

Permalink
Merge pull request #522 from UVLabs/v850
Browse files Browse the repository at this point in the history
new version
  • Loading branch information
UVLabs authored Nov 20, 2019
2 parents b300afe + 7d0fee2 commit a2ec6ba
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion includes/class-rop-i18n.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ public static function get_labels( $key = '' ) {

),
'logs' => array(
'menu_item' => __( 'Logs', 'tweet-old-post' ),
'menu_item' => __( 'Sharing Logs', 'tweet-old-post' ),
'clear_btn' => __( 'Clear logs', 'tweet-old-post' ),
'no_logs' => __( 'No recent logs!', 'tweet-old-post' ),
),
Expand Down
2 changes: 1 addition & 1 deletion includes/class-rop.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class Rop {
public function __construct() {

$this->plugin_name = 'rop';
$this->version = '8.4.4';
$this->version = '8.5.0';

$this->load_dependencies();
$this->set_locale();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tweet-old-post",
"version": "8.4.4",
"version": "8.5.0",
"description": "Tweet Old Posts plugin",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion themeisle-hash.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"class-rop-autoloader.php":"7bfbb1554230d0ace777adb2e42bebeb","index.php":"39ab8276fb0e4bd3fcab3270822c5977","tweet-old-post.php":"2bede0d4fe998217abe658f4492de25c","uninstall.php":"559dd9ebfadc88c664e6b607e2cae8fd"}
{"class-rop-autoloader.php":"7bfbb1554230d0ace777adb2e42bebeb","index.php":"39ab8276fb0e4bd3fcab3270822c5977","tweet-old-post.php":"ca82f29a14c3b62211ab725157c671cf","uninstall.php":"559dd9ebfadc88c664e6b607e2cae8fd"}
4 changes: 2 additions & 2 deletions tweet-old-post.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Revive Old Posts
* Plugin URI: https://revive.social/
* Description: WordPress plugin that helps you to keeps your old posts alive by sharing them and driving more traffic to them from twitter/facebook or linkedin. It also helps you to promote your content. You can set time and no of posts to share to drive more traffic.For questions, comments, or feature requests, <a href="http://revive.social/support/?utm_source=plugindesc&utm_medium=announce&utm_campaign=top">contact </a> us!
* Version: 8.4.4
* Version: 8.5.0
* Author: revive.social
* Author URI: https://revive.social/
* Requires at least: 3.5
Expand Down Expand Up @@ -98,7 +98,7 @@ function run_rop() {
}

define( 'ROP_PRO_URL', 'http://revive.social/plugins/revive-old-post/' );
define( 'ROP_LITE_VERSION', '8.4.4' );
define( 'ROP_LITE_VERSION', '8.5.0' );
define( 'ROP_LITE_BASE_FILE', __FILE__ );
define( 'ROP_DEBUG', false );
define( 'ROP_LITE_PATH', plugin_dir_path( __FILE__ ) );
Expand Down

0 comments on commit a2ec6ba

Please sign in to comment.