Plugin Directory

Changeset 2940960


Ignore:
Timestamp:
07/20/2023 04:07:02 PM (3 years ago)
Author:
billerickson
Message:

add banner and icon, update readme

Location:
be-media-from-production
Files:
2 added
8 edited

Legend:

Unmodified
Added
Removed
  • be-media-from-production/tags/1.7.0/README.md

    r2940565 r2940960  
    1212## Description
    1313
    14 When redesigning a website with a large uploads directory, you might not need all those uploads in your development
    15 or staging environment, but you also don't want to see broken images throughout the site.
     14When spinning up a staging or local development environment, you might not need the full uploads directory, but you also don’t want to see broken images throughout the site.
    1615
    17 This plugin lets you use the production server for missing media. Define the production URL using a constant `BE_MEDIA_FROM_PRODUCTION_URL` or filter `be_media_from_production_url`.
     16This plugin lets you use the production server for missing media. Define the production URL using a wp-config.php constant BE_MEDIA_FROM_PRODUCTION_URL or filter be_media_from_production_url.
    1817
    1918In all cases, if a local file exists, it will be used in preference to the remote file.
  • be-media-from-production/tags/1.7.0/be-media-from-production.php

    r2940393 r2940960  
    22/**
    33 * Plugin Name: BE Media from Production
    4  * Plugin URI:  http://www.github.com/billerickson/be-media-from-production
     4 * Plugin URI:  https://cultivatewp.com/our-plugins/be-media-from-production/
    55 * Description: Uses local media when it's available, and uses the production server for rest.
    6  * Author:      Bill Erickson
    7  * Author URI:  http://www.billerickson.net
     6 * Author:      CultivateWP
     7 * Author URI:  http://cultivatewp.com
    88 * Version:     1.7.0
    99 * Text Domain: be-media-from-production
  • be-media-from-production/tags/1.7.0/readme.txt

    r2940565 r2940960  
    1010== Description ==
    1111
    12 When redesigning a website with a large uploads directory, you might not need all those uploads in your development
    13 or staging environment, but you also don't want to see broken images throughout the site.
     12When spinning up a staging or local development environment, you might not need the full uploads directory, but you also don’t want to see broken images throughout the site.
    1413
    15 This plugin lets you use the production server for missing media. Define the production URL using a constant `BE_MEDIA_FROM_PRODUCTION_URL` or filter `be_media_from_production_url`.
     14This plugin lets you use the production server for missing media. Define the production URL using a wp-config.php constant BE_MEDIA_FROM_PRODUCTION_URL or filter be_media_from_production_url.
    1615
    1716In all cases, if a local file exists, it will be used in preference to the remote file.
     
    2524```
    2625
    27 Alternatively, you can use the filter in your theme's functions.php file, a core functionality plugin, or a mu-plugin:
     26Alternatively, you can use the filter in a Code Snippets plugin or a mu-plugin:
    2827
    2928```
  • be-media-from-production/trunk/README.md

    r2940565 r2940960  
    1212## Description
    1313
    14 When redesigning a website with a large uploads directory, you might not need all those uploads in your development
    15 or staging environment, but you also don't want to see broken images throughout the site.
     14When spinning up a staging or local development environment, you might not need the full uploads directory, but you also don’t want to see broken images throughout the site.
    1615
    17 This plugin lets you use the production server for missing media. Define the production URL using a constant `BE_MEDIA_FROM_PRODUCTION_URL` or filter `be_media_from_production_url`.
     16This plugin lets you use the production server for missing media. Define the production URL using a wp-config.php constant BE_MEDIA_FROM_PRODUCTION_URL or filter be_media_from_production_url.
    1817
    1918In all cases, if a local file exists, it will be used in preference to the remote file.
  • be-media-from-production/trunk/be-media-from-production.php

    r2940393 r2940960  
    22/**
    33 * Plugin Name: BE Media from Production
    4  * Plugin URI:  http://www.github.com/billerickson/be-media-from-production
     4 * Plugin URI:  https://cultivatewp.com/our-plugins/be-media-from-production/
    55 * Description: Uses local media when it's available, and uses the production server for rest.
    6  * Author:      Bill Erickson
    7  * Author URI:  http://www.billerickson.net
     6 * Author:      CultivateWP
     7 * Author URI:  http://cultivatewp.com
    88 * Version:     1.7.0
    99 * Text Domain: be-media-from-production
  • be-media-from-production/trunk/readme.txt

    r2940565 r2940960  
    1010== Description ==
    1111
    12 When redesigning a website with a large uploads directory, you might not need all those uploads in your development
    13 or staging environment, but you also don't want to see broken images throughout the site.
     12When spinning up a staging or local development environment, you might not need the full uploads directory, but you also don’t want to see broken images throughout the site.
    1413
    15 This plugin lets you use the production server for missing media. Define the production URL using a constant `BE_MEDIA_FROM_PRODUCTION_URL` or filter `be_media_from_production_url`.
     14This plugin lets you use the production server for missing media. Define the production URL using a wp-config.php constant BE_MEDIA_FROM_PRODUCTION_URL or filter be_media_from_production_url.
    1615
    1716In all cases, if a local file exists, it will be used in preference to the remote file.
     
    2524```
    2625
    27 Alternatively, you can use the filter in your theme's functions.php file, a core functionality plugin, or a mu-plugin:
     26Alternatively, you can use the filter in a Code Snippets plugin or a mu-plugin:
    2827
    2928```
Note: See TracChangeset for help on using the changeset viewer.