Changeset 2940960
- Timestamp:
- 07/20/2023 04:07:02 PM (3 years ago)
- Location:
- be-media-from-production
- Files:
-
- 2 added
- 8 edited
-
assets/banner-1544x500.jpg (added)
-
assets/banner-772x250.jpg (added)
-
assets/icon-128x128.jpg (modified) (previous)
-
assets/icon-256x256.jpg (modified) (previous)
-
tags/1.7.0/README.md (modified) (1 diff)
-
tags/1.7.0/be-media-from-production.php (modified) (1 diff)
-
tags/1.7.0/readme.txt (modified) (2 diffs)
-
trunk/README.md (modified) (1 diff)
-
trunk/be-media-from-production.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
be-media-from-production/tags/1.7.0/README.md
r2940565 r2940960 12 12 ## Description 13 13 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. 14 When 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. 16 15 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`.16 This 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. 18 17 19 18 In 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 2 2 /** 3 3 * Plugin Name: BE Media from Production 4 * Plugin URI: http ://www.github.com/billerickson/be-media-from-production4 * Plugin URI: https://cultivatewp.com/our-plugins/be-media-from-production/ 5 5 * Description: Uses local media when it's available, and uses the production server for rest. 6 * Author: Bill Erickson7 * Author URI: http:// www.billerickson.net6 * Author: CultivateWP 7 * Author URI: http://cultivatewp.com 8 8 * Version: 1.7.0 9 9 * Text Domain: be-media-from-production -
be-media-from-production/tags/1.7.0/readme.txt
r2940565 r2940960 10 10 == Description == 11 11 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. 12 When 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. 14 13 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`.14 This 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. 16 15 17 16 In all cases, if a local file exists, it will be used in preference to the remote file. … … 25 24 ``` 26 25 27 Alternatively, you can use the filter in your theme's functions.php file, a core functionality plugin,or a mu-plugin:26 Alternatively, you can use the filter in a Code Snippets plugin or a mu-plugin: 28 27 29 28 ``` -
be-media-from-production/trunk/README.md
r2940565 r2940960 12 12 ## Description 13 13 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. 14 When 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. 16 15 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`.16 This 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. 18 17 19 18 In 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 2 2 /** 3 3 * Plugin Name: BE Media from Production 4 * Plugin URI: http ://www.github.com/billerickson/be-media-from-production4 * Plugin URI: https://cultivatewp.com/our-plugins/be-media-from-production/ 5 5 * Description: Uses local media when it's available, and uses the production server for rest. 6 * Author: Bill Erickson7 * Author URI: http:// www.billerickson.net6 * Author: CultivateWP 7 * Author URI: http://cultivatewp.com 8 8 * Version: 1.7.0 9 9 * Text Domain: be-media-from-production -
be-media-from-production/trunk/readme.txt
r2940565 r2940960 10 10 == Description == 11 11 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. 12 When 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. 14 13 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`.14 This 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. 16 15 17 16 In all cases, if a local file exists, it will be used in preference to the remote file. … … 25 24 ``` 26 25 27 Alternatively, you can use the filter in your theme's functions.php file, a core functionality plugin,or a mu-plugin:26 Alternatively, you can use the filter in a Code Snippets plugin or a mu-plugin: 28 27 29 28 ```
Note: See TracChangeset
for help on using the changeset viewer.