Plugin Directory

Changeset 1708027


Ignore:
Timestamp:
08/03/2017 08:19:59 PM (9 years ago)
Author:
Zuige
Message:

Tag 1.2.1

Location:
wp-safe-updates
Files:
2 added
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-safe-updates/tags/1.2.1/readme.txt

    r1708022 r1708027  
    55Requires at least: 4.5
    66Tested up to: 4.6.1
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • wp-safe-updates/tags/1.2.1/wp-safe-updates.php

    r1708022 r1708027  
    44 * Plugin URI: https://github.com/anttiviljami/wp-safe-updates
    55 * Description: Test WordPress plugin updates safely before applying them on the live site.
    6  * Version: 1.2
     6 * Version: 1.2.1
    77 * Author: @anttiviljami
    88 * Author URI: https://github.com/anttiviljami
     
    3535  public $update_logic;
    3636
     37  public static $dropin_file = __DIR__ . '/db.php.txt';
    3738  public static $dropin_target = WP_CONTENT_DIR . '/db.php';
    38   public static $dropin_file = __DIR__ . '/db.php';
    3939
    4040  public static function init() {
     
    9898<div class="notice notice-warning is-dismissible">
    9999  <?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>
    101101</div>
    102102<?php
  • wp-safe-updates/trunk/readme.txt

    r1708022 r1708027  
    55Requires at least: 4.5
    66Tested up to: 4.6.1
    7 Stable tag: 1.2
     7Stable tag: 1.2.1
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
  • wp-safe-updates/trunk/wp-safe-updates.php

    r1708022 r1708027  
    44 * Plugin URI: https://github.com/anttiviljami/wp-safe-updates
    55 * Description: Test WordPress plugin updates safely before applying them on the live site.
    6  * Version: 1.2
     6 * Version: 1.2.1
    77 * Author: @anttiviljami
    88 * Author URI: https://github.com/anttiviljami
     
    3535  public $update_logic;
    3636
     37  public static $dropin_file = __DIR__ . '/db.php.txt';
    3738  public static $dropin_target = WP_CONTENT_DIR . '/db.php';
    38   public static $dropin_file = __DIR__ . '/db.php';
    3939
    4040  public static function init() {
     
    9898<div class="notice notice-warning is-dismissible">
    9999  <?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>
    101101</div>
    102102<?php
Note: See TracChangeset for help on using the changeset viewer.