Plugin Directory

Changeset 1967049


Ignore:
Timestamp:
11/01/2018 10:35:02 AM (7 years ago)
Author:
xibodevelopment
Message:

Updated wording

Location:
backupwordpress/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • backupwordpress/trunk/backupwordpress.php

    r1939336 r1967049  
    44Plugin URI: https://updraftplus.com/backupwordpress/?afref=744
    55Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools &rarr; Backups</strong>. On multisite, you'll find me under the Network Settings menu.
    6 Version: 3.7.2
     6Version: 3.8
    77Author: XIBO Ltd
    88Author URI: https://profiles.wordpress.org/xibodevelopment
     
    1818
    1919This program is free software; you can redistribute it and/or modify
    20 it under the terms of the GNU General Public License as published by
     20it under the terms of the General Public License (GNU) as published by
    2121the Free Software Foundation; either version 2 of the License, or
    2222(at your option) any later version.
  • backupwordpress/trunk/classes/class-plugin.php

    r1965000 r1967049  
    77 */
    88final class Plugin {
    9     const PLUGIN_VERSION = '3.7.2';
     9    const PLUGIN_VERSION = '3.8';
    1010
    1111    /**
  • backupwordpress/trunk/languages/backupwordpress.pot

    r1965000 r1967049  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: BackUpWordPress 3.7.2\n"
     5"Project-Id-Version: BackUpWordPress 3.8\n"
    66"Report-Msgid-Bugs-To: support@xibomarketing.com\n"
    77"POT-Creation-Date: 2018-10-29 10:39:44+00:00\n"
  • backupwordpress/trunk/readme.txt

    r1966996 r1967049  
    44Requires at least: 3.9
    55Tested up to: 4.9.8
    6 Stable tag: 3.7.2
     6Stable tag: 3.8
    77
    88Simple automated backups of your WordPress-powered website.
     
    161161
    162162== Changelog ==
     163
     164### 3.8 / 2018-11-01
     165
     166* GNU Wording change
    163167
    164168### 3.7.2 / 2018-10-29
Note: See TracChangeset for help on using the changeset viewer.