Changeset 1967049
- Timestamp:
- 11/01/2018 10:35:02 AM (7 years ago)
- Location:
- backupwordpress/trunk
- Files:
-
- 4 edited
-
backupwordpress.php (modified) (2 diffs)
-
classes/class-plugin.php (modified) (1 diff)
-
languages/backupwordpress.pot (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
backupwordpress/trunk/backupwordpress.php
r1939336 r1967049 4 4 Plugin URI: https://updraftplus.com/backupwordpress/?afref=744 5 5 Description: Simple automated backups of your WordPress powered website. Once activated you'll find me under <strong>Tools → Backups</strong>. On multisite, you'll find me under the Network Settings menu. 6 Version: 3. 7.26 Version: 3.8 7 7 Author: XIBO Ltd 8 8 Author URI: https://profiles.wordpress.org/xibodevelopment … … 18 18 19 19 This program is free software; you can redistribute it and/or modify 20 it under the terms of the G NU General Public Licenseas published by20 it under the terms of the General Public License (GNU) as published by 21 21 the Free Software Foundation; either version 2 of the License, or 22 22 (at your option) any later version. -
backupwordpress/trunk/classes/class-plugin.php
r1965000 r1967049 7 7 */ 8 8 final class Plugin { 9 const PLUGIN_VERSION = '3. 7.2';9 const PLUGIN_VERSION = '3.8'; 10 10 11 11 /** -
backupwordpress/trunk/languages/backupwordpress.pot
r1965000 r1967049 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: BackUpWordPress 3. 7.2\n"5 "Project-Id-Version: BackUpWordPress 3.8\n" 6 6 "Report-Msgid-Bugs-To: support@xibomarketing.com\n" 7 7 "POT-Creation-Date: 2018-10-29 10:39:44+00:00\n" -
backupwordpress/trunk/readme.txt
r1966996 r1967049 4 4 Requires at least: 3.9 5 5 Tested up to: 4.9.8 6 Stable tag: 3. 7.26 Stable tag: 3.8 7 7 8 8 Simple automated backups of your WordPress-powered website. … … 161 161 162 162 == Changelog == 163 164 ### 3.8 / 2018-11-01 165 166 * GNU Wording change 163 167 164 168 ### 3.7.2 / 2018-10-29
Note: See TracChangeset
for help on using the changeset viewer.