new version

This commit is contained in:
Almira Krdzic
2018-08-06 15:32:55 +02:00
parent d86f748bc6
commit 3da7e559dd
73 changed files with 256 additions and 286 deletions

View File

@@ -9,6 +9,9 @@ if ( ! class_exists( 'GFForms' ) ) {
* look into the post_upgrade_schema() function for a sample and instructions on how to do it.
*/
/** WordPress Upgrade Functions */
require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
class GF_Upgrade {
private $versions = null;