Plugin Directory

Changeset 2667145


Ignore:
Timestamp:
01/27/2022 01:35:54 PM (4 years ago)
Author:
xibodevelopment
Message:

updated version for wp 5.9

Location:
backupwordpress
Files:
247 added
4 edited

Legend:

Unmodified
Added
Removed
  • backupwordpress/trunk/backupwordpress.php

    r2489669 r2667145  
    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.11
     6Version: 3.12
    77Author: XIBO Ltd
    88Author URI: https://profiles.wordpress.org/xibodevelopment
  • backupwordpress/trunk/classes/class-plugin.php

    r2489669 r2667145  
    77 */
    88final class Plugin {
    9     const PLUGIN_VERSION = '3.11';
     9    const PLUGIN_VERSION = '3.12';
    1010
    1111    /**
  • backupwordpress/trunk/languages/backupwordpress.pot

    r2489669 r2667145  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: BackUpWordPress 3.11\n"
     5"Project-Id-Version: BackUpWordPress 3.12\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

    r2489669 r2667145  
    33Tags: back up, backup, backups, database, zip, db, files, archive, wp-cli, xibodevelopment
    44Requires at least: 3.9
    5 Tested up to: 5.7
    6 Stable tag: 3.11
     5Tested up to: 5.9
     6Stable tag: 3.12
    77
    88Simple automated backups of your WordPress-powered website.
     
    157157
    158158== Changelog ==
     159
     160### 3.12 / 2022-01-27
     161
     162* Updated to WP 5.9
    159163
    160164### 3.11 / 2021-03-08
Note: See TracChangeset for help on using the changeset viewer.