# Cron Manager

## Overview

Cron Manager is the base plugin scheme for writing and organizing in the right way a WordPress plugin in the wpXtreme
environment.

## System Requirements

* wpXtreme last version is suggested
* Wordpress 3.8 or higher (last version is suggest)
* PHP version 5.2.4 or greater
* MySQL version 5.0 or greater

## Browser compatibility

* We suggest to update your browser always at its last version.

## Versioning

For transparency and insight into our release cycle, and for striving to maintain backward compatibility, this code will be maintained under the Semantic Versioning guidelines as much as possible.

Releases will be numbered with the following format:

`<major>.<minor>.<patch>`

And constructed with the following guidelines:

* Breaking backward compatibility bumps the major (and resets the minor and patch)
* New additions without breaking backward compatibility bumps the minor (and resets the patch)
* Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org/.

## Getting Started

[Guide](https://wpxtre.me/product/cron-manager)