=== Gulf Google Drive Backup ===
Contributors: gulfstatesoftware
Tags: backup, google drive, scheduled backup, database backup, wordpress backup
Requires at least: 6.2
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Create WordPress backups and upload them to Google Drive.

== Description ==

Gulf Google Drive Backup lets administrators create WordPress backups and upload them to a selected Google Drive folder.

Features:

* Manual backups
* Scheduled backups: daily, weekly, or monthly
* Custom backup time
* Retention cleanup for older backups
* Backup listing in the admin area
* Delete backup button
* Google Drive-ready settings
* Support link included

This plugin is backup-only. It does not restore backups from wp-admin.

For support and documentation, visit:
https://www.gulfstatesoftware.net/gulf-google-drive-backup/

== Installation ==

1. Upload the plugin files to the `/wp-content/plugins/gulf-google-drive-backup` directory, or install the plugin through the WordPress plugins screen.
2. Activate the plugin through the 'Plugins' screen in WordPress.
3. Go to the 'Drive Backup' menu in wp-admin.
4. Configure your settings.
5. Run a manual backup or enable scheduled backups.

== Frequently Asked Questions ==

= Does this plugin restore backups? =

No. This version creates and stores backups only.

= Does this version upload directly to Google Drive? =

The plugin includes the structure and settings for Google Drive integration. Full OAuth upload logic can be added to this base.

= Where can I get support? =

Please visit:
https://www.gulfstatesoftware.net/gulf-google-drive-backup/

== Screenshots ==

1. Settings page
2. Manual backup section
3. Backup listing with delete button

== Changelog ==

= 1.0.1 =
* Rewrote plugin base
* Fixed text domain consistency
* Fixed stable tag mismatch
* Added support link
* Added delete backup button
* Fixed fatal error caused by wp_put_contents()
* Improved sanitization and escaping
* Added backup retention cleanup

== Upgrade Notice ==

= 1.0.1 =
Recommended update for cleaner plugin structure and WordPress.org compliance.