Just another contact form plugin. Simple but flexible.
About WP Auto Updater
The WP Auto Updater plugin allows for automatic updates of WordPress Core, Themes, Plugins, and Translations. It includes features such as setting up a schedule for automatic updates, disabling automatic updates for specific Themes and Plugins, recording update history, and receiving update notifications. Before updating, it is important to back up your database and files.Screenshots



Changelog
1.7.3
- add phpcs job to ci
- add test case
- fix sanitize for clear logs
1.7.2
- add php 8.3 to matrix and actions/checkout bump up for ci
- imporve code with phpcs
- change the type of a variable
- add phpunit-legacy job to ci
1.7.1
- tested up to 6.4.0
- update japanese translation
- update pot
- imporve code with phpcs, phpmd and phpstan
- change variable type
- fix Undefined property: stdClass
- phpunit bump up to version 8
- ci support php 8.0 later
1.7.0
- tested up to 6.2.0
- update japanese translation
- update pot
- add test case
- add last day to schedule
- fix composer scripts
- update github actions
- set auto_update_core_major to disable when activate
- add support section and enhance contribution section to README
- fix license
- fix wp-plugin-unit-test.yml
1.6.3
- change makepot from php script to wp cli
- change plugin initialization to plugins_loaded hook
- replace assert from assertEquals to assertSame
1.6.2
- change requires at least to wordpress 4.9
- change requires to PHP 5.6
- add test case
1.6.1
- update composer dependencies
- fix test case
- separate the method into print_update_message
- add load_plugin_data method
- change from protected variable to public variable for unit test
- add timeout-minutes to workflows
- add phpunit-polyfills
- update install-wp-tests.sh
- fix .editorconfig
- tested up to 5.8.0
1.6.0
- update japanese translation
- update pot
- add an option to delete logs for a specified period range
- add per_page screen option
- fix cron schedule warning
- add timezone string
- add correction for timestamp when the time has passed
1.5.1
- tested up to 5.7.0
- update japanese translation
- update pot
- add comment for translators
- fix composer scripts
- add test case
- add sponsor link
- add FUNDING.yml
- add donate link
- update wordpress-test-matrix
- fix Trying to access array offset on value of type null on PHP7.4
- add GitHub actions for CI/CD, remove .travis.yml
1.5.0
- update japanese translation
- update pot
- imporve code with phpcs, phpmd and phpstan
- update testunit configuration
- fix composer.json
- fix test case
- disable auto-update UI elements
- disable theme and plugin auto-update notification email
- change hook tag
- fix to send only built-in core update notification email
1.4.0
- fix validate
- fix Unexpected deprecated notice for WP_User->id
- update screenshot
- fix indent and reformat with phpcs and phpcbf
- refactoring with phpunit
- bump up phpunit version to 7
- add phpunit coverage composer script
- add test case
- remove duplicate load_textdomain
- change how options are merged
- display warning in case the cron schedule is out of sync
- fix phpdoc and add phpdoc
- add notification function
1.3.0
- add link to WordPress Update Process Chart screenshot
- fix pot
- remove jQuery dependency in form_controller function
1.2.3
- add installed info
- add reset-wp-tests.sh, uninstall-wp-tests.sh
- fix pagination
1.2.2
- add WordPress Update Process Chart screenshot
- fix test case
- add test case for floating point
- refactoring with phpmd and phpstan
1.2.1
- fix float comparison with version number difference
1.2.0
- update japanese language
- update pot
- change hook name
- refactoring with phpcs
- fix indent and reformat with phpcs and phpcbf
- add composer.json for test
- add static code analysis config
1.1.0
- improve CI environment
- add version number before the update in the logs
- gather present version
- add user in the logging
- improve table creation prosess
- add admin notice
- add table migration function
- add user column, update history table v1.0.1
1.0.1
- fix readme
- add PHPDoc comments
1.0.0
- initial release