Skip to content

Commit 6482513

Browse files
committed
1.6.1
1 parent e25a3d8 commit 6482513

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ WP Sync DB exports your database as a MySQL data dump (much like phpMyAdmin), do
5353

5454
- **Sync Media Libraries Between Installations**
5555

56-
Using the optional [WP Sync DB Media Files](https://github.com/wp-sync-db/wp-sync-db-media-files) addon, you can have media files synced between installs too.
56+
Using the optional [WP Sync Media](https://github.com/hrsetyono/wp-sync-media) addon, you can have media files synced between installs too.
5757

5858
## How to Use
5959

@@ -76,4 +76,4 @@ The guide below assume you're using it to sync online db with local one.
7676
| Feature Walkthrough | A brief walkthrough of the WP Sync DB plugin showing all of the different options and explaining them. | [Youtube](https://www.youtube.com/watch?v=u7jFkwwfeJc) |
7777
| Pulling Live Data Into Your Local Development Environment | This screencast demonstrates how you can pull data from a remote, live WordPress install and update the data in your local development environment. | [Youtube](http://www.youtube.com/watch?v=IFdHIpf6jjc) |
7878
| Pushing Local Development Data to a Staging Environment | This screencast demonstrates how you can push a local WordPress database you've been using for development to a staging environment. | [Youtube](http://www.youtube.com/watch?v=FjTzNqAlQE0) |
79-
| Media Files Addon Demo | A short demo of how the [Media Files addon](https://github.com/wp-sync-db/wp-sync-db-media-files) allows you to sync up your WordPress Media Libraries. | [Youtube](http://www.youtube.com/watch?v=0aR8-jC2XXM) |
79+
| Media Files Addon Demo | A short demo of how the [Media Files addon](https://github.com/hrsetyono/wp-sync-media) allows you to sync up your WordPress Media Libraries. | [Youtube](http://www.youtube.com/watch?v=0aR8-jC2XXM) |

class/wpsdb-base.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ function __construct( $plugin_file_path ) {
2424
$this->settings = get_option( 'wpsdb_settings' );
2525

2626
$this->addons = array(
27-
'wp-sync-db-media-files/wp-sync-db-media-files.php' => array(
27+
'wp-sync-media/wp-sync-media.php' => array(
2828
'name' => 'Media Files',
29-
'required_version' => '1.1.4b1',
29+
'required_version' => '1.1.5',
3030
),
3131
'wp-sync-db-cli/wp-sync-db-cli.php' => array(
3232
'name' => 'CLI',

0 commit comments

Comments
 (0)