Changeset 1708027
- Timestamp:
- 08/03/2017 08:19:59 PM (9 years ago)
- Location:
- wp-safe-updates
- Files:
-
- 2 added
- 4 edited
- 1 copied
-
tags/1.2.1 (copied) (copied from wp-safe-updates/trunk)
-
tags/1.2.1/db.php.txt (added)
-
tags/1.2.1/readme.txt (modified) (1 diff)
-
tags/1.2.1/wp-safe-updates.php (modified) (3 diffs)
-
trunk/db.php.txt (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-safe-updates.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-safe-updates/tags/1.2.1/readme.txt
r1708022 r1708027 5 5 Requires at least: 4.5 6 6 Tested up to: 4.6.1 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
wp-safe-updates/tags/1.2.1/wp-safe-updates.php
r1708022 r1708027 4 4 * Plugin URI: https://github.com/anttiviljami/wp-safe-updates 5 5 * Description: Test WordPress plugin updates safely before applying them on the live site. 6 * Version: 1.2 6 * Version: 1.2.1 7 7 * Author: @anttiviljami 8 8 * Author URI: https://github.com/anttiviljami … … 35 35 public $update_logic; 36 36 37 public static $dropin_file = __DIR__ . '/db.php.txt'; 37 38 public static $dropin_target = WP_CONTENT_DIR . '/db.php'; 38 public static $dropin_file = __DIR__ . '/db.php';39 39 40 40 public static function init() { … … 98 98 <div class="notice notice-warning is-dismissible"> 99 99 <?php $configure_action = 'https://wordpress.org/plugins/wp-safe-updates/installation/'; ?> 100 <p><?php echo wp_sprintf( __('WP Safe Updates is not yet active. Please copy the <pre>db.php</pre> file inside this plugin to your wp-content directory.', 'wp-safe-updates'), $configure_action ); ?> <button type="button" class="notice-dismiss"></button></p>100 <p><?php echo wp_sprintf( __('WP Safe Updates is not yet active. Please copy and rename the <code>db.php.txt</code> file from this plugin to <code>wp-content/db.php</code>', 'wp-safe-updates'), $configure_action ); ?> <button type="button" class="notice-dismiss"></button></p> 101 101 </div> 102 102 <?php -
wp-safe-updates/trunk/readme.txt
r1708022 r1708027 5 5 Requires at least: 4.5 6 6 Tested up to: 4.6.1 7 Stable tag: 1.2 7 Stable tag: 1.2.1 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl-3.0.html -
wp-safe-updates/trunk/wp-safe-updates.php
r1708022 r1708027 4 4 * Plugin URI: https://github.com/anttiviljami/wp-safe-updates 5 5 * Description: Test WordPress plugin updates safely before applying them on the live site. 6 * Version: 1.2 6 * Version: 1.2.1 7 7 * Author: @anttiviljami 8 8 * Author URI: https://github.com/anttiviljami … … 35 35 public $update_logic; 36 36 37 public static $dropin_file = __DIR__ . '/db.php.txt'; 37 38 public static $dropin_target = WP_CONTENT_DIR . '/db.php'; 38 public static $dropin_file = __DIR__ . '/db.php';39 39 40 40 public static function init() { … … 98 98 <div class="notice notice-warning is-dismissible"> 99 99 <?php $configure_action = 'https://wordpress.org/plugins/wp-safe-updates/installation/'; ?> 100 <p><?php echo wp_sprintf( __('WP Safe Updates is not yet active. Please copy the <pre>db.php</pre> file inside this plugin to your wp-content directory.', 'wp-safe-updates'), $configure_action ); ?> <button type="button" class="notice-dismiss"></button></p>100 <p><?php echo wp_sprintf( __('WP Safe Updates is not yet active. Please copy and rename the <code>db.php.txt</code> file from this plugin to <code>wp-content/db.php</code>', 'wp-safe-updates'), $configure_action ); ?> <button type="button" class="notice-dismiss"></button></p> 101 101 </div> 102 102 <?php
Note: See TracChangeset
for help on using the changeset viewer.