Plugin Directory

Changeset 1708032


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

Update descriptions and copyright year

Location:
wp-safe-updates
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wp-safe-updates/tags/1.2.2/readme.md

    r1708022 r1708032  
    1212## How does it work?
    1313
    14 This plugin adds a "test update" button when plugin updates are available. Clicking it triggers the creation of a sandbox where the user can safely test updating plugins without affecting the live site. Once the user is finished testing the plugin, they can go back to the live site and do updates if they like.
     14This plugin adds a "test update" button when plugin updates are available. Clicking it will trigger the creation of a sandbox where you can safely test updating plugins without affecting the live site. Once finished testing the plugin, you can go back to the live site and do the real updates if all is well.
    1515
    16 The sandbox works similarly to how WordPress multisite works. We tell WordPress to temporarily use a different database prefix and a different plugins directory while in the alternative heap (sandbox). This is done by sending WordPress a special _alt_heap cookie.
     16The sandbox works similarly to how WordPress multisite works. We basically tell WordPress to temporarily use a different database prefix and a different plugins directory while in the sandbox, which means while you test the update, no changes are made to the live site.
    1717
    1818## Screenshots
  • wp-safe-updates/tags/1.2.2/readme.txt

    r1708027 r1708032  
    55Requires at least: 4.5
    66Tested up to: 4.6.1
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1313Test WordPress plugin updates safely before applying them on the live site.
    1414
    15 This plugin adds a "test update" button when plugin updates are available. Clicking it triggers the creation of a sandbox where the user can safely test updating plugins without affecting the live site. Once the user is finished testing the plugin, they can go back to the live site and do updates if they like.
     15This plugin adds a "test update" button when plugin updates are available. Clicking it will trigger the creation of a sandbox where you can safely test updating plugins without affecting the live site. Once finished testing the plugin, you can go back to the live site and do the real updates if all is well.
    1616
    17 The sandbox works similarly to how WordPress multisite works. We tell WordPress to temporarily use a different database prefix and a different plugins directory while in the alternative heap (sandbox). This is done by sending WordPress a special _alt_heap cookie.
     17The sandbox works similarly to how WordPress multisite works. We basically tell WordPress to temporarily use a different database prefix and a different plugins directory while in the sandbox, which means while you test the update, no changes are made to the live site.
    1818
    1919**Disclaimer**
  • wp-safe-updates/tags/1.2.2/wp-safe-updates.php

    r1708027 r1708032  
    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.1
     6 * Version: 1.2.2
    77 * Author: @anttiviljami
    88 * Author URI: https://github.com/anttiviljami
     
    1111 */
    1212
    13 /** Copyright 2016 Antti Kuosmanen
     13/** Copyright 2017 Antti Kuosmanen
    1414
    1515  This program is free software; you can redistribute it and/or modify
  • wp-safe-updates/trunk/readme.md

    r1708022 r1708032  
    1212## How does it work?
    1313
    14 This plugin adds a "test update" button when plugin updates are available. Clicking it triggers the creation of a sandbox where the user can safely test updating plugins without affecting the live site. Once the user is finished testing the plugin, they can go back to the live site and do updates if they like.
     14This plugin adds a "test update" button when plugin updates are available. Clicking it will trigger the creation of a sandbox where you can safely test updating plugins without affecting the live site. Once finished testing the plugin, you can go back to the live site and do the real updates if all is well.
    1515
    16 The sandbox works similarly to how WordPress multisite works. We tell WordPress to temporarily use a different database prefix and a different plugins directory while in the alternative heap (sandbox). This is done by sending WordPress a special _alt_heap cookie.
     16The sandbox works similarly to how WordPress multisite works. We basically tell WordPress to temporarily use a different database prefix and a different plugins directory while in the sandbox, which means while you test the update, no changes are made to the live site.
    1717
    1818## Screenshots
  • wp-safe-updates/trunk/readme.txt

    r1708027 r1708032  
    55Requires at least: 4.5
    66Tested up to: 4.6.1
    7 Stable tag: 1.2.1
     7Stable tag: 1.2.2
    88License: GPLv3
    99License URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    1313Test WordPress plugin updates safely before applying them on the live site.
    1414
    15 This plugin adds a "test update" button when plugin updates are available. Clicking it triggers the creation of a sandbox where the user can safely test updating plugins without affecting the live site. Once the user is finished testing the plugin, they can go back to the live site and do updates if they like.
     15This plugin adds a "test update" button when plugin updates are available. Clicking it will trigger the creation of a sandbox where you can safely test updating plugins without affecting the live site. Once finished testing the plugin, you can go back to the live site and do the real updates if all is well.
    1616
    17 The sandbox works similarly to how WordPress multisite works. We tell WordPress to temporarily use a different database prefix and a different plugins directory while in the alternative heap (sandbox). This is done by sending WordPress a special _alt_heap cookie.
     17The sandbox works similarly to how WordPress multisite works. We basically tell WordPress to temporarily use a different database prefix and a different plugins directory while in the sandbox, which means while you test the update, no changes are made to the live site.
    1818
    1919**Disclaimer**
  • wp-safe-updates/trunk/wp-safe-updates.php

    r1708027 r1708032  
    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.1
     6 * Version: 1.2.2
    77 * Author: @anttiviljami
    88 * Author URI: https://github.com/anttiviljami
     
    1111 */
    1212
    13 /** Copyright 2016 Antti Kuosmanen
     13/** Copyright 2017 Antti Kuosmanen
    1414
    1515  This program is free software; you can redistribute it and/or modify
Note: See TracChangeset for help on using the changeset viewer.