0byt3m1n1
Path:
/
data
/
20
/
4
/
41
/
84
/
4041084
/
meta
/
4489866
/
mysql.backup
/
[
Home
]
File: 1_0004dgz_0.mysqlcluster8.bak.sql
-- MySQL dump 10.13 Distrib 5.6.24, for Linux (x86_64) -- -- Host: mysqlcluster8 Database: 1_0004dgz_0 -- ------------------------------------------------------ -- Server version 5.6.28-76.1-56-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0', `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT '0', `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','https://wordpress.org/','','2016-01-07 15:05:18','2016-01-07 15:05:18','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1', `link_rating` int(11) NOT NULL DEFAULT '0', `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=InnoDB AUTO_INCREMENT=1598 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://tooth-fit.com/ardiotech','yes'),(2,'home','http://tooth-fit.com/ardiotech','yes'),(3,'blogname','Ardiotech','yes'),(4,'blogdescription','Raspberry Pi, Arduino, Embedded System','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','hgazeri@yahoo.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'hack_file','0','yes'),(30,'blog_charset','UTF-8','yes'),(31,'moderation_keys','','no'),(32,'active_plugins','a:19:{i:0;s:35:\"redux-framework/redux-framework.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:37:\"database-browser/database-browser.php\";i:4;s:37:\"database-to-excel/DatabaseToExcel.php\";i:5;s:24:\"envato-toolkit/index.php\";i:6;s:36:\"export-db-to-a-new-domain/edbfnd.php\";i:7;s:38:\"file-manager-database-backup/index.php\";i:8;s:9:\"hello.php\";i:9;s:27:\"js_composer/js_composer.php\";i:10;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:11;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:12;s:41:\"unicase-extensions/unicase-extensions.php\";i:13;s:27:\"woocommerce/woocommerce.php\";i:14;s:27:\"wp-backitup/wp-backitup.php\";i:15;s:35:\"wp-database-admin/wda_functions.php\";i:16;s:26:\"wp-dbmyadmin/dbMyadmin.php\";i:17;s:33:\"yith-woocommerce-compare/init.php\";i:18;s:34:\"yith-woocommerce-wishlist/init.php\";}','yes'),(33,'category_base','','yes'),(34,'ping_sites','http://rpc.pingomatic.com/','yes'),(35,'comment_max_links','2','yes'),(36,'gmt_offset','0','yes'),(37,'default_email_category','1','yes'),(38,'recently_edited','a:2:{i:0;s:106:\"\\\\WDP\\DFS\\30\\8\\9\\5\\3001036598\\user\\sites\\4489866.site\\www\\ardiotech/wp-content/plugins/akismet/akismet.php\";i:1;s:0:\"\";}','no'),(39,'template','unicase','yes'),(40,'stylesheet','unicase','yes'),(41,'comment_whitelist','1','yes'),(42,'blacklist_keys','','no'),(43,'comment_registration','0','yes'),(44,'html_type','text/html','yes'),(45,'use_trackback','0','yes'),(46,'default_role','subscriber','yes'),(47,'db_version','35700','yes'),(48,'uploads_use_yearmonth_folders','1','yes'),(49,'upload_path','','yes'),(50,'blog_public','1','yes'),(51,'default_link_category','2','yes'),(52,'show_on_front','posts','yes'),(53,'tag_base','','yes'),(54,'show_avatars','1','yes'),(55,'avatar_rating','G','yes'),(56,'upload_url_path','','yes'),(57,'thumbnail_size_w','150','yes'),(58,'thumbnail_size_h','150','yes'),(59,'thumbnail_crop','1','yes'),(60,'medium_size_w','300','yes'),(61,'medium_size_h','300','yes'),(62,'avatar_default','mystery','yes'),(63,'large_size_w','1024','yes'),(64,'large_size_h','1024','yes'),(65,'image_default_link_type','none','yes'),(66,'image_default_size','','yes'),(67,'image_default_align','','yes'),(68,'close_comments_for_old_posts','0','yes'),(69,'close_comments_days_old','14','yes'),(70,'thread_comments','1','yes'),(71,'thread_comments_depth','5','yes'),(72,'page_comments','0','yes'),(73,'comments_per_page','50','yes'),(74,'default_comments_page','newest','yes'),(75,'comment_order','asc','yes'),(76,'sticky_posts','a:0:{}','yes'),(77,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'uninstall_plugins','a:0:{}','no'),(81,'timezone_string','','yes'),(82,'page_for_posts','0','yes'),(83,'page_on_front','0','yes'),(84,'default_post_format','0','yes'),(85,'link_manager_enabled','0','yes'),(86,'finished_splitting_shared_terms','1','yes'),(87,'site_icon','40','yes'),(88,'medium_large_size_w','768','yes'),(89,'medium_large_size_h','0','yes'),(90,'initial_db_version','35700','yes'),(91,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:131:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop Manager\";s:12:\"capabilities\";a:110:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:17:\"edit_shop_webhook\";b:1;s:17:\"read_shop_webhook\";b:1;s:19:\"delete_shop_webhook\";b:1;s:18:\"edit_shop_webhooks\";b:1;s:25:\"edit_others_shop_webhooks\";b:1;s:21:\"publish_shop_webhooks\";b:1;s:26:\"read_private_shop_webhooks\";b:1;s:20:\"delete_shop_webhooks\";b:1;s:28:\"delete_private_shop_webhooks\";b:1;s:30:\"delete_published_shop_webhooks\";b:1;s:27:\"delete_others_shop_webhooks\";b:1;s:26:\"edit_private_shop_webhooks\";b:1;s:28:\"edit_published_shop_webhooks\";b:1;s:25:\"manage_shop_webhook_terms\";b:1;s:23:\"edit_shop_webhook_terms\";b:1;s:25:\"delete_shop_webhook_terms\";b:1;s:25:\"assign_shop_webhook_terms\";b:1;}}}','yes'),(92,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(93,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'sidebars_widgets','a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:14:\"blog-sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:14:\"page-sidebar-1\";N;s:14:\"shop-sidebar-1\";N;s:17:\"product-filters-1\";N;s:20:\"footer-top-widgets-1\";a:1:{i:0;s:18:\"unicase_nav_menu-3\";}s:23:\"footer-bottom-widgets-1\";N;s:13:\"array_version\";i:3;}','yes'),(99,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'cron','a:11:{i:1452807943;a:1:{s:31:\"wpbackitup_queue_scheduled_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1452808366;a:1:{s:32:\"woocommerce_cancel_unpaid_orders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1452811119;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1452811423;a:1:{s:29:\"akismet_schedule_cron_recheck\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1452816000;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1452816373;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1452827119;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1452848299;a:2:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1452852068;a:1:{s:24:\"akismet_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1454371200;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}','yes'),(111,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.4.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.4.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.4.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.4.1\";s:7:\"version\";s:5:\"4.4.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.4\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1452783937;s:15:\"version_checked\";s:5:\"4.4.1\";s:12:\"translations\";a:0:{}}','yes'),(129,'_site_transient_timeout_browser_c6e0d466c988c4043691b020b1fec366','1453243119','yes'),(132,'_site_transient_browser_c6e0d466c988c4043691b020b1fec366','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(138,'can_compress_scripts','1','yes'),(177,'_transient_timeout_plugin_slugs','1452858345','no'),(180,'_transient_plugin_slugs','a:19:{i:0;s:19:\"akismet/akismet.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:37:\"database-browser/database-browser.php\";i:3;s:37:\"database-to-excel/DatabaseToExcel.php\";i:4;s:24:\"envato-toolkit/index.php\";i:5;s:36:\"export-db-to-a-new-domain/edbfnd.php\";i:6;s:38:\"file-manager-database-backup/index.php\";i:7;s:9:\"hello.php\";i:8;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:9;s:35:\"redux-framework/redux-framework.php\";i:10;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:11;s:41:\"unicase-extensions/unicase-extensions.php\";i:12;s:27:\"woocommerce/woocommerce.php\";i:13;s:35:\"wp-database-admin/wda_functions.php\";i:14;s:26:\"wp-dbmyadmin/dbMyadmin.php\";i:15;s:27:\"wp-backitup/wp-backitup.php\";i:16;s:27:\"js_composer/js_composer.php\";i:17;s:33:\"yith-woocommerce-compare/init.php\";i:18;s:34:\"yith-woocommerce-wishlist/init.php\";}','no'),(189,'_site_transient_timeout_wporg_theme_feature_list','1452649616','yes'),(192,'_site_transient_wporg_theme_feature_list','a:4:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:6:\"Layout\";a:9:{i:0;s:12:\"fixed-layout\";i:1;s:12:\"fluid-layout\";i:2;s:17:\"responsive-layout\";i:3;s:10:\"one-column\";i:4;s:11:\"two-columns\";i:5;s:13:\"three-columns\";i:6;s:12:\"four-columns\";i:7;s:12:\"left-sidebar\";i:8;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:8:\"blavatar\";i:2;s:10:\"buddypress\";i:3;s:17:\"custom-background\";i:4;s:13:\"custom-colors\";i:5;s:13:\"custom-header\";i:6;s:11:\"custom-menu\";i:7;s:12:\"editor-style\";i:8;s:21:\"featured-image-header\";i:9;s:15:\"featured-images\";i:10;s:15:\"flexible-header\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(196,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1452801539;s:7:\"checked\";a:5:{s:7:\"nirvana\";s:5:\"1.2.2\";s:13:\"twentyfifteen\";s:3:\"1.4\";s:14:\"twentyfourteen\";s:3:\"1.6\";s:13:\"twentysixteen\";s:3:\"1.1\";s:7:\"unicase\";s:5:\"1.0.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(199,'theme_mods_twentysixteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1452638934;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(202,'current_theme','Unicase','yes'),(205,'theme_mods_nirvana','a:5:{i:0;b:0;s:12:\"header_image\";s:87:\"http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/cropped-1500-500_large@2x.jpg\";s:17:\"header_image_data\";O:8:\"stdClass\":5:{s:13:\"attachment_id\";i:36;s:3:\"url\";s:87:\"http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/cropped-1500-500_large@2x.jpg\";s:13:\"thumbnail_url\";s:87:\"http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/cropped-1500-500_large@2x.jpg\";s:6:\"height\";i:279;s:5:\"width\";i:945;}s:16:\"background_color\";s:0:\"\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1452641222;s:4:\"data\";a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:16:\"left-widget-area\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:17:\"right-widget-area\";N;s:24:\"first-footer-widget-area\";N;s:25:\"second-footer-widget-area\";N;s:24:\"third-footer-widget-area\";N;s:25:\"fourth-footer-widget-area\";N;s:25:\"above-content-widget-area\";N;s:25:\"below-content-widget-area\";N;s:18:\"header-widget-area\";N;s:30:\"presentation-page-columns-area\";N;}}}','yes'),(208,'theme_switched','','yes'),(211,'widget_columns_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(232,'theme_mods_unicase','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:3:{s:7:\"primary\";i:7;s:11:\"topbar-left\";i:7;s:12:\"topbar-right\";i:7;}}','yes'),(235,'widget_unicase_nav_menu','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(244,'nav_menu_options','a:1:{s:8:\"auto_add\";a:1:{i:0;i:4;}}','yes'),(252,'recently_activated','a:0:{}','yes'),(255,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(256,'wpcf7','a:1:{s:7:\"version\";s:5:\"4.3.1\";}','yes'),(270,'widget_mc4wp_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(273,'mc4wp_lite_version','2.3.18','yes'),(274,'ReduxFrameworkPlugin_ACTIVATED_NOTICES','a:1:{i:0;s:138:\"Redux Framework has an embedded demo. <a href=\"./plugins.php?ReduxFrameworkPlugin=demo\">Click here to activate the sample config file.</a>\";}','yes'),(276,'redux_version_upgraded_from','3.5.8.1','yes'),(279,'_transient_timeout__redux_activation_redirect','1452805785','no'),(282,'_transient__redux_activation_redirect','1','no'),(288,'mc4wp_show_major_updates_notice','1','yes'),(297,'unicase_options','a:82:{s:8:\"last_tab\";s:0:\"\";s:13:\"use_text_logo\";s:1:\"0\";s:9:\"logo_text\";s:7:\"unicase\";s:11:\"enable_pace\";s:1:\"0\";s:20:\"enable_scroll_to_top\";s:1:\"1\";s:12:\"layout_style\";s:9:\"stretched\";s:15:\"body_background\";a:7:{s:16:\"background-color\";s:11:\"transparent\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:9:\"site_logo\";a:5:{s:3:\"url\";s:70:\"http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/IMG_0342.png\";s:2:\"id\";s:2:\"39\";s:6:\"height\";s:3:\"258\";s:5:\"width\";s:3:\"284\";s:9:\"thumbnail\";s:78:\"http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/IMG_0342-150x150.png\";}s:12:\"header_style\";s:8:\"header-5\";s:9:\"header_bg\";s:0:\"\";s:17:\"header_background\";a:7:{s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:5:\"media\";a:4:{s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:17:\"header_text_color\";s:0:\"\";s:17:\"header_link_color\";a:3:{s:7:\"regular\";s:0:\"\";s:5:\"hover\";s:0:\"\";s:6:\"active\";s:0:\"\";}s:11:\"live_search\";s:1:\"1\";s:20:\"live_search_template\";s:169:\"<a href=\"{{url}}\" class=\"media live-search-media\"><img src=\"{{image}}\" class=\"pull-left flip\" height=\"60\" width=\"60\"><div class=\"media-body\"><p>{{{value}}}</p></div></a>\";s:21:\"live_search_empty_msg\";s:57:\"Unable to find any products that match the currenty query\";s:32:\"display_search_categories_filter\";s:1:\"1\";s:22:\"header_search_dropdown\";s:4:\"hsd0\";s:20:\"header_support_email\";s:17:\"hgazeri@yahoo.com\";s:20:\"header_support_phone\";s:16:\"(+49)01738747282\";s:13:\"top_cart_text\";s:13:\"Shopping Cart\";s:21:\"cart_dropdown_trigger\";s:5:\"click\";s:23:\"cart_dropdown_animation\";s:8:\"fadeInUp\";s:12:\"footer_style\";s:10:\"default-bg\";s:17:\"footer_background\";a:7:{s:16:\"background-color\";s:11:\"transparent\";s:17:\"background-repeat\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:16:\"background-image\";s:79:\"http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/1500-500_large@2x.jpg\";s:5:\"media\";a:4:{s:2:\"id\";s:2:\"34\";s:6:\"height\";s:3:\"640\";s:5:\"width\";s:3:\"945\";s:9:\"thumbnail\";s:87:\"http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/1500-500_large@2x-150x150.jpg\";}}s:17:\"footer_text_color\";s:7:\"#dd3333\";s:17:\"footer_link_color\";a:3:{s:7:\"regular\";s:0:\"\";s:5:\"hover\";s:0:\"\";s:6:\"active\";s:0:\"\";}s:19:\"footer_contact_info\";s:55:\"Henry Gazeri\r\nEygelshover Str. 13\r\n50999 Koln \r\nGermany\";s:13:\"footer_credit\";s:67:\"© 2016 <a href=\"http://tooth-fit.com/ardiotech/\">Ardiotech</a>\";s:32:\"footer_credit_card_icons_gallery\";s:0:\"\";s:22:\"primary_dropdown_style\";s:7:\"inverse\";s:24:\"primary_dropdown_trigger\";s:5:\"click\";s:26:\"primary_dropdown_animation\";s:8:\"fadeInUp\";s:31:\"primary_show_dropdown_indicator\";s:1:\"1\";s:28:\"topbar-left_dropdown_trigger\";s:5:\"click\";s:30:\"topbar-left_dropdown_animation\";s:8:\"fadeInUp\";s:35:\"topbar-left_show_dropdown_indicator\";s:1:\"1\";s:29:\"topbar-right_dropdown_trigger\";s:5:\"click\";s:31:\"topbar-right_dropdown_animation\";s:8:\"fadeInUp\";s:36:\"topbar-right_show_dropdown_indicator\";s:1:\"1\";s:35:\"custom-menu-widget_dropdown_trigger\";s:5:\"click\";s:37:\"custom-menu-widget_dropdown_animation\";s:8:\"fadeInUp\";s:42:\"custom-menu-widget_show_dropdown_indicator\";s:1:\"1\";s:12:\"catalog_mode\";s:1:\"0\";s:30:\"enable_product_brands_carousel\";s:1:\"1\";s:23:\"product_comparison_page\";s:0:\"\";s:16:\"shop_page_layout\";s:12:\"left-sidebar\";s:15:\"product_columns\";s:1:\"3\";s:17:\"shop_default_view\";s:4:\"grid\";s:18:\"remember_user_view\";s:1:\"0\";s:17:\"products_per_page\";s:2:\"15\";s:22:\"product_item_animation\";s:8:\"fadeInUp\";s:30:\"should_product_animation_delay\";s:1:\"1\";s:19:\"enable_lazy_loading\";s:1:\"1\";s:17:\"enable_quick_view\";s:1:\"1\";s:25:\"shop_single_product_style\";s:7:\"style-1\";s:27:\"enable_single_product_share\";s:1:\"1\";s:11:\"blog_layout\";s:13:\"right-sidebar\";s:13:\"force_excerpt\";s:1:\"1\";s:20:\"post_placeholder_img\";s:1:\"1\";s:19:\"post_item_animation\";s:8:\"fadeInUp\";s:22:\"enable_post_item_share\";s:1:\"1\";s:21:\"unicase_display_style\";s:15:\"unicase-style-2\";s:20:\"use_predefined_color\";s:1:\"1\";s:10:\"main_color\";s:5:\"green\";s:19:\"use_predefined_font\";s:1:\"1\";s:18:\"unicase_title_font\";a:6:{s:11:\"font-family\";s:6:\"Oswald\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";}s:20:\"unicase_content_font\";a:4:{s:11:\"font-family\";s:9:\"Open Sans\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:7:\"subsets\";s:5:\"latin\";}s:8:\"facebook\";s:35:\"https://www.facebook.com/ardiotech/\";s:7:\"twitter\";s:0:\"\";s:11:\"google-plus\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:9:\"instagram\";s:36:\"https://www.instagram.com/ardiotech/\";s:7:\"youtube\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:10:\"soundcloud\";s:0:\"\";s:4:\"vine\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";}','yes'),(300,'unicase_options-transients','a:2:{s:14:\"changed_values\";a:2:{s:8:\"facebook\";s:0:\"\";s:9:\"instagram\";s:0:\"\";}s:9:\"last_save\";i:1452675003;}','yes'),(303,'woocommerce_default_country','DE','yes'),(306,'woocommerce_allowed_countries','all','yes'),(309,'woocommerce_specific_allowed_countries','','yes'),(312,'woocommerce_default_customer_address','geolocation','yes'),(315,'woocommerce_demo_store','no','yes'),(318,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(321,'woocommerce_currency','EUR','yes'),(324,'woocommerce_currency_pos','left','yes'),(327,'woocommerce_price_thousand_sep','.','yes'),(330,'woocommerce_price_decimal_sep',',','yes'),(333,'woocommerce_price_num_decimals','2','yes'),(336,'woocommerce_weight_unit','kg','yes'),(339,'woocommerce_dimension_unit','cm','yes'),(342,'woocommerce_enable_review_rating','yes','no'),(345,'woocommerce_review_rating_required','yes','no'),(348,'woocommerce_review_rating_verification_label','yes','no'),(351,'woocommerce_review_rating_verification_required','no','no'),(354,'woocommerce_shop_page_id','73','yes'),(357,'woocommerce_shop_page_display','','yes'),(360,'woocommerce_category_archive_display','','yes'),(363,'woocommerce_default_catalog_orderby','menu_order','yes'),(366,'woocommerce_cart_redirect_after_add','no','yes'),(369,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(372,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"300\";s:4:\"crop\";i:1;}','yes'),(375,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"600\";s:4:\"crop\";i:1;}','yes'),(378,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:3:\"180\";s:4:\"crop\";i:1;}','yes'),(381,'woocommerce_enable_lightbox','yes','yes'),(384,'woocommerce_manage_stock','yes','yes'),(387,'woocommerce_hold_stock_minutes','60','no'),(390,'woocommerce_notify_low_stock','yes','no'),(393,'woocommerce_notify_no_stock','yes','no'),(396,'woocommerce_stock_email_recipient','hgazeri@yahoo.com','no'),(399,'woocommerce_notify_low_stock_amount','2','no'),(402,'woocommerce_notify_no_stock_amount','0','no'),(405,'woocommerce_hide_out_of_stock_items','no','yes'),(408,'woocommerce_stock_format','','yes'),(411,'woocommerce_file_download_method','force','no'),(414,'woocommerce_downloads_require_login','no','no'),(417,'woocommerce_downloads_grant_access_after_payment','yes','no'),(420,'woocommerce_calc_taxes','yes','yes'),(423,'woocommerce_prices_include_tax','yes','yes'),(426,'woocommerce_tax_based_on','shipping','yes'),(429,'woocommerce_shipping_tax_class','title','yes'),(432,'woocommerce_tax_round_at_subtotal','no','yes'),(435,'woocommerce_tax_classes','Reduced Rate\r\nZero Rate','yes'),(438,'woocommerce_tax_display_shop','excl','yes'),(441,'woocommerce_tax_display_cart','excl','no'),(444,'woocommerce_price_display_suffix','','yes'),(447,'woocommerce_tax_total_display','itemized','no'),(450,'woocommerce_enable_coupons','yes','no'),(453,'woocommerce_calc_discounts_sequentially','no','no'),(456,'woocommerce_enable_guest_checkout','yes','no'),(459,'woocommerce_force_ssl_checkout','no','yes'),(462,'woocommerce_unforce_ssl_checkout','no','yes'),(465,'woocommerce_cart_page_id','79','yes'),(468,'woocommerce_checkout_page_id','85','yes'),(471,'woocommerce_terms_page_id','','no'),(474,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(477,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(480,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(483,'woocommerce_calc_shipping','yes','yes'),(486,'woocommerce_enable_shipping_calc','yes','no'),(489,'woocommerce_shipping_cost_requires_address','no','no'),(492,'woocommerce_shipping_method_format','','no'),(495,'woocommerce_ship_to_destination','billing','no'),(498,'woocommerce_ship_to_countries','','yes'),(501,'woocommerce_specific_ship_to_countries','','yes'),(504,'woocommerce_myaccount_page_id','91','yes'),(507,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(510,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(513,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(516,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(519,'woocommerce_logout_endpoint','customer-logout','yes'),(522,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(525,'woocommerce_enable_myaccount_registration','no','no'),(528,'woocommerce_enable_checkout_login_reminder','yes','no'),(531,'woocommerce_registration_generate_username','yes','no'),(534,'woocommerce_registration_generate_password','no','no'),(537,'woocommerce_email_from_name','Ardiotech','no'),(540,'woocommerce_email_from_address','hgazeri@yahoo.com','no'),(543,'woocommerce_email_header_image','','no'),(546,'woocommerce_email_footer_text','Ardiotech - Powered by WooCommerce','no'),(549,'woocommerce_email_base_color','#557da1','no'),(552,'woocommerce_email_background_color','#f5f5f5','no'),(555,'woocommerce_email_body_background_color','#fdfdfd','no'),(558,'woocommerce_email_text_color','#505050','no'),(561,'woocommerce_api_enabled','yes','yes'),(585,'woocommerce_language_pack_version','a:2:{i:0;s:6:\"2.4.13\";i:1;s:0:\"\";}','yes'),(591,'_transient_woocommerce_cache_excluded_uris','a:0:{}','yes'),(594,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(597,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(600,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(603,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(606,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(609,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(612,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(615,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(618,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(621,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(624,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(627,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(630,'widget_unicase_products_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(633,'widget_widget_products_carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(639,'woocommerce_meta_box_errors','a:0:{}','yes'),(640,'_transient_timeout_wc_upgrade_notice_2.4.12','1452729576','no'),(643,'_transient_wc_upgrade_notice_2.4.12','','no'),(658,'_transient_timeout_geoip_5.146.163.6','1453248052','no'),(661,'_transient_geoip_5.146.163.6','DE','no'),(666,'woocommerce_flat_rate_settings','a:8:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:9:\"Flat Rate\";s:12:\"availability\";s:8:\"specific\";s:9:\"countries\";a:1:{i:0;s:2:\"DE\";}s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:19:\"3.50 + 3.50 * [qty]\";s:4:\"type\";s:5:\"order\";s:7:\"options\";b:0;}','yes'),(669,'woocommerce_international_delivery_settings','a:8:{s:7:\"enabled\";s:3:\"yes\";s:5:\"title\";s:9:\"Flat Rate\";s:12:\"availability\";s:9:\"excluding\";s:9:\"countries\";a:1:{i:0;s:2:\"DE\";}s:10:\"tax_status\";s:7:\"taxable\";s:4:\"cost\";s:19:\"8.50 + 8.50 * [qty]\";s:4:\"type\";s:5:\"order\";s:7:\"options\";b:0;}','yes'),(670,'woocommerce_paypal_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(673,'woocommerce_cheque_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),(676,'woocommerce_cod_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),(679,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),(682,'woocommerce_allow_tracking','no','yes'),(685,'_transient_product_query-transient-version','1452643695','yes'),(688,'_transient_product-transient-version','1452643695','yes'),(696,'_transient_timeout_geoip_70.39.246.37','1453248681','no'),(699,'_transient_geoip_70.39.246.37','US','no'),(703,'_transient_timeout_geoip_66.249.75.121','1453248685','no'),(706,'_transient_geoip_66.249.75.121','US','no'),(708,'_transient_timeout_geoip_66.249.75.105','1453248686','no'),(711,'_transient_geoip_66.249.75.105','US','no'),(718,'category_children','a:0:{}','yes'),(721,'_transient_timeout_wc_tax_rates_fd3d3384804e2c421351428459b0da9e','1453248867','no'),(724,'_transient_wc_tax_rates_fd3d3384804e2c421351428459b0da9e','a:1:{i:3;a:4:{s:4:\"rate\";s:7:\"19.0000\";s:5:\"label\";s:5:\"Mwst.\";s:8:\"shipping\";s:3:\"yes\";s:8:\"compound\";s:2:\"no\";}}','no'),(727,'_transient_timeout_geoip_23.22.131.24','1453249409','no'),(730,'_transient_geoip_23.22.131.24','US','no'),(732,'_transient_timeout_geoip_54.91.137.217','1453249447','no'),(735,'_transient_geoip_54.91.137.217','US','no'),(736,'_transient_timeout_geoip_107.170.107.176','1453249511','no'),(739,'_transient_geoip_107.170.107.176','US','no'),(742,'_transient_timeout_geoip_222.124.168.146','1453249682','no'),(745,'_transient_geoip_222.124.168.146','ID','no'),(775,'_site_transient_timeout_browser_884e862a0f7254ce3f0c1ea7f0f363dd','1453278241','yes'),(778,'_site_transient_browser_884e862a0f7254ce3f0c1ea7f0f363dd','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"47.0.2526.106\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(781,'_transient_timeout_wc_low_stock_count','1455265442','no'),(784,'_transient_wc_low_stock_count','0','no'),(787,'_transient_timeout_wc_outofstock_count','1455265442','no'),(790,'_transient_wc_outofstock_count','0','no'),(820,'_transient_timeout_mc4wp_dismiss_major_updates_notice','1453279946','no'),(823,'_transient_mc4wp_dismiss_major_updates_notice','1','no'),(844,'woocommerce_db_version','2.4.13','yes'),(847,'woocommerce_version','2.4.13','yes'),(850,'rewrite_rules','a:185:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"product_variation/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"product_variation/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"product_variation/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"product_variation/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"product_variation/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"product_variation/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"product_variation/([^/]+)/embed/?$\";s:50:\"index.php?product_variation=$matches[1]&embed=true\";s:38:\"product_variation/([^/]+)/trackback/?$\";s:44:\"index.php?product_variation=$matches[1]&tb=1\";s:46:\"product_variation/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?product_variation=$matches[1]&paged=$matches[2]\";s:53:\"product_variation/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?product_variation=$matches[1]&cpage=$matches[2]\";s:43:\"product_variation/([^/]+)/wc-api(/(.*))?/?$\";s:58:\"index.php?product_variation=$matches[1]&wc-api=$matches[3]\";s:49:\"product_variation/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"product_variation/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"product_variation/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?product_variation=$matches[1]&page=$matches[2]\";s:34:\"product_variation/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"product_variation/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"product_variation/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"product_variation/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"product_variation/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"product_variation/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"shop_order_refund/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"shop_order_refund/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"shop_order_refund/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"shop_order_refund/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"shop_order_refund/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"shop_order_refund/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"shop_order_refund/([^/]+)/embed/?$\";s:50:\"index.php?shop_order_refund=$matches[1]&embed=true\";s:38:\"shop_order_refund/([^/]+)/trackback/?$\";s:44:\"index.php?shop_order_refund=$matches[1]&tb=1\";s:46:\"shop_order_refund/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?shop_order_refund=$matches[1]&paged=$matches[2]\";s:53:\"shop_order_refund/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?shop_order_refund=$matches[1]&cpage=$matches[2]\";s:43:\"shop_order_refund/([^/]+)/wc-api(/(.*))?/?$\";s:58:\"index.php?shop_order_refund=$matches[1]&wc-api=$matches[3]\";s:49:\"shop_order_refund/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"shop_order_refund/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"shop_order_refund/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?shop_order_refund=$matches[1]&page=$matches[2]\";s:34:\"shop_order_refund/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"shop_order_refund/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"shop_order_refund/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"shop_order_refund/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"shop_order_refund/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"shop_order_refund/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:20:\"order-pay(/(.*))?/?$\";s:32:\"index.php?&order-pay=$matches[2]\";s:25:\"order-received(/(.*))?/?$\";s:37:\"index.php?&order-received=$matches[2]\";s:21:\"view-order(/(.*))?/?$\";s:33:\"index.php?&view-order=$matches[2]\";s:23:\"edit-account(/(.*))?/?$\";s:35:\"index.php?&edit-account=$matches[2]\";s:23:\"edit-address(/(.*))?/?$\";s:35:\"index.php?&edit-address=$matches[2]\";s:24:\"lost-password(/(.*))?/?$\";s:36:\"index.php?&lost-password=$matches[2]\";s:26:\"customer-logout(/(.*))?/?$\";s:38:\"index.php?&customer-logout=$matches[2]\";s:29:\"add-payment-method(/(.*))?/?$\";s:41:\"index.php?&add-payment-method=$matches[2]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(853,'woocommerce_admin_notices','a:0:{}','yes'),(856,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(888,'vc_version','4.9','yes'),(891,'yit_recently_activated','a:0:{}','yes'),(892,'widget_yith-woocompare-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(895,'yith_woocompare_is_button','button','yes'),(898,'yith_woocompare_button_text','Compare','yes'),(901,'yith_woocompare_compare_button_in_product_page','yes','yes'),(904,'yith_woocompare_compare_button_in_products_list','no','yes'),(907,'yith_woocompare_auto_open','yes','yes'),(910,'yith_woocompare_table_text','Compare products','yes'),(913,'yith_woocompare_fields_attrs','all','yes'),(916,'yith_woocompare_price_end','yes','yes'),(919,'yith_woocompare_add_to_cart_end','no','yes'),(922,'yith_woocompare_image_size','a:3:{s:5:\"width\";i:220;s:6:\"height\";i:154;s:4:\"crop\";i:1;}','yes'),(925,'yith_woocompare_fields','a:6:{s:5:\"image\";b:1;s:5:\"title\";b:1;s:5:\"price\";b:1;s:11:\"add-to-cart\";b:1;s:11:\"description\";b:1;s:5:\"stock\";b:1;}','yes'),(931,'yith_wcwl_frontend_css_colors','s:1159:\"a:10:{s:15:\"add_to_wishlist\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:21:\"add_to_wishlist_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:11:\"add_to_cart\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:17:\"add_to_cart_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"button_style_1\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:20:\"button_style_1_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"button_style_2\";a:3:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#858484\";s:12:\"border_color\";s:7:\"#c6c6c6\";}s:20:\"button_style_2_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"wishlist_table\";a:3:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#6d6c6c\";s:12:\"border_color\";s:7:\"#FFFFFF\";}s:7:\"headers\";a:1:{s:10:\"background\";s:7:\"#F4F4F4\";}}\";','yes'),(934,'yith_wcwl_enabled','yes','yes'),(937,'yith_wcwl_wishlist_title','My wishlist on Ardiotech','yes'),(940,'yith_wcwl_wishlist_page_id','106','yes'),(943,'yith_wcwl_redirect_cart','no','yes'),(946,'yith_wcwl_remove_after_add_to_cart','yes','yes'),(949,'yith_wcwl_add_to_wishlist_text','Add to Wishlist','yes'),(952,'yith_wcwl_browse_wishlist_text','Browse Wishlist','yes'),(955,'yith_wcwl_already_in_wishlist_text','The product is already in the wishlist!','yes'),(958,'yith_wcwl_product_added_text','Product added!','yes'),(961,'yith_wcwl_add_to_cart_text','Add to Cart','yes'),(964,'yith_wcwl_price_show','yes','yes'),(967,'yith_wcwl_add_to_cart_show','yes','yes'),(970,'yith_wcwl_stock_show','yes','yes'),(973,'yith_wcwl_show_dateadded','no','yes'),(976,'yith_wcwl_repeat_remove_button','no','yes'),(979,'yith_wcwl_use_button','no','yes'),(982,'yith_wcwl_custom_css','','yes'),(985,'yith_wcwl_frontend_css','yes','yes'),(988,'yith_wcwl_rounded_corners','yes','yes'),(991,'yith_wcwl_add_to_wishlist_icon','none','yes'),(994,'yith_wcwl_add_to_cart_icon','fa-shopping-cart','yes'),(997,'yith_wcwl_share_fb','yes','yes'),(1000,'yith_wcwl_share_twitter','yes','yes'),(1003,'yith_wcwl_share_pinterest','yes','yes'),(1006,'yith_wcwl_share_googleplus','yes','yes'),(1009,'yith_wcwl_share_email','yes','yes'),(1012,'yith_wcwl_socials_title','My wishlist on Ardiotech','yes'),(1015,'yith_wcwl_socials_text','','yes'),(1018,'yith_wcwl_socials_image_url','','yes'),(1021,'yith_wfbt_enable_integration','yes','yes'),(1024,'yith-wcwl-page-id','106','yes'),(1027,'yith_wcwl_version','2.0.13','yes'),(1030,'yith_wcwl_db_version','2.0.0','yes'),(1033,'yith_wcwl_general_videobox','a:7:{s:11:\"plugin_name\";s:25:\"YITH WooCommerce Wishlist\";s:18:\"title_first_column\";s:30:\"Discover the Advanced Features\";s:24:\"description_first_column\";s:89:\"Upgrade to the PREMIUM VERSION\nof YITH WOOCOMMERCE WISHLIST to benefit from all features!\";s:5:\"video\";a:3:{s:8:\"video_id\";s:9:\"118797844\";s:15:\"video_image_url\";s:106:\"http://tooth-fit.com/ardiotech/wp-content/plugins/yith-woocommerce-wishlist//assets/images/video-thumb.jpg\";s:17:\"video_description\";s:0:\"\";}s:19:\"title_second_column\";s:28:\"Get Support and Pro Features\";s:25:\"description_second_column\";s:205:\"By purchasing the premium version of the plugin, you will take advantage of the advanced features of the product and you will get one year of free updates and support through our platform available 24h/24.\";s:6:\"button\";a:2:{s:4:\"href\";s:78:\"http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/?refer_id=1030585\";s:5:\"title\";s:28:\"Get Support and Pro Features\";}}','yes'),(1045,'_transient_is_multi_author','0','yes'),(1047,'_transient_timeout_geoip_162.244.14.170','1453281594','no'),(1050,'_transient_geoip_162.244.14.170','US','no'),(1051,'_transient_timeout_geoip_107.170.10.112','1453282220','no'),(1054,'_transient_geoip_107.170.10.112','US','no'),(1057,'_transient_timeout_geoip_104.131.254.79','1453282232','no'),(1060,'_transient_geoip_104.131.254.79','US','no'),(1078,'_transient_timeout_geoip_107.170.79.233','1453283930','no'),(1081,'_transient_geoip_107.170.79.233','US','no'),(1084,'_transient_timeout_geoip_91.108.73.166','1453284063','no'),(1087,'_transient_geoip_91.108.73.166','DE','no'),(1092,'_transient_timeout_geoip_192.3.7.97','1453284519','no'),(1095,'_transient_geoip_192.3.7.97','US','no'),(1099,'_transient_timeout_geoip_162.244.13.26','1453286725','no'),(1102,'_transient_geoip_162.244.13.26','US','no'),(1186,'_transient_timeout_geoip_192.198.83.66','1453347102','no'),(1189,'_transient_geoip_192.198.83.66','US','no'),(1219,'_transient_timeout_mc4wp_minor_update_info','1452791314','no'),(1222,'_transient_mc4wp_minor_update_info','O:8:\"stdClass\":2:{s:11:\"new_version\";s:6:\"2.3.18\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.2.3.18.zip\";}','no'),(1224,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1452780535','yes'),(1227,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"5657\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"3550\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"3502\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"3012\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"2736\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"2220\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"2167\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"2004\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1955\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1941\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1936\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1887\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1788\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:4:\"1586\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:4:\"1516\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:4:\"1500\";}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";s:4:\"1439\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:4:\"1300\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:4:\"1261\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:4:\"1245\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:4:\"1139\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:4:\"1066\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:4:\"1038\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"986\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"944\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"900\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"883\";}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";s:3:\"881\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"870\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"866\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"852\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"807\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"766\";}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";s:3:\"743\";}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";s:3:\"737\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"734\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"728\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"722\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"721\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"717\";}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"Share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";s:3:\"707\";}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";s:3:\"700\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"681\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"676\";}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";s:3:\"655\";}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";s:3:\"652\";}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";s:3:\"645\";}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"CSS\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";s:3:\"641\";}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";s:3:\"634\";}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";s:3:\"626\";}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";s:3:\"607\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"598\";}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";s:3:\"593\";}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";s:3:\"588\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"584\";}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";s:3:\"576\";}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";s:3:\"575\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"574\";}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";s:3:\"571\";}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";s:3:\"561\";}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";s:3:\"545\";}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";s:3:\"539\";}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";s:3:\"527\";}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";s:3:\"520\";}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";s:3:\"519\";}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";s:3:\"508\";}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";s:3:\"504\";}s:7:\"picture\";a:3:{s:4:\"name\";s:7:\"picture\";s:4:\"slug\";s:7:\"picture\";s:5:\"count\";s:3:\"502\";}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";s:3:\"499\";}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";s:3:\"499\";}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";s:3:\"476\";}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";s:3:\"475\";}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";s:3:\"467\";}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";s:3:\"460\";}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";s:3:\"458\";}s:8:\"pictures\";a:3:{s:4:\"name\";s:8:\"pictures\";s:4:\"slug\";s:8:\"pictures\";s:5:\"count\";s:3:\"456\";}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";s:3:\"432\";}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";s:3:\"430\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"422\";}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";s:3:\"421\";}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";s:3:\"415\";}s:4:\"shop\";a:3:{s:4:\"name\";s:4:\"shop\";s:4:\"slug\";s:4:\"shop\";s:5:\"count\";s:3:\"415\";}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";s:3:\"414\";}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";s:3:\"404\";}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";s:3:\"404\";}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";s:3:\"400\";}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";s:3:\"400\";}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"News\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";s:3:\"396\";}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";s:3:\"396\";}s:9:\"thumbnail\";a:3:{s:4:\"name\";s:9:\"thumbnail\";s:4:\"slug\";s:9:\"thumbnail\";s:5:\"count\";s:3:\"390\";}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";s:3:\"389\";}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";s:3:\"387\";}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";s:3:\"381\";}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";s:3:\"380\";}s:8:\"lightbox\";a:3:{s:4:\"name\";s:8:\"lightbox\";s:4:\"slug\";s:8:\"lightbox\";s:5:\"count\";s:3:\"379\";}s:4:\"text\";a:3:{s:4:\"name\";s:4:\"text\";s:4:\"slug\";s:4:\"text\";s:5:\"count\";s:3:\"379\";}s:9:\"automatic\";a:3:{s:4:\"name\";s:9:\"automatic\";s:4:\"slug\";s:9:\"automatic\";s:5:\"count\";s:3:\"376\";}s:6:\"upload\";a:3:{s:4:\"name\";s:6:\"upload\";s:4:\"slug\";s:6:\"upload\";s:5:\"count\";s:3:\"375\";}s:6:\"paypal\";a:3:{s:4:\"name\";s:6:\"paypal\";s:4:\"slug\";s:6:\"paypal\";s:5:\"count\";s:3:\"373\";}s:14:\"administration\";a:3:{s:4:\"name\";s:14:\"administration\";s:4:\"slug\";s:14:\"administration\";s:5:\"count\";s:3:\"371\";}}','yes'),(1285,'wp-backitup_logging','false','yes'),(1288,'wp-backitup_major_version','1','yes'),(1291,'wp-backitup_minor_version','12','yes'),(1294,'wp-backitup_db_version','4','yes'),(1297,'wp-backitup_license_key','lite','yes'),(1300,'wp-backitup_license_last_check_date','2016-01-14 11:45:43','yes'),(1303,'wp-backitup_license_status','free','yes'),(1306,'wp-backitup_license_status_message','','yes'),(1309,'wp-backitup_license_expires','1970-01-01 00:00:00','yes'),(1312,'wp-backitup_license_limit','1','yes'),(1315,'wp-backitup_license_sitecount','1','yes'),(1318,'wp-backitup_license_type','0','yes'),(1321,'wp-backitup_license_customer_name','','yes'),(1324,'wp-backitup_license_customer_email','','yes'),(1326,'wp-backitup_backup_count','1','yes'),(1327,'wp-backitup_successful_backup_count','1','yes'),(1330,'wp-backitup_backup_lastrun_date','1452772381','yes'),(1332,'wp-backitup_notification_email','hgazeri@yahoo.com','yes'),(1335,'wp-backitup_backup_retained_number','3','yes'),(1338,'wp-backitup_backup_dbtables_batch_size','10000','yes'),(1341,'wp-backitup_backup_plugins_batch_size','5000','yes'),(1344,'wp-backitup_backup_themes_batch_size','5000','yes'),(1347,'wp-backitup_backup_uploads_batch_size','500','yes'),(1350,'wp-backitup_backup_others_batch_size','500','yes'),(1353,'wp-backitup_backup_plugins_filter','','yes'),(1356,'wp-backitup_backup_themes_filter','','yes'),(1359,'wp-backitup_backup_uploads_filter','','yes'),(1362,'wp-backitup_backup_others_filter','','yes'),(1365,'wp-backitup_backup_dbtables_filter_list','','yes'),(1368,'wp-backitup_delete_all','0','yes'),(1369,'_transient_timeout_geoip_185.53.44.176','1453378889','no'),(1372,'_transient_geoip_185.53.44.176','DE','no'),(1390,'wp-backitup_cleanup_lastrun_date','1452804766','yes'),(1441,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1452783943;s:8:\"response\";a:2:{s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"41550\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:6:\"3.0.11\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.3.0.11.zip\";}s:33:\"yith-woocommerce-compare/init.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"41769\";s:4:\"slug\";s:24:\"yith-woocommerce-compare\";s:6:\"plugin\";s:33:\"yith-woocommerce-compare/init.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/yith-woocommerce-compare/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/yith-woocommerce-compare.2.0.6.zip\";s:14:\"upgrade_notice\";s:155:\"Added: Compatibility with WooCommerce 2.5 RC\nUpdated: Change ajax call fron admin-ajax to wc-ajax\nUpdated: Plugin template compare.php\nUpdated: Plugin Core\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:14:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.1.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.1.7.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"4.3.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.4.3.1.zip\";}s:37:\"database-browser/database-browser.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"19075\";s:4:\"slug\";s:16:\"database-browser\";s:6:\"plugin\";s:37:\"database-browser/database-browser.php\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/database-browser/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/database-browser.zip\";}s:37:\"database-to-excel/DatabaseToExcel.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"64326\";s:4:\"slug\";s:17:\"database-to-excel\";s:6:\"plugin\";s:37:\"database-to-excel/DatabaseToExcel.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/database-to-excel/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/database-to-excel.zip\";}s:36:\"export-db-to-a-new-domain/edbfnd.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"50708\";s:4:\"slug\";s:25:\"export-db-to-a-new-domain\";s:6:\"plugin\";s:36:\"export-db-to-a-new-domain/edbfnd.php\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/export-db-to-a-new-domain/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/export-db-to-a-new-domain.1.2.zip\";s:14:\"upgrade_notice\";s:70:\"Add new tools to search in the entire database and to search in tables\";}s:38:\"file-manager-database-backup/index.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"54948\";s:4:\"slug\";s:28:\"file-manager-database-backup\";s:6:\"plugin\";s:38:\"file-manager-database-backup/index.php\";s:11:\"new_version\";s:4:\"1.22\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/file-manager-database-backup/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/file-manager-database-backup.zip\";}s:9:\"hello.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"3564\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"45018\";s:4:\"slug\";s:15:\"redux-framework\";s:6:\"plugin\";s:35:\"redux-framework/redux-framework.php\";s:11:\"new_version\";s:7:\"3.5.8.1\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/redux-framework/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/redux-framework.zip\";}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:4:\"4437\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"2.2.6\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.zip\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"25331\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:6:\"2.4.13\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.2.4.13.zip\";}s:35:\"wp-database-admin/wda_functions.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"54842\";s:4:\"slug\";s:17:\"wp-database-admin\";s:6:\"plugin\";s:35:\"wp-database-admin/wda_functions.php\";s:11:\"new_version\";s:5:\"1.0.3\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/wp-database-admin/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-database-admin.zip\";}s:26:\"wp-dbmyadmin/dbMyadmin.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"51878\";s:4:\"slug\";s:12:\"wp-dbmyadmin\";s:6:\"plugin\";s:26:\"wp-dbmyadmin/dbMyadmin.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-dbmyadmin/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/wp-dbmyadmin.zip\";}s:27:\"wp-backitup/wp-backitup.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"36783\";s:4:\"slug\";s:11:\"wp-backitup\";s:6:\"plugin\";s:27:\"wp-backitup/wp-backitup.php\";s:11:\"new_version\";s:6:\"1.12.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-backitup/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-backitup.1.12.1.zip\";}s:34:\"yith-woocommerce-wishlist/init.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"41084\";s:4:\"slug\";s:25:\"yith-woocommerce-wishlist\";s:6:\"plugin\";s:34:\"yith-woocommerce-wishlist/init.php\";s:11:\"new_version\";s:6:\"2.0.13\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/yith-woocommerce-wishlist/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/yith-woocommerce-wishlist.2.0.13.zip\";s:14:\"upgrade_notice\";s:300:\"Added check over adding_to_cart event data existance in js procedures\nAdded 'yith_wcwl_added_to_cart_message' filter, to customize added to cart message in wishlist page\nAdded nofollow to "Add to Wishlist" links, where missing\nAdded 'yith_wcwl_email_share_subject' filte\";}}}','yes'),(1512,'_site_transient_timeout_ewt_readme','1452805137','yes'),(1515,'_site_transient_ewt_readme','=== Envato WordPress Toolkit ===\nContributors: envato, valendesigns\nTags: install, update, api, envato, theme, upgrade\nRequires at least: 3.7\nTested up to: 4.3-beta1\nStable tag: 1.7.3\n\nWordPress toolkit for Envato Marketplace hosted items. Currently supports the following theme functionality: install, upgrade, & backups during upgrade.\n\n== Description ==\n\nThis toolkit plugin establishes an Envato Marketplace API connection to take advantage of the new `wp-list-themes` & `wp-download` methods created specifically for this plugin. These API methods grants access to information about your purchased themes and create temporary download URL\'s for installing and upgrading those themes. Basically, users that have purchased themes from ThemeForest.net can now install and upgrade any theme that takes advantage of these new methods. \n\nFor end users, all that\'s required to get started is an Envato Marketplace username & API key, and to have purchased one of the many WordPress themes found on ThemeForest.net. \n\nFor theme authors, navigate to your theme\'s admin page on ThemeForest.net and click edit; you\'ll need to upload the `Optional WordPress Theme` ZIP which contains your installable WordPress Theme. Once you\'ve got an installable ZIP uploaded and approved, users can install & update directly from within WordPress. Also, to take advantage of the update functionality you\'ll need to increment your themes version in the style.css every time a new version is available for download and repeat the process above of uploading an installable ZIP.\n\nBelow is a description of the new api-key protected Envato Marketplace API methods or sets. For full documentation on how to use the API go to http://marketplace.envato.com/api/documentation and have a look at the examples.\n\n`wp-list-themes`\n* Details of all WordPress themes you have purchased. Contains the item ID, item name, theme name, author name & version.\n\n`wp-download`\n* Temporary download URL to a WordPress item you have purchased. Requires the item ID, e.g. wp-download:1234.\n\n== Installation ==\n\n1. Upload the `envato-wordpress-toolkit` folder to the `/wp-content/plugins/` directory.\n2. Activate the plugin through the `Plugins` menu in WordPress.\n3. To establish an Envato Marketplace API connection navigate to the `Envato Toolkit` page and insert your Marketplace username and secret API key in the designated input fields. To obtain your API Key, visit your \"My Settings\" page on any of the Envato Marketplaces.\n4. Once the API connection has been established you will see a list of themes that can be auto installed. If you don\'t see any themes and are certain you\'ve done everything correct, there is a good chance the theme author has not updated their theme to be available for auto install and update. If that\'s the case, please contact the theme author and ask them to update their theme\'s information.\n\n== Changelog ==\n\n= 1.7.3 =\n* Added a custom user agent to all API requests so a connection is once again possible.\n* Added the option to turn sslverify on and off.\n* Envato API requests are now using HTTPS endpoints.\n* Replace `wp_remote_request` with `wp_safe_remote_request`, which will validated the API url.\n* Lowered the API request timeout to something more reasonable.\n\n= 1.7.2 =\n* Added checks to stop PHP from throwing redeclare class errors.\n* Fix an issue where the `ZipArchive` class was called before the `class_exists` check.\n* Fixed the Github Updater class so it now shows updates on `update-core.php`.\n* Changed the Github Updater class to pull in the contents of `readme.txt` to build the config array.\n* Changed the `raw_url` in `_admin_update_check` to use `raw.githubusercontent`, because `raw.github` causes a second `http` request.\n\n= 1.7.1 =\n* Fixed: Stop Mojo Marketplace from tracking your movements and causing long or hanging page loads.\n* Fixed: Fix an issue that caused the timeout to be set high globally.\n* Added: Ability to deactivate the Github Updater.\n* Fixed: Stopped `wp_list_themes` from making an API request before credentials have been entered into WordPress.\n* Fixed: Changed the menu position and load priority to stop Mojo Marketplace from hiding the Envato Toolkit menu item.\n* Fixed: Switched from `.png` to a font icon, which makes it Admin Color Scheme compatible.\n* Added: New i18n file and changed the domain from `envato` to `envato-wordpress-toolkit` to avoid potential conflicts.\n* Fixed: Changed the UI so it now has tabs for better content separation.\n* Fixed: Now uses the Customizer to preview installed themes.\n\n= 1.7.0 =\n* Fixed: Converted transient names into hashes to comply with character limits.\n* Fixed: Invalid argument supplied foreach warning.\n* Fixed: Call to undefined function wp_create_nonce.\n* Fixed: Changed the WP_GitHub_Updater class so it will properly name the directory.\n* Fixed: Decompression error caused by gzinflate().\n\n= 1.6.3 =\n* Fixed: Conflict with the WP-Compatibility Installer plugin.\n\n= 1.6.2 =\n* Fixed: Conflict with other plugins using the GitHub updater.\n\n= 1.6.1 =\n* set_time_limit errors are now hidden in favor of a more user-friendly message.\n* Make error notices dismissible.\n\n= 1.6 =\n* Fixed: Bug that prevented updating if backups were enabled.\n* Added auto-updating.\n* Various bug fixes.\n\n= 1.5 =\n* Changed use of cURL to the WordPress HTTP API\n* Removed ini_set usage\n\n= 1.4 =\n* Added support for theme backups during upgrade.\n* Allow backups to be turned off from within the UI.\n\n= 1.3 =\n* Added caching to the Envato Marketplace API requests.\n* Added support for Multisite.\n\n= 1.2 =\n* Updated register_setting group ID bug.\n\n= 1.1 =\n* Gutted the unnecessary files and classes.\n* Renamed the plugin and moved functions into a single class.\n* Updated strings for future Internationalization.\n\n= 1.0 =\n* Initial release with auto theme install and update.\n* Force an increase on \'max_execution_time\' to ensure large themes finish downloading.','yes'),(1518,'_site_transient_timeout_ewt_github_data','1452805138','yes'),(1521,'_site_transient_ewt_github_data','O:8:\"stdClass\":70:{s:2:\"id\";i:2558893;s:4:\"name\";s:24:\"envato-wordpress-toolkit\";s:9:\"full_name\";s:31:\"envato/envato-wordpress-toolkit\";s:5:\"owner\";O:8:\"stdClass\":17:{s:5:\"login\";s:6:\"envato\";s:2:\"id\";i:14786;s:10:\"avatar_url\";s:49:\"https://avatars.githubusercontent.com/u/14786?v=3\";s:11:\"gravatar_id\";s:0:\"\";s:3:\"url\";s:35:\"https://api.github.com/users/envato\";s:8:\"html_url\";s:25:\"https://github.com/envato\";s:13:\"followers_url\";s:45:\"https://api.github.com/users/envato/followers\";s:13:\"following_url\";s:58:\"https://api.github.com/users/envato/following{/other_user}\";s:9:\"gists_url\";s:51:\"https://api.github.com/users/envato/gists{/gist_id}\";s:11:\"starred_url\";s:58:\"https://api.github.com/users/envato/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:49:\"https://api.github.com/users/envato/subscriptions\";s:17:\"organizations_url\";s:40:\"https://api.github.com/users/envato/orgs\";s:9:\"repos_url\";s:41:\"https://api.github.com/users/envato/repos\";s:10:\"events_url\";s:52:\"https://api.github.com/users/envato/events{/privacy}\";s:19:\"received_events_url\";s:51:\"https://api.github.com/users/envato/received_events\";s:4:\"type\";s:12:\"Organization\";s:10:\"site_admin\";b:0;}s:7:\"private\";b:0;s:8:\"html_url\";s:50:\"https://github.com/envato/envato-wordpress-toolkit\";s:11:\"description\";s:53:\"WordPress Toolkit for Envato Marketplace hosted items\";s:4:\"fork\";b:0;s:3:\"url\";s:60:\"https://api.github.com/repos/envato/envato-wordpress-toolkit\";s:9:\"forks_url\";s:66:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/forks\";s:8:\"keys_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/keys{/key_id}\";s:17:\"collaborators_url\";s:89:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/collaborators{/collaborator}\";s:9:\"teams_url\";s:66:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/teams\";s:9:\"hooks_url\";s:66:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/hooks\";s:16:\"issue_events_url\";s:83:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues/events{/number}\";s:10:\"events_url\";s:67:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/events\";s:13:\"assignees_url\";s:77:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/assignees{/user}\";s:12:\"branches_url\";s:78:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/branches{/branch}\";s:8:\"tags_url\";s:65:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/tags\";s:9:\"blobs_url\";s:76:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/blobs{/sha}\";s:12:\"git_tags_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/tags{/sha}\";s:12:\"git_refs_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/refs{/sha}\";s:9:\"trees_url\";s:76:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/trees{/sha}\";s:12:\"statuses_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/statuses/{sha}\";s:13:\"languages_url\";s:70:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/languages\";s:14:\"stargazers_url\";s:71:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/stargazers\";s:16:\"contributors_url\";s:73:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/contributors\";s:15:\"subscribers_url\";s:72:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/subscribers\";s:16:\"subscription_url\";s:73:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/subscription\";s:11:\"commits_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/commits{/sha}\";s:15:\"git_commits_url\";s:78:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/git/commits{/sha}\";s:12:\"comments_url\";s:78:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/comments{/number}\";s:17:\"issue_comment_url\";s:85:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues/comments{/number}\";s:12:\"contents_url\";s:77:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/contents/{+path}\";s:11:\"compare_url\";s:84:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/compare/{base}...{head}\";s:10:\"merges_url\";s:67:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/merges\";s:11:\"archive_url\";s:83:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/{archive_format}{/ref}\";s:13:\"downloads_url\";s:70:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/downloads\";s:10:\"issues_url\";s:76:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/issues{/number}\";s:9:\"pulls_url\";s:75:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/pulls{/number}\";s:14:\"milestones_url\";s:80:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/milestones{/number}\";s:17:\"notifications_url\";s:100:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/notifications{?since,all,participating}\";s:10:\"labels_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/labels{/name}\";s:12:\"releases_url\";s:74:\"https://api.github.com/repos/envato/envato-wordpress-toolkit/releases{/id}\";s:10:\"created_at\";s:20:\"2011-10-11T22:58:26Z\";s:10:\"updated_at\";s:20:\"2016-01-13T21:04:41Z\";s:9:\"pushed_at\";s:20:\"2015-11-16T04:47:53Z\";s:7:\"git_url\";s:52:\"git://github.com/envato/envato-wordpress-toolkit.git\";s:7:\"ssh_url\";s:50:\"git@github.com:envato/envato-wordpress-toolkit.git\";s:9:\"clone_url\";s:54:\"https://github.com/envato/envato-wordpress-toolkit.git\";s:7:\"svn_url\";s:50:\"https://github.com/envato/envato-wordpress-toolkit\";s:8:\"homepage\";s:0:\"\";s:4:\"size\";i:517;s:16:\"stargazers_count\";i:313;s:14:\"watchers_count\";i:313;s:8:\"language\";s:3:\"PHP\";s:10:\"has_issues\";b:1;s:13:\"has_downloads\";b:1;s:8:\"has_wiki\";b:1;s:9:\"has_pages\";b:0;s:11:\"forks_count\";i:128;s:10:\"mirror_url\";N;s:17:\"open_issues_count\";i:54;s:5:\"forks\";i:128;s:11:\"open_issues\";i:54;s:8:\"watchers\";i:313;s:14:\"default_branch\";s:6:\"master\";s:12:\"organization\";O:8:\"stdClass\":17:{s:5:\"login\";s:6:\"envato\";s:2:\"id\";i:14786;s:10:\"avatar_url\";s:49:\"https://avatars.githubusercontent.com/u/14786?v=3\";s:11:\"gravatar_id\";s:0:\"\";s:3:\"url\";s:35:\"https://api.github.com/users/envato\";s:8:\"html_url\";s:25:\"https://github.com/envato\";s:13:\"followers_url\";s:45:\"https://api.github.com/users/envato/followers\";s:13:\"following_url\";s:58:\"https://api.github.com/users/envato/following{/other_user}\";s:9:\"gists_url\";s:51:\"https://api.github.com/users/envato/gists{/gist_id}\";s:11:\"starred_url\";s:58:\"https://api.github.com/users/envato/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:49:\"https://api.github.com/users/envato/subscriptions\";s:17:\"organizations_url\";s:40:\"https://api.github.com/users/envato/orgs\";s:9:\"repos_url\";s:41:\"https://api.github.com/users/envato/repos\";s:10:\"events_url\";s:52:\"https://api.github.com/users/envato/events{/privacy}\";s:19:\"received_events_url\";s:51:\"https://api.github.com/users/envato/received_events\";s:4:\"type\";s:12:\"Organization\";s:10:\"site_admin\";b:0;}s:13:\"network_count\";i:128;s:17:\"subscribers_count\";i:98;}','yes'),(1530,'_transient_timeout_wc_admin_report','1452888049','no'),(1533,'_transient_wc_admin_report','a:1:{s:32:\"663b5f47148be34e097db5c5db033e14\";a:0:{}}','no'),(1534,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1452844855','no'),(1537,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2016 20:07:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=4.5-alpha-36293\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.4.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2016/01/wordpress-4-4-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2016 20:07:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=4041\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"WordPress 4.4.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.4 and earlier are affected by a cross-site scripting vulnerability that could allow a site to be compromised. This was reported by Crtc4L. There were also several non-security bug fixes: Emoji […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5153:\"<p>WordPress 4.4.1 is now available. This is a <strong>security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>WordPress versions 4.4 and earlier are affected by a cross-site scripting vulnerability that could allow a site to be compromised. This was <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">reported</a> by <a href=\"https://hackerone.com/crtc4l\">Crtc4L</a>.</p>\n<p>There were also several non-security bug fixes:</p>\n<ul>\n<li>Emoji support has been updated to include all of the latest emoji characters, including the new diverse emoji! <img src=\"https://s.w.org/images/core/emoji/72x72/1f44d.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3ff.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f44c.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3fd.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f44f.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/72x72/1f3fc.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></li>\n<li>Some sites with older versions of OpenSSL installed were unable to communicate with other services provided through some plugins.</li>\n<li>If a post URL was ever re-used, the site could redirect to the wrong post.</li>\n</ul>\n<p>WordPress 4.4.1 fixes 52 bugs from 4.4. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.4.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/query?milestone=4.4.1\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.4.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.4.1.</p>\n<p>Thanks to everyone who contributed to 4.4.1:</p>\n<p><a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/Compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/DvanKooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom/\">Jeff Pye Brook</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/JPr\">jpr</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/KrissieV\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">Matthew Ell</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/ShinichiN\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, and <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 4.4 “Clifford”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://wordpress.org/news/2015/12/clifford/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2015 03:25:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3990\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen. Introducing Twenty Sixteen Our newest default theme, Twenty Sixteen, is a modern take […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:40352:\"<p>Version 4.4 of WordPress, named “Clifford” in honor of jazz trumpeter Clifford Brown, is available for download or update in your WordPress dashboard. New features in 4.4 make your site more connected and responsive. Clifford also introduces a new default theme, Twenty Sixteen.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/J44FHXvg?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2 style=\"text-align: center\">Introducing Twenty Sixteen</h2>\n<p><img class=\"aligncenter size-full wp-image-3994\" src=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png\" alt=\"A screenshot of Twenty Sixteen set in an iPad frame\" width=\"1680\" height=\"1139\" srcset=\"https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-300x203.png 300w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-768x521.png 768w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x-1024x694.png 1024w, https://wordpress.org/news/files/2015/12/ipad-white-desktop-2x.png 1680w\" sizes=\"(max-width: 1680px) 100vw, 1680px\" /></p>\n<p>Our newest default theme, Twenty Sixteen, is a modern take on a classic blog design.</p>\n<p>Twenty Sixteen was built to look great on any device. A fluid grid design, flexible header, fun color schemes, and more, will all make your content shine.</p>\n<hr />\n<h2 style=\"text-align: center\">Responsive Images</h2>\n<p><img class=\"aligncenter wp-image-3995 size-full\" src=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png\" alt=\"An image of a laptop, iPad, Android phone, and iPhone containing the same image displayed at multiple sizes to demonstrate responsive image features.\" width=\"1396\" height=\"640\" srcset=\"https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-300x138.png 300w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-768x352.png 768w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x-1024x469.png 1024w, https://wordpress.org/news/files/2015/12/responsive-devices-ipad-2x.png 1396w\" sizes=\"(max-width: 1396px) 100vw, 1396px\" /></p>\n<p>WordPress now takes a smarter approach to displaying appropriate image sizes on any device, ensuring a perfect fit every time. You don’t need to do anything to your theme, it just works.</p>\n<hr />\n<h2 style=\"text-align: center\">Embed Everything</h2>\n<div class=\"embed-container\">\n<blockquote data-secret=\"wv4RlzOPNS\" class=\"wp-embedded-content\"><p><a href=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/\">New Embeds Feature in WordPress 4.4</a></p></blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" src=\"https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/embed/#?secret=wv4RlzOPNS\" data-secret=\"wv4RlzOPNS\" width=\"600\" height=\"338\" title=\"Embedded WordPress Post\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>\n</div>\n<p>Now you can embed your posts on other WordPress sites. Simply drop a post URL into the editor and see an instant embed preview, complete with the title, excerpt, and featured image if you’ve set one. We’ll even include your site icon and links for comments and sharing.</p>\n<p>In addition to post embeds, WordPress 4.4 also adds support for five new oEmbed providers: Cloudup, Reddit Comments, ReverbNation, Speaker Deck, and VideoPress.</p>\n<hr />\n<h2 style=\"text-align: center\">Under the Hood</h2>\n<p><img class=\"aligncenter size-full wp-image-4003\" src=\"https://wordpress.org/news/files/2015/12/banner-1544x500.jpg\" alt=\"The WordPress REST API logo\" width=\"1544\" height=\"500\" srcset=\"https://wordpress.org/news/files/2015/12/banner-1544x500-300x97.jpg 300w, https://wordpress.org/news/files/2015/12/banner-1544x500-768x249.jpg 768w, https://wordpress.org/news/files/2015/12/banner-1544x500-1024x332.jpg 1024w, https://wordpress.org/news/files/2015/12/banner-1544x500.jpg 1544w\" sizes=\"(max-width: 1544px) 100vw, 1544px\" /></p>\n<h3>REST API infrastructure</h3>\n<p>Infrastructure for the REST API has been integrated into core, marking a new era in developing with WordPress. The REST API gives developers an easy way to build and extend RESTful APIs on top of WordPress.</p>\n<p>Infrastructure is the first part of a multi-stage rollout for the REST API. Inclusion of core endpoints is targeted for an upcoming release. To get a sneak peek of the core endpoints, and for more information on extending the REST API, check out the official <a href=\"https://wordpress.org/plugins/rest-api/\">WordPress REST API</a> plugin.</p>\n<h3>Term meta</h3>\n<p>Terms now support metadata, just like posts. See <a href=\"https://developer.wordpress.org/reference/functions/add_term_meta\"><code>add_term_meta()</code></a>, <a href=\"https://developer.wordpress.org/reference/functions/get_term_meta\"><code>get_term_meta()</code></a>, and <a href=\"https://developer.wordpress.org/reference/functions/update_term_meta\"><code>update_term_meta()</code></a> for more information.</p>\n<h3>Comment query improvements</h3>\n<p>Comment queries now have cache handling to improve performance. New arguments in <code>WP_Comment_Query</code> make crafting robust comment queries simpler.</p>\n<div class=\"feature-section under-the-hood three-col\">\n<div class=\"col\">\n<h3>Term, comment, and network objects</h3>\n<p>New <code>WP_Term</code>, <code>WP_Comment</code>, and <code>WP_Network</code> objects make interacting with terms, comments, and networks more predictable and intuitive in code.</p>\n</div>\n</div>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/wonderboymusic\"><img src=\"https://www.gravatar.com/avatar/ed0f881acb9dc96bee53e4dc61b5558f?d=mm&s=180&r=G\" alt=\"Scott Taylor\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://scotty-t.com/\">Scott Taylor</a>, with the help of these fine individuals. There are 471 contributors with props in this release (by far the most ever!). Pull up some Clifford Brown on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/_smartik_\">_smartik_</a>, <a href=\"https://profiles.wordpress.org/a5hleyrich\">A5hleyRich</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/aaronrutley\">Aaron Rutley</a>, <a href=\"https://profiles.wordpress.org/kawauso\">Adam Harley (Kawauso)</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/adamholisky\">adamholisky</a>, <a href=\"https://profiles.wordpress.org/aduth\">aduth</a>, <a href=\"https://profiles.wordpress.org/mrahmadawais\">Ahmad Awais</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/albertoct\">AlbertoCT</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/gounder\">Alexander Gounder</a>, <a href=\"https://profiles.wordpress.org/alireza1375\">alireza1375</a>, <a href=\"https://profiles.wordpress.org/shedonist\">Amanda Giles</a>, <a href=\"https://profiles.wordpress.org/amereservant\">amereservant</a>, <a href=\"https://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/amandato\">Angelo Mandato</a>, <a href=\"https://profiles.wordpress.org/ankitgadertcampcom\">Ankit Gade</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/apkoponen\">ap.koponen</a>, <a href=\"https://profiles.wordpress.org/apokalyptik\">apokalyptik</a>, <a href=\"https://profiles.wordpress.org/athsear\">Athsear\'J.S.</a>, <a href=\"https://profiles.wordpress.org/atomicjack\">atomicjack</a>, <a href=\"https://profiles.wordpress.org/austinginder\">Austin Ginder</a>, <a href=\"https://profiles.wordpress.org/filosofo\">Austin Matzko</a>, <a href=\"https://profiles.wordpress.org/barryceelen\">Barry Ceelen</a>, <a href=\"https://profiles.wordpress.org/barrykooij\">Barry Kooij</a>, <a href=\"https://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"https://profiles.wordpress.org/bdn3504\">BdN3504</a>, <a href=\"https://profiles.wordpress.org/pixolin\">Bego Mario Garde</a>, <a href=\"https://profiles.wordpress.org/benjmay\">Ben May</a>, <a href=\"https://profiles.wordpress.org/benjaminpick\">Benjamin Pick</a>, <a href=\"https://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"https://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"https://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjørn Johansen</a>, <a href=\"https://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"https://profiles.wordpress.org/gitlost\">bonger</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"https://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"https://profiles.wordpress.org/brentvr\">brentvr</a>, <a href=\"https://profiles.wordpress.org/brettz95\">brettz95</a>, <a href=\"https://profiles.wordpress.org/mckilem\">Bruno Kos</a>, <a href=\"https://profiles.wordpress.org/crazycoolcam\">Cam</a>, <a href=\"https://profiles.wordpress.org/camikaos\">Cami Kaos</a>, <a href=\"https://profiles.wordpress.org/carolinegeven\">carolinegeven</a>, <a href=\"https://profiles.wordpress.org/misterbisson\">Casey Bisson</a>, <a href=\"https://profiles.wordpress.org/ch1902\">ch1902</a>, <a href=\"https://profiles.wordpress.org/nhuja\">Chandra M</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chiara_09\">Chiara Dossena</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff</a>, <a href=\"https://profiles.wordpress.org/chrismkindred\">Chris Kindred</a>, <a href=\"https://profiles.wordpress.org/cklosows\">Chris Klosowski</a>, <a href=\"https://profiles.wordpress.org/chriscoyier\">chriscoyier</a>, <a href=\"https://profiles.wordpress.org/chrisdc1\">Chrisdc1</a>, <a href=\"https://profiles.wordpress.org/lovememore\">christianoliff</a>, <a href=\"https://profiles.wordpress.org/christophherr\">Christoph Herr</a>, <a href=\"https://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"https://profiles.wordpress.org/chrisvendiadvertisingcom\">cjhaas</a>, <a href=\"https://profiles.wordpress.org/codeelite\">codeelite</a>, <a href=\"https://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"https://profiles.wordpress.org/compute\">Compute</a>, <a href=\"https://profiles.wordpress.org/couturefreak\">Courtney Ivey</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/cgrymala\">Curtiss Grymala</a>, <a href=\"https://profiles.wordpress.org/cdog\">Cătălin Dogaru</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dboulet\">Dan Boulet</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/daniel-koskinen\">Daniel Koskinen</a>, <a href=\"https://profiles.wordpress.org/dmenard\">Daniel Ménard</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniellandau\">daniellandau</a>, <a href=\"https://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"https://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"https://profiles.wordpress.org/dvankooten\">Danny van Kooten</a>, <a href=\"https://profiles.wordpress.org/nerrad\">Darren Ethier (nerrad)</a>, <a href=\"https://profiles.wordpress.org/dllh\">Daryl L. L. Houston (dllh)</a>, <a href=\"https://profiles.wordpress.org/dattaparad\">Datta Parad</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda\">David Binovec</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dshanske\">David Shanske</a>, <a href=\"https://profiles.wordpress.org/debaat\">DeBAAT</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/downstairsdev\">Devin Price</a>, <a href=\"https://profiles.wordpress.org/dezzy\">Dezzy</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipalidhole27gmailcom\">Dipali Dhole</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dbru\">Dominik Bruderer</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/dossy\">Dossy Shiobara</a>, <a href=\"https://profiles.wordpress.org/drebbitsweb\">Dreb Bits</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/edirect24\">edirect24</a>, <a href=\"https://profiles.wordpress.org/oso96_2000\">Eduardo Reveles</a>, <a href=\"https://profiles.wordpress.org/eduardozulian\">Eduardo Zulian</a>, <a href=\"https://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"https://profiles.wordpress.org/egill\">Egill R. Erlendsson</a>, <a href=\"https://profiles.wordpress.org/egower\">egower</a>, <a href=\"https://profiles.wordpress.org/iehsanir\">Ehsaan</a>, <a href=\"https://profiles.wordpress.org/ehtis\">ehtis</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ellieroepken\">Ellie Strejlau</a>, <a href=\"https://profiles.wordpress.org/elliott-stocks\">Elliott Stocks</a>, <a href=\"https://profiles.wordpress.org/elusiveunit\">elusiveunit</a>, <a href=\"https://profiles.wordpress.org/enshrined\">enshrined</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericdaams\">Eric Daams</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/ericjuden\">ericjuden</a>, <a href=\"https://profiles.wordpress.org/eherman24\">Evan Herman</a>, <a href=\"https://profiles.wordpress.org/f4rkie\">F4rkie</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/fsylum\">Firdaus Zahari</a>, <a href=\"https://profiles.wordpress.org/fonglh\">fonglh</a>, <a href=\"https://profiles.wordpress.org/francoisb\">francoisb</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"https://profiles.wordpress.org/frozzare\">Fredrik Forsmo</a>, <a href=\"https://profiles.wordpress.org/gaelan\">Gaelan Lloyd</a>, <a href=\"https://profiles.wordpress.org/gagan0123\">Gagan Deep Singh</a>, <a href=\"https://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/garza\">garza</a>, <a href=\"https://profiles.wordpress.org/grvrulz\">Gaurav Pareek</a>, <a href=\"https://profiles.wordpress.org/gautamgupta\">Gautam Gupta</a>, <a href=\"https://profiles.wordpress.org/gblsm\">gblsm</a>, <a href=\"https://profiles.wordpress.org/geminorum\">geminorum</a>, <a href=\"https://profiles.wordpress.org/kloon\">Gerhard Potgieter</a>, <a href=\"https://profiles.wordpress.org/gezamiklo\">geza.miklo</a>, <a href=\"https://profiles.wordpress.org/gizburdt\">Gijs Jorissen</a>, <a href=\"https://profiles.wordpress.org/garusky\">Giuseppe Mamone</a>, <a href=\"https://profiles.wordpress.org/jubstuff\">Giustino Borzacchiello</a>, <a href=\"https://profiles.wordpress.org/gnaka08\">gnaka08</a>, <a href=\"https://profiles.wordpress.org/gradyetc\">gradyetc</a>, <a href=\"https://profiles.wordpress.org/gregrickaby\">Greg Rickaby</a>, <a href=\"https://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"https://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/bordoni\">Gustavo Bordoni</a>, <a href=\"https://profiles.wordpress.org/gwinhlopez\">gwinh.lopez</a>, <a href=\"https://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hlashbrooke\">Hugh Lashbrooke</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"https://profiles.wordpress.org/iandstewart\">Ian Stewart</a>, <a href=\"https://profiles.wordpress.org/icetee\">icetee</a>, <a href=\"https://profiles.wordpress.org/igmoweb\">Ignacio Cruz Moreno</a>, <a href=\"https://profiles.wordpress.org/headonfire\">Ihor Vorotnov</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/janhenckens\">Jan Henckens</a>, <a href=\"https://profiles.wordpress.org/japh\">Japh</a>, <a href=\"https://profiles.wordpress.org/jaspermdegroot\">Jasper de Groot</a>, <a href=\"https://profiles.wordpress.org/jazbek\">jazbek</a>, <a href=\"https://profiles.wordpress.org/jcroucher\">jcroucher</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeffstieler\">Jeff Stieler</a>, <a href=\"https://profiles.wordpress.org/jeffmatson\">JeffMatson</a>, <a href=\"https://profiles.wordpress.org/cheffheid\">Jeffrey de Wit</a>, <a href=\"https://profiles.wordpress.org/jeffpyebrookcom\">Jeffrey Schutzman</a>, <a href=\"https://profiles.wordpress.org/jeichorn\">jeichorn</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/slimndap\">Jeroen Schmit</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/engelen\">Jesper van Engelen</a>, <a href=\"https://profiles.wordpress.org/jim912\">jim912</a>, <a href=\"https://profiles.wordpress.org/jliman\">jliman</a>, <a href=\"https://profiles.wordpress.org/jmayhak\">jmayhak</a>, <a href=\"https://profiles.wordpress.org/jnylen0\">jnylen0</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joehills\">joehills</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"https://profiles.wordpress.org/mindctrl\">John Parris</a>, <a href=\"https://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"https://profiles.wordpress.org/jonathanbardo\">Jonathan Bardo</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/koke\">Jorge Bernal</a>, <a href=\"https://profiles.wordpress.org/betzster\">Josh Betz</a>, <a href=\"https://profiles.wordpress.org/jjeaton\">Josh Eaton</a>, <a href=\"https://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"https://profiles.wordpress.org/jpr\">jpr</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juhise\">Juhi Saxena</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/justdaiv\">justdaiv</a>, <a href=\"https://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"https://profiles.wordpress.org/jshreve\">Justin Shreve</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/greenshady\">Justin Tadlock</a>, <a href=\"https://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"https://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"https://profiles.wordpress.org/kalenjohnson\">KalenJohnson</a>, <a href=\"https://profiles.wordpress.org/karinedo\">karinedo</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevinb\">Kevin Behrens</a>, <a href=\"https://profiles.wordpress.org/kevinlangleyjr\">Kevin Langley</a>, <a href=\"https://profiles.wordpress.org/kevinatelement\">kevinatelement</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/krissiev\">KrissieV</a>, <a href=\"https://profiles.wordpress.org/drozdz\">Krzysiek Dróżdż</a>, <a href=\"https://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"https://profiles.wordpress.org/laceous\">laceous</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a>, <a href=\"https://profiles.wordpress.org/lcherpit\">lcherpit</a>, <a href=\"https://profiles.wordpress.org/ldinclaux\">ldinclaux</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leemon\">leemon</a>, <a href=\"https://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"https://profiles.wordpress.org/linuxologos\">linuxologos</a>, <a href=\"https://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"https://profiles.wordpress.org/lucatume\">lucatume</a>, <a href=\"https://profiles.wordpress.org/luciole135\">luciole135</a>, <a href=\"https://profiles.wordpress.org/lucymtc\">Lucy Tomas</a>, <a href=\"https://profiles.wordpress.org/lukecarbis\">Luke Carbis</a>, <a href=\"https://profiles.wordpress.org/madalinungureanu\">madalin.ungureanu</a>, <a href=\"https://profiles.wordpress.org/mako09\">Mako</a>, <a href=\"https://profiles.wordpress.org/manolis09\">manolis09</a>, <a href=\"https://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/mechter\">Markus</a>, <a href=\"https://profiles.wordpress.org/wilto\">Mat Marquis</a>, <a href=\"https://profiles.wordpress.org/matheusfd\">Matheus Martins</a>, <a href=\"https://profiles.wordpress.org/mattbagwell\">Matt Bagwell</a>, <a href=\"https://profiles.wordpress.org/mgibbs189\">Matt Gibbs</a>, <a href=\"https://profiles.wordpress.org/sivel\">Matt Martz</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"https://profiles.wordpress.org/wp-architect\">Matthew Ell</a>, <a href=\"https://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"https://profiles.wordpress.org/mazurstas\">mazurstas</a>, <a href=\"https://profiles.wordpress.org/mbrandys\">mbrandys</a>, <a href=\"https://profiles.wordpress.org/mdmcginn\">mdmcginn</a>, <a href=\"https://profiles.wordpress.org/mehulkaklotar\">Mehul Kaklotar</a>, <a href=\"https://profiles.wordpress.org/meitar\">Meitar</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"https://profiles.wordpress.org/micahmills\">micahmills</a>, <a href=\"https://profiles.wordpress.org/micahwave\">micahwave</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/cainm\">Michael Cain</a>, <a href=\"https://profiles.wordpress.org/michielhab\">Michiel Habraken</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mdgl\">Mike Glendinning</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mikejolley\">Mike Jolley</a>, <a href=\"https://profiles.wordpress.org/thaicloud\">Mike Jordan</a>, <a href=\"https://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"https://profiles.wordpress.org/mikeschroder\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/mismith227\">mismith227</a>, <a href=\"https://profiles.wordpress.org/misterunknown\">misterunknown</a>, <a href=\"https://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"https://profiles.wordpress.org/monika\">Monika</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"https://profiles.wordpress.org/mt8biz\">moto hachi ( mt8.biz )</a>, <a href=\"https://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"https://profiles.wordpress.org/mrmist\">mrmist</a>, <a href=\"https://profiles.wordpress.org/mulvane\">mulvane</a>, <a href=\"https://profiles.wordpress.org/neoscrib\">neoscrib</a>, <a href=\"https://profiles.wordpress.org/next-season\">NExT-Season</a>, <a href=\"https://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/nickciske\">Nick Ciske</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickduncan\">NickDuncan</a>, <a href=\"https://profiles.wordpress.org/rahe\">Nicolas Juen</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nikschavan\">Nikhil Chavan</a>, <a href=\"https://profiles.wordpress.org/niklasbr\">Niklas</a>, <a href=\"https://profiles.wordpress.org/nikolovtmw\">Nikola Nikolov</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/obrienlabs\">Pat O\'Brien</a>, <a href=\"https://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/sirbrillig\">Payton Swick</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/petya\">Petya Raykovska</a>, <a href=\"https://profiles.wordpress.org/pfefferle\">pfefferle</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/philiplakin\">PhilipLakin</a>, <a href=\"https://profiles.wordpress.org/corphi\">Philipp Cordes</a>, <a href=\"https://profiles.wordpress.org/delawski\">Piotr Delawski</a>, <a href=\"https://profiles.wordpress.org/psoluch\">Piotr Soluch</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/prasad-nevase\">Prasad Nevase</a>, <a href=\"https://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"https://profiles.wordpress.org/pratikchaskar\">Pratik</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rajnikmit\">rajnikmit</a>, <a href=\"https://profiles.wordpress.org/racase\">Rakesh Lawaju (Racase Lawaju)</a>, <a href=\"https://profiles.wordpress.org/ramay\">ramay</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/raulillana\">Raul Illana</a>, <a href=\"https://profiles.wordpress.org/renoirb\">renoirb</a>, <a href=\"https://profiles.wordpress.org/rhubbardreverb\">rhubbardreverb</a>, <a href=\"https://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rogerhub\">Roger Chen</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/wpmuguru\">Ron Rennick</a>, <a href=\"https://profiles.wordpress.org/ronalfy\">Ronald Huereca</a>, <a href=\"https://profiles.wordpress.org/kingkool68\">Russell Heimlich</a>, <a href=\"https://profiles.wordpress.org/ruudjoyo\">Ruud Laan</a>, <a href=\"https://profiles.wordpress.org/ryankienstra\">Ryan Kienstra</a>, <a href=\"https://profiles.wordpress.org/markel\">Ryan Markel</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/sammybeats\">Sam Brodie</a>, <a href=\"https://profiles.wordpress.org/sam2kb\">sam2kb</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/samuelsidler\">Samuel Sidler</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sanketparmar\">Sanket Parmar</a>, <a href=\"https://profiles.wordpress.org/rosso99\">Sara Rosso</a>, <a href=\"https://profiles.wordpress.org/sarciszewski\">sarciszewski</a>, <a href=\"https://profiles.wordpress.org/sgrant\">Scott Grant</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/scottbrownconsulting\">scottbrownconsulting</a>, <a href=\"https://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/sdavis2702\">sdavis2702</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastianpisula\">Sebastian Pisula</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/serpent7776\">serpent7776</a>, <a href=\"https://profiles.wordpress.org/several27\">several27</a>, <a href=\"https://profiles.wordpress.org/shimakyohsuke\">shimakyohsuke</a>, <a href=\"https://profiles.wordpress.org/shinichin\">Shinichi Nishikawa</a>, <a href=\"https://profiles.wordpress.org/side777\">side777</a>, <a href=\"https://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"https://profiles.wordpress.org/sjmur\">sjmur</a>, <a href=\"https://profiles.wordpress.org/smerriman\">smerriman</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Spacedmonkey</a>, <a href=\"https://profiles.wordpress.org/sboisvert\">Stéphane Boisvert</a>, <a href=\"https://profiles.wordpress.org/khromov\">Stanislav Khromov</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stebbiv\">stebbiv</a>, <a href=\"https://profiles.wordpress.org/miglosh\">Stefan Froehlich</a>, <a href=\"https://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevehenty\">stevehenty</a>, <a href=\"https://profiles.wordpress.org/stevehoneynz\">SteveHoneyNZ</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/charlestonsw\">Store Locator Plus</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/brainstormforce\">Sujay</a>, <a href=\"https://profiles.wordpress.org/5um17\">Sumit Singh</a>, <a href=\"https://profiles.wordpress.org/summerblue\">summerblue</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/iamtakashi\">Takashi Irie</a>, <a href=\"https://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"https://profiles.wordpress.org/tbcorr\">tbcorr</a>, <a href=\"https://profiles.wordpress.org/tychay\">Terry Chay</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/themiked\">theMikeD</a>, <a href=\"https://profiles.wordpress.org/kraftner\">Thomas Kräftner</a>, <a href=\"https://profiles.wordpress.org/thomaswm\">thomaswm</a>, <a href=\"https://profiles.wordpress.org/tfrommen\">Thorsten Frommen</a>, <a href=\"https://profiles.wordpress.org/tott\">Thorsten Ott</a>, <a href=\"https://profiles.wordpress.org/tigertech\">tigertech</a>, <a href=\"https://profiles.wordpress.org/tillkruess\">Till Krüss</a>, <a href=\"https://profiles.wordpress.org/tevko\">Tim Evko</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tmeister\">tmeister</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/tommarshall\">tommarshall</a>, <a href=\"https://profiles.wordpress.org/tomsommer\">tomsommer</a>, <a href=\"https://profiles.wordpress.org/skithund\">Toni Viemerö</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/rilwis\">Tran Ngoc Tuan Anh</a>, <a href=\"https://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"https://profiles.wordpress.org/trenzterra\">trenzterra</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tszming\">tszming</a>, <a href=\"https://profiles.wordpress.org/junsuijin\">ty</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/chacha102\">Tyler Carter</a>, <a href=\"https://profiles.wordpress.org/grapplerulrich\">Ulrich</a>, <a href=\"https://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"https://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/utkarshpatel\">Utkarsh</a>, <a href=\"https://profiles.wordpress.org/vilkatis\">vilkatis</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">voldemortensen</a>, <a href=\"https://profiles.wordpress.org/walterebert\">Walter Ebert</a>, <a href=\"https://profiles.wordpress.org/walterbarcelos\">walterbarcelos</a>, <a href=\"https://profiles.wordpress.org/webaware\">webaware</a>, <a href=\"https://profiles.wordpress.org/webdevmattcrom\">webdevmattcrom</a>, <a href=\"https://profiles.wordpress.org/wen-solutions\">WEN Solutions</a>, <a href=\"https://profiles.wordpress.org/wenthemes\">WEN Themes</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/wmertens\">wmertens</a>, <a href=\"https://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"https://profiles.wordpress.org/theode\">WP Plugin Dev dot com</a>, <a href=\"https://profiles.wordpress.org/wpdev101\">wpdev101</a>, <a href=\"https://profiles.wordpress.org/alphawolf\">wpseek</a>, <a href=\"https://profiles.wordpress.org/wturrell\">wturrell</a>, <a href=\"https://profiles.wordpress.org/yamchhetri\">Yam Chhetri</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/zrothauser\">Zack Rothauser</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video with <a href=\"http://www.sararosso.com/newsletter/\">Sara Rosso</a>, and <a href=\"http://camikaos.com\">Cami Kaos</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 23 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.5!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 4.4 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2015/11/wordpress-4-4-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Nov 2015 23:04:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3982\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:328:\"The release candidate for WordPress 4.4 is now available. RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on Tuesday, December 8, but we need your help to get there. If you haven’t tested 4.4 yet, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1801:\"<p>The release candidate for WordPress 4.4 is now available.</p>\n<p>RC means we think we’re done, but with millions of users and thousands of plugins and themes, it’s possible we’ve missed something. We hope to ship WordPress 4.4 on <strong>Tuesday, December 8</strong>, but we need your help to get there.</p>\n<p>If you haven’t tested 4.4 yet, now is the time!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta support forum</a>. If any known issues come up, you’ll be able to <a href=\"https://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 4.4 RC1, you can use the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin or you can <a href=\"https://wordpress.org/wordpress-4.4-RC1.zip\">download the release candidate here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\">Beta</a> blog post.</p>\n<p><strong>Developers</strong>, please test your plugins and themes against WordPress 4.4 and update your plugin’s <em>Tested up to</em> version in the readme to 4.4 before next week. If you find compatibility problems, we never want to break things, so please be sure to post to the support forums so we can figure those out before the final release.</p>\n<p>Be sure to <a href=\"https://make.wordpress.org/core/\">follow along the core development blog</a>, where we’ll continue to post <a href=\"https://make.wordpress.org/core/tag/dev-notes+4-4/\">notes for developers</a> for 4.4.</p>\n<p><em>Tickets are all closed</em><br />\n<em>Help test the latest changes</em><br />\n<em>New WordPress for All</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Nov 2015 00:04:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3977\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:337:\"WordPress 4.4 Beta 4 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1407:\"<p>WordPress 4.4 Beta 4 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta4.zip\">download the beta here</a> (zip).</p>\n<p>For more information about what’s new in version 4.4, check out the <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">Beta 1</a> blog post. This our final planned beta. Next week will be our first Release Candidate.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Closer To The End</em><br />\n<em>Tickets Are Being Shuffled</em><br />\n<i>Onward to RC</i></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/11/wordpress-4-4-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Nov 2015 22:10:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3969\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1245:\"<p>WordPress 4.4 Beta 3 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta3.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta three<br />\nEven more activity<br />\nNary a shared term</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Oct 2015 20:50:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3966\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:374:\"WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can download the beta here (zip). For more of what’s new in version 4.4, check out […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1246:\"<p>WordPress 4.4 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. To get the beta, try the <a href=\"https://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta2.zip\">download the beta here</a> (zip).</p>\n<p>For more of what’s new in version 4.4, <a href=\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\" target=\"_blank\">check out the Beta 1 blog post</a>.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"https://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">everything we’ve fixed</a>.</p>\n<p><em>Four-four beta two<br />\nAnother week of progress<br />\nREST API lives!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 4.4 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2015/10/wordpress-4-4-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Oct 2015 23:54:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=3926\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"WordPress 4.4 Beta 1 is now available! This software is still in development, so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”). Or you can […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Scott Taylor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4293:\"<p>WordPress 4.4 Beta 1 is now available!</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 4.4, try the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\" target=\"_blank\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"https://wordpress.org/wordpress-4.4-beta1.zip\" target=\"_blank\">download the beta here</a> (zip).</p>\n<p>WordPress 4.4 is slated for release on <a href=\"https://make.wordpress.org/core/version-4-4-project-schedule/\" target=\"_blank\">December 8</a>, but to get there, we need your help testing what we have been working on, including:</p>\n<ul>\n<li><strong>Twenty Sixteen </strong>— The <a href=\"https://make.wordpress.org/core/2015/08/25/introducing-twenty-sixteen/\">newest</a> default theme for WordPress.</li>\n<li><strong>Responsive Images </strong>— WordPress automatically delivers a <a href=\"https://make.wordpress.org/core/2015/09/30/responsive-images-merge-proposal/\">more appropriate image</a> to users depending on a variety of conditions like screen size, viewport size, and screen resolution.</li>\n<li><strong>Embeds </strong>— WordPress can now embed rich content from nearly all sites that support the oEmbed standard — not just YouTube, Flickr, Twitter, and the like. You can even embed <a href=\"https://make.wordpress.org/core/2015/09/30/feature-plugin-merge-proposal-oembed/\">previews of posts</a> from other WordPress sites by pasting the URL on its own line.</li>\n</ul>\n<p>There have been a lot of changes for developers to play with as well:</p>\n<ul>\n<li><strong>REST API (phase 1) </strong>— The underlying infrastructure of the WordPress REST API <a href=\"https://wordpress.org/plugins/rest-api/\">plugin</a> has been <a href=\"https://make.wordpress.org/core/2015/09/21/wp-rest-api-merge-proposal/\">included in WordPress 4.4</a>. Plugin authors can take advantage of this by adding custom endpoints.</li>\n<li><strong>Term Metadata </strong>— Taxonomy term metadata is <a href=\"https://make.wordpress.org/core/2015/09/04/taxonomy-term-metadata-proposal/\">now included</a> in WordPress 4.4. If you’ve already been using a plugin to implement term metadata, you should read <a href=\"https://make.wordpress.org/core/2015/09/22/preparing-your-plugins-and-your-client-sites-for-termmeta/\">this post</a> on how to prepare. Also, the underlying <code>WP_Term</code> class improves caching when working with terms. (<a href=\"https://core.trac.wordpress.org/ticket/14162\">#14162</a>)</li>\n<li><strong>Improved <code><title></code> output</strong> — <code>wp_title()</code> is now deprecated; WordPress can <a href=\"https://make.wordpress.org/core/2015/10/20/document-title-in-4-4/\">handle the rendering</a> of the document title automatically.</li>\n<li><strong>Comments </strong>— Comment queries are now split for performance. Also, the underlying <code>WP_Comment</code> class improves caching and introduces strong-typing. (<a href=\"https://core.trac.wordpress.org/ticket/8071\">#8071</a>, <a href=\"https://core.trac.wordpress.org/ticket/32619\">#32619</a>)</li>\n</ul>\n<p>If you want a more in-depth view of what major changes have made it into 4.4, <a href=\"https://make.wordpress.org/core/tag/4-4/\" target=\"_blank\">check out all 4.4-tagged posts</a> on the main development blog, or check out a <a href=\"https://core.trac.wordpress.org/query?status=closed&group=component&milestone=4.4\">list of everything</a> that’s changed.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"https://wordpress.org/support/forum/alphabeta\" target=\"_blank\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\" target=\"_blank\">file one on the WordPress Trac</a>. There, you can also find <a href=\"https://core.trac.wordpress.org/tickets/major\" target=\"_blank\">a list of known bugs</a>.</p>\n<p>Happy testing!</p>\n<p><em>Many small changes</em><br />\n<em>Some groundbreaking new features<br />\nFun times had by all<br />\n</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.3.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/news/2015/09/wordpress-4-3-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Sep 2015 15:22:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3914\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:439:\"WordPress 4.3.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation. WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4022:\"<div class=\"storycontent\">\n<p>WordPress 4.3.1 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses three issues, including two cross-site scripting vulnerabilities and a potential privilege escalation.</p>\n<ul>\n<li>WordPress versions 4.3 and earlier are vulnerable to a cross-site scripting vulnerability when processing shortcode tags (CVE-2015-5714). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n<li>A separate cross-site scripting vulnerability was found in the user list table. Reported by Ben Bidner of the WordPress security team.</li>\n<li>Finally, in certain cases, users without proper permissions could publish private posts and make them sticky (CVE-2015-5715). Reported by Shahar Tal and Netanel Rubin of <a href=\"http://checkpoint.com/\">Check Point</a>.</li>\n</ul>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.3.1 also fixes twenty-six bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.3.1\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.3/?rev=34199&stop_rev=33647\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.3.1</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.3.1.</p>\n</div>\n<p>Thanks to everyone who contributed to 4.3.1:</p>\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">chriscct7</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/DrewAPicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jobst\">jobst</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/otto42\">Samuel Wood</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy Levesque</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/welcher\">welcher</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 4.3 “Billie”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2015/08/billie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 18 Aug 2015 19:12:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3845\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:352:\"Version 4.3 of WordPress, named “Billie” in honor of jazz singer Billie Holiday, is available for download or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site. Menus in the Customizer Create your menu, update it, and assign it, all while live-previewing in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:22537:\"<p style=\"margin: 0;height: 0\"><img src=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png\" alt=\"WordPress 4.3 - "Billie"\" width=\"692\" height=\"388\" class=\"alignnone size-large wp-image-3896\" style=\"height:0px;width: 0px;margin: 0\" srcset=\"https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-300x168.png 300w, https://wordpress.org/news/files/2015/08/WordPress-4-3-billie-1024x574.png 1024w\" sizes=\"(max-width: 692px) 100vw, 692px\" /></p>\n<p>Version 4.3 of WordPress, named “Billie” in honor of jazz singer <a href=\"https://en.wikipedia.org/wiki/Billie_Holiday\">Billie Holiday</a>, is available for <a href=\"https://wordpress.org/download/\">download</a> or update in your WordPress dashboard. New features in 4.3 make it even easier to format your content and customize your site.</p>\n<p><iframe width=\'692\' height=\'388\' src=\'https://videopress.com/embed/T54Iy7Tw?hd=0\' frameborder=\'0\' allowfullscreen></iframe><script src=\'https://v0.wordpress.com/js/next/videopress-iframe.js?m=1435166243\'></script></p>\n<hr />\n<h2>Menus in the Customizer</h2>\n<div><img src=\"//s.w.org/images/core/4.3/menu-customizer.png\" alt=\"\" /></div>\n<p>Create your menu, update it, and assign it, all while live-previewing in the customizer. The streamlined customizer design provides a mobile-friendly and accessible interface. With every release, it becomes easier and faster to make your site just the way you want it.</p>\n<hr />\n<h2>Formatting Shortcuts</h2>\n<p><div style=\"width: 640px; \" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3845-1\" width=\"640\" height=\"360\" loop=\"1\" autoplay=\"1\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//s.w.org/images/core/4.3/formatting.mp4?_=1\" /><source type=\"video/webm\" src=\"//s.w.org/images/core/4.3/formatting.webm?_=1\" /><source type=\"video/ogg\" src=\"//s.w.org/images/core/4.3/formatting.ogv?_=1\" /><a href=\"//s.w.org/images/core/4.3/formatting.mp4\">//s.w.org/images/core/4.3/formatting.mp4</a></video></div><br />\nYour writing flow just got faster with new formatting shortcuts in WordPress 4.3. Use asterisks to create lists and number signs to make a heading. No more breaking your flow; your text looks great with a <code>*</code> and a <code>#</code>.</p>\n<hr />\n<h2>Site Icons</h2>\n<p><img src=\"//s.w.org/images/core/4.3/site-icon-customizer.png\" alt=\"\" /><br />\n <br />\nSite icons represent your site in browser tabs, bookmark menus, and on the home screen of mobile devices. Add your unique site icon in the customizer; it will even stay in place when you switch themes. Make your whole site reflect your brand.</p>\n<hr />\n<h2>Better Passwords</h2>\n<p><img src=\"//s.w.org/images/core/4.3/better-passwords.png\" alt=\"\" /><br />\n <br />\nKeep your site more secure with WordPress’ improved approach to passwords. Instead of receiving passwords via email, you’ll get a password reset link. When you add new users to your site or edit a user profile, WordPress will automatically generate a secure password.</p>\n<hr />\n<h2>Other improvements</h2>\n<ul>\n<li><strong>A smoother admin experience</strong> – Refinements to the list view across the admin make your WordPress more accessible and easier to work with on any device.</li>\n<li><strong>Comments turned off on pages</strong> – All new pages that you create will have comments turned off. Keep discussions to your blog, right where they’re supposed to happen.</li>\n<li><strong>Customize your site quickly</strong> – Wherever you are on the front-end, you can click the customize link in the toolbar to swiftly make changes to your site.</li>\n</ul>\n<hr />\n<h2>The Team</h2>\n<p><a class=\"alignleft\" href=\"https://profiles.wordpress.org/obenland\"><img src=\"https://www.gravatar.com/avatar/2370ea5912750f4cb0f3c51ae1cbca55?d=mm&s=180&r=G\" alt=\"Konstantin Obenland\" width=\"80\" height=\"80\" /></a>This release was led by <a href=\"http://konstantin.obenland.it/\">Konstantin Obenland</a>, with the help of these fine individuals. There are 246 contributors with props in this release. Pull up some Billie Holiday on your music service of choice, and check out some of their profiles:</p>\n<a href=\"https://profiles.wordpress.org/mercime\">@mercime</a>, <a href=\"https://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamkheckler\">Adam Heckler</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/akibjorklund\">Aki Björklund</a>, <a href=\"https://profiles.wordpress.org/akirk\">Alex Kirk</a>, <a href=\"https://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"https://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"https://profiles.wordpress.org/deconf\">Alin Marcu</a>, <a href=\"https://profiles.wordpress.org/andfinally\">andfinally</a>, <a href=\"https://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andg\">Andrea Gandino</a>, <a href=\"https://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"https://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/afragen\">Andy Fragen</a>, <a href=\"https://profiles.wordpress.org/ankit-k-gupta\">Ankit K Gupta</a>, <a href=\"https://profiles.wordpress.org/antpb\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/anubisthejackle\">anubisthejackle</a>, <a href=\"https://profiles.wordpress.org/aramzs\">Aram Zucker-Scharff</a>, <a href=\"https://profiles.wordpress.org/arjunskumar\">Arjun S Kumar</a>, <a href=\"https://profiles.wordpress.org/avnarun\">avnarun</a>, <a href=\"https://profiles.wordpress.org/brad2dabone\">Bad Feather</a>, <a href=\"https://profiles.wordpress.org/bcole808\">Ben Cole</a>, <a href=\"https://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"https://profiles.wordpress.org/binarykitten\">BinaryKitten</a>, <a href=\"https://profiles.wordpress.org/birgire\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/bjornjohansen\">Bjørn Johansen</a>, <a href=\"https://profiles.wordpress.org/bolo1988\">bolo1988</a>, <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone B. Gorges</a>, <a href=\"https://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"https://profiles.wordpress.org/bramd\">Bram Duvigneau</a>, <a href=\"https://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"https://profiles.wordpress.org/krogsgard\">Brian Krogsgard</a>, <a href=\"https://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"https://profiles.wordpress.org/icaleb\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/calevans\">CalEvans</a>, <a href=\"https://profiles.wordpress.org/chasewiseman\">Chase Wiseman</a>, <a href=\"https://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"https://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"https://profiles.wordpress.org/chriscct7\">Chris Christoff (chriscct7)</a>, <a href=\"https://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"https://profiles.wordpress.org/craig-ralston\">Craig Ralston</a>, <a href=\"https://profiles.wordpress.org/extendwings\">Daisuke Takahashi</a>, <a href=\"https://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"https://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"https://profiles.wordpress.org/mte90\">Daniele Scasciafratte</a>, <a href=\"https://profiles.wordpress.org/daniluk4000\">daniluk4000</a>, <a href=\"https://profiles.wordpress.org/dmchale\">Dave McHale</a>, <a href=\"https://profiles.wordpress.org/daveal\">DaveAl</a>, <a href=\"https://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/dlh\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/daxelrod\">daxelrod</a>, <a href=\"https://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"https://profiles.wordpress.org/realloc\">Dennis Ploetner</a>, <a href=\"https://profiles.wordpress.org/valendesigns\">Derek Herman</a>, <a href=\"https://profiles.wordpress.org/dh-shredder\">DH-Shredder</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dipeshkakadiya\">dipesh.kakadiya</a>, <a href=\"https://profiles.wordpress.org/dmsnell\">dmsnell</a>, <a href=\"https://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"https://profiles.wordpress.org/dustinbolton\">dustinbolton</a>, <a href=\"https://profiles.wordpress.org/kucrut\">Dzikri Aziz</a>, <a href=\"https://profiles.wordpress.org/eclev91\">eclev91</a>, <a href=\"https://profiles.wordpress.org/eligijus\">eligijus</a>, <a href=\"https://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"https://profiles.wordpress.org/iseulde\">Ella Iseulde Van Dorpe</a>, <a href=\"https://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"https://profiles.wordpress.org/ebinnion\">Eric Binnion</a>, <a href=\"https://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"https://profiles.wordpress.org/fab1en\">Fabien Quatravaux</a>, <a href=\"https://profiles.wordpress.org/flixos90\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/francoeurdavid\">francoeurdavid</a>, <a href=\"https://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/gabrielperezs\">gabrielperezs</a>, <a href=\"https://profiles.wordpress.org/voldemortensen\">Garth Mortensen</a>, <a href=\"https://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"https://profiles.wordpress.org/glennm\">glennm</a>, <a href=\"https://profiles.wordpress.org/gtuk\">gtuk</a>, <a href=\"https://profiles.wordpress.org/hailin\">hailin</a>, <a href=\"https://profiles.wordpress.org/hauvong\">hauvong</a>, <a href=\"https://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"https://profiles.wordpress.org/henrikakselsen\">henrikakselsen</a>, <a href=\"https://profiles.wordpress.org/hnle\">Hinaloe</a>, <a href=\"https://profiles.wordpress.org/hrishiv90\">Hrishikesh Vaipurkar</a>, <a href=\"https://profiles.wordpress.org/hugobaeta\">Hugo Baeta</a>, <a href=\"https://profiles.wordpress.org/polevaultweb\">Iain Poulson</a>, <a href=\"https://profiles.wordpress.org/imath\">imath</a>, <a href=\"https://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"https://profiles.wordpress.org/isaacchapman\">isaacchapman</a>, <a href=\"https://profiles.wordpress.org/izem\">izem</a>, <a href=\"https://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"https://profiles.wordpress.org/jacklenox\">Jack Lenox</a>, <a href=\"https://profiles.wordpress.org/jadpm\">jadpm</a>, <a href=\"https://profiles.wordpress.org/jamesgol\">James Golovich</a>, <a href=\"https://profiles.wordpress.org/macmanx\">James Huff</a>, <a href=\"https://profiles.wordpress.org/jancbeck\">jancbeck</a>, <a href=\"https://profiles.wordpress.org/jfarthing84\">Jeff Farthing</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/jpry\">Jeremy Pry</a>, <a href=\"https://profiles.wordpress.org/jmichaelward\">Jeremy Ward</a>, <a href=\"https://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"https://profiles.wordpress.org/jipmoors\">jipmoors</a>, <a href=\"https://profiles.wordpress.org/eltobiano\">jjberry</a>, <a href=\"https://profiles.wordpress.org/jobst\">Jobst Schmalenbach</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"https://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/picard102\">John Leschinski</a>, <a href=\"https://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"https://profiles.wordpress.org/maxxsnake\">Josh Davis</a>, <a href=\"https://profiles.wordpress.org/jpyper\">Jpyper</a>, <a href=\"https://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"https://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"https://profiles.wordpress.org/jtsternberg\">Justin Sternberg</a>, <a href=\"https://profiles.wordpress.org/ungestaltbar\">Kai Jacobsen</a>, <a href=\"https://profiles.wordpress.org/karinchristen\">karinchristen</a>, <a href=\"https://profiles.wordpress.org/karpstrucking\">karpstrucking</a>, <a href=\"https://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"https://profiles.wordpress.org/kevkoeh\">Kevin Koehler</a>, <a href=\"https://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"https://profiles.wordpress.org/ixkaito\">Kite</a>, <a href=\"https://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"https://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"https://profiles.wordpress.org/leogopal\">Leo Gopal</a>, <a href=\"https://profiles.wordpress.org/loushou\">loushou</a>, <a href=\"https://profiles.wordpress.org/lumaraf\">Lumaraf</a>, <a href=\"https://profiles.wordpress.org/tyxla\">Marin Atanasov</a>, <a href=\"https://profiles.wordpress.org/nofearinc\">Mario Peshev</a>, <a href=\"https://profiles.wordpress.org/clorith\">Marius (Clorith)</a>, <a href=\"https://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"https://profiles.wordpress.org/marsjaninzmarsa\">marsjaninzmarsa</a>, <a href=\"https://profiles.wordpress.org/martinsachse\">martinsachse</a>, <a href=\"https://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"https://profiles.wordpress.org/veraxus\">Matt van Andel</a>, <a href=\"https://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"https://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/nikonratm\">Michael</a>, <a href=\"https://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"https://profiles.wordpress.org/michaelryanmcneill\">michaelryanmcneill</a>, <a href=\"https://profiles.wordpress.org/mcguive7\">Mickey Kay</a>, <a href=\"https://profiles.wordpress.org/mihai\">mihai</a>, <a href=\"https://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"https://profiles.wordpress.org/mnelson4\">Mike Nelson</a>, <a href=\"https://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"https://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"https://profiles.wordpress.org/mrutz\">mrutz</a>, <a href=\"https://profiles.wordpress.org/nabil_kadimi\">nabil_kadimi</a>, <a href=\"https://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"https://profiles.wordpress.org/nazmulhossainnihal\">Nazmul Hossain Nihal</a>, <a href=\"https://profiles.wordpress.org/nicholas_io\">nicholas_io</a>, <a href=\"https://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"https://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/nikeo\">nikeo</a>, <a href=\"https://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"https://profiles.wordpress.org/rabmalin\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/onnimonni\">Onni Hakala</a>, <a href=\"https://profiles.wordpress.org/ozh\">Ozh</a>, <a href=\"https://profiles.wordpress.org/pareshradadiya-1\">Paresh Radadiya</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"https://profiles.wordpress.org/figureone\">Paul Ryan</a>, <a href=\"https://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"https://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"https://profiles.wordpress.org/gungeekatx\">Pete Nelson</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/peterrknight\">PeterRKnight</a>, <a href=\"https://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"https://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"https://profiles.wordpress.org/posykrat\">posykrat</a>, <a href=\"https://profiles.wordpress.org/pragunbhutani\">pragunbhutani</a>, <a href=\"https://profiles.wordpress.org/rachelbaker\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"https://profiles.wordpress.org/rarylson\">rarylson</a>, <a href=\"https://profiles.wordpress.org/lamosty\">Rastislav Lamos</a>, <a href=\"https://profiles.wordpress.org/rauchg\">rauchg</a>, <a href=\"https://profiles.wordpress.org/ravinderk\">Ravinder Kumar</a>, <a href=\"https://profiles.wordpress.org/rclations\">RC Lations</a>, <a href=\"https://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"https://profiles.wordpress.org/rianrietveld\">Rian Rietveld</a>, <a href=\"https://profiles.wordpress.org/ritteshpatel\">Ritesh Patel</a>, <a href=\"https://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"https://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"https://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"https://profiles.wordpress.org/rommelxcastro\">Rommel Castro</a>, <a href=\"https://profiles.wordpress.org/magicroundabout\">Ross Wintle</a>, <a href=\"https://profiles.wordpress.org/rhurling\">Rouven Hurling</a>, <a href=\"https://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"https://profiles.wordpress.org/rmarks\">Ryan Marks</a>, <a href=\"https://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"https://profiles.wordpress.org/ohryan\">Ryan Neudorf</a>, <a href=\"https://profiles.wordpress.org/welcher\">Ryan Welcher</a>, <a href=\"https://profiles.wordpress.org/sagarjadhav\">Sagar Jadhav</a>, <a href=\"https://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"https://profiles.wordpress.org/solarissmoke\">Samir Shah</a>, <a href=\"https://profiles.wordpress.org/santagada\">santagada</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"https://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"https://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"https://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sebastiantiede\">Sebastian</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/designsimply\">Sheri Bigelow</a>, <a href=\"https://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"https://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"https://profiles.wordpress.org/metodiew\">Stanko Metodiev</a>, <a href=\"https://profiles.wordpress.org/stephdau\">Stephane Daury (stephdau)</a>, <a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevegrunwell\">Steve Grunwell</a>, <a href=\"https://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"https://profiles.wordpress.org/stuartshields\">stuartshields</a>, <a href=\"https://profiles.wordpress.org/sudar\">Sudar Muthu</a>, <a href=\"https://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"https://profiles.wordpress.org/taka2\">taka2</a>, <a href=\"https://profiles.wordpress.org/tharsheblows\">tharsheblows</a>, <a href=\"https://profiles.wordpress.org/thorbrink\">Thor Brink</a>, <a href=\"https://profiles.wordpress.org/creativeinfusion\">Tim Smith</a>, <a href=\"https://profiles.wordpress.org/tlexcellent\">tlexcellent</a>, <a href=\"https://profiles.wordpress.org/tmatsuur\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/tomasm\">Tomas Mackevicius</a>, <a href=\"https://profiles.wordpress.org/tomharrigan\">TomHarrigan</a>, <a href=\"https://profiles.wordpress.org/toro_unit\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/toru\">Toru Miki</a>, <a href=\"https://profiles.wordpress.org/liljimmi\">Tracy (LilJimmi) Levesque</a>, <a href=\"https://profiles.wordpress.org/tryon\">Tryon Eggleston</a>, <a href=\"https://profiles.wordpress.org/tywayne\">Ty Carlson</a>, <a href=\"https://profiles.wordpress.org/desaiuditd\">Udit Desai</a>, <a href=\"https://profiles.wordpress.org/umeshnevase\">Umesh Nevase</a>, <a href=\"https://profiles.wordpress.org/vivekbhusal\">vivekbhusal</a>, <a href=\"https://profiles.wordpress.org/vortfu\">vortfu</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"https://profiles.wordpress.org/willgladstone\">willgladstone</a>, <a href=\"https://profiles.wordpress.org/earnjam\">William Earnhardt</a>, <a href=\"https://profiles.wordpress.org/willstedt\">willstedt</a>, <a href=\"https://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"https://profiles.wordpress.org/ysalame\">Yuri Salame</a>, <a href=\"https://profiles.wordpress.org/oxymoron\">Zach Wills</a>, <a href=\"https://profiles.wordpress.org/katzwebdesign\">Zack Katz</a>, and <a href=\"https://profiles.wordpress.org/tollmanz\">Zack Tollman</a>.\n<p> </p>\n<p>Special thanks go to <a href=\"http://siobhanmckeown.com/\">Siobhan McKeown</a> for producing the release video, <a href=\"http://hugobaeta.com/\">Hugo Baeta</a> for the design, and <a href=\"http://jacklenox.com/\">Jack Lenox</a> for the voice-over.</p>\n<p>Finally, thanks to all of the contributors who provided subtitles for the release video, which at last count had been translated into 30 languages!</p>\n<p>If you want to follow along or help out, check out <a href=\"https://make.wordpress.org/\">Make WordPress</a> and our <a href=\"https://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.4!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.2.4 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2015/08/wordpress-4-2-4-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Aug 2015 12:10:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3827\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:397:\"WordPress 4.2.4 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by Marc-Alexandre Montpas of Sucuri, Helen Hou-Sandí […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Samuel Sidler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2011:\"<p>WordPress 4.2.4 is now available. This is a<strong> security release</strong> for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This release addresses six issues, including three cross-site scripting vulnerabilities and a potential SQL injection that could be used to compromise a site, which were discovered by <a href=\"https://sucuri.net/\">Marc-Alexandre Montpas</a> of Sucuri, <a href=\"http://helenhousandi.com/\">Helen Hou-Sandí</a> of the WordPress security team, <a href=\"http://www.checkpoint.com/\">Netanel Rubin</a> of Check Point, and <a href=\"https://hackerone.com/reactors08\">Ivan Grigorov</a>. It also includes a fix for a potential timing side-channel attack, discovered by <a href=\"http://www.scrutinizer-ci.com/\">Johannes Schmitt</a> of Scrutinizer, and prevents an attacker from locking a post from being edited, discovered by <a href=\"https://www.linkedin.com/in/symbiansymoh\">Mohamed A. Baset</a>.</p>\n<p>Our thanks to those who have practiced <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible disclosure</a> of security issues.</p>\n<p>WordPress 4.2.4 also fixes four bugs. For more information, see the <a href=\"https://codex.wordpress.org/Version_4.2.4\">release notes</a> or consult the <a href=\"https://core.trac.wordpress.org/log/branches/4.2?rev=33573&stop_rev=33396\">list of changes</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.2.4</a> or venture over to Dashboard → Updates and simply click “Update Now.” Sites that support automatic background updates are already beginning to update to WordPress 4.2.4.</p>\n<p><em>Already testing WordPress 4.3? The second release candidate is now available (<a href=\"https://wordpress.org/wordpress-4.3-RC2.zip\">zip</a>) and it contains these fixes. For more on 4.3, see <a href=\"https://wordpress.org/news/2015/07/wordpress-4-3-release-candidate/\">the RC 1 announcement post</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 14 Jan 2016 20:00:55 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 06 Jan 2016 20:07:41 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(1540,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1452844855','no'),(1543,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1452801655','no'),(1546,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1452844856','no'),(1549,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WPTavern: BuddyPress REST API Feature Plugin Now in Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50549\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wptavern.com/buddypress-rest-api-feature-plugin-now-in-development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3792:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/bp-featured.png\" rel=\"attachment wp-att-16395\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/bp-featured.png?resize=800%2C390\" alt=\"bp-featured\" class=\"aligncenter size-full wp-image-16395\" /></a></p>\n<p>Developers interested in contributing to the creation of a BuddyPress REST API met for the first time yesterday to discuss a path forward. <a href=\"https://twitter.com/bronsonquick\" target=\"_blank\">Bronson Quick</a> is leading the project with the help of <a href=\"http://modemlooper.me/\" target=\"_blank\">Ryan Fugate</a>. Quick works for <a href=\"https://hmn.md/\" target=\"_blank\">Human Made</a> and is a WordPress core contributor. He is also the lead contributor on <a href=\"https://github.com/Chassis/Chassis\" target=\"_blank\">Chassis</a>, a lightweight WP Vagrant install that uses Puppet for provisioning.</p>\n<p>John James Jacoby set up <a href=\"https://github.com/buddypress/BP-REST\" target=\"_blank\">a GitHub repository</a> where development for the BP REST API will take place. In summarizing the meeting’s discussion regarding planning and architecture, Quick said, “Planning how we tackle this is very important rather than diving straight into the code. As we’re ‘standing on the shoulders of giants’ we can use the lessons learned from the WP REST API project and put in time at the start to plan this properly.</p>\n<p>“It makes sense to plan out the data we would like returned from endpoints and how they relate to each other with _links. For example, if we’re displaying the data for the activities endpoint rather than showing a user_id we should link this to a user endpoint.”</p>\n<p>The team will be taking a “schema first” approach and plans to adhere to Test Driven Development – planning an endpoint, writing tests that fail then writing the code for the endpoint until the tests pass.</p>\n<p>“This is something that’s often talked about as being an ideal development methodology but it’s rarely practiced in the WordPress space,” Quick said. “Tackling a project this way should mean less bugs although I do realize this could be a blocker for new contributors.”</p>\n<p>The BP REST API team plans to tackle read-only endpoints first for the activity stream and xprofile components via the _links method Quick outlined. Ryan Fugate opened a GitHub <a href=\"https://github.com/buddypress/BP-REST/issues/1\" target=\"_blank\">issue</a> regarding the plugin’s folder structure/loader, and the plan is to design it as a feature plugin that will one day land in BuddyPress core.</p>\n<h3>What is the Purpose of a BP REST API?</h3>\n<p>During the meeting contributors discussed the primary problems that a BP REST API should solve, which Quick summarized in the <a href=\"https://bpdevel.wordpress.com/2016/01/14/bp-rest-api-dev-chat-summary-for-january-14-2016/\" target=\"_blank\">meeting notes</a>.</p>\n<p>The team agreed that the main purpose for building the API is to expose BuddyPress data in a RESTful way so that developers and site owners can use it to create plugins, mobile apps, or anything else they want.</p>\n<p>“The other main purpose for the BP REST API is that we can use the endpoints going forward to alter some things internally in BuddyPress, as in the past ‘the functions throughout BuddyPress are very purpose built to solve one specific theme-side problem,\'” Quick said.</p>\n<p>If you want to get involved in building a REST API for BuddyPress make sure to <a href=\"https://github.com/buddypress/BP-REST/\" target=\"_blank\">follow the project on GitHub</a> and jump into the discussion happening in the #buddypress Slack channel.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jan 2016 19:28:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WPWeekly Episode 221 – Interview With Micah Mitchell of Memberium\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=50567&preview_id=50567\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/wpweekly-episode-221-interview-with-micah-mitchell-of-memberium\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1810:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I are joined by Micah Mitchell, who is a partner in <a href=\"https://memberium.com/\">Memberium</a>, a membership development and management plugin for WordPress that connects with <a href=\"http://www.infusionsoft.com/\">Infusionsoft</a>.</p>\n<p>During the show, we discuss what Memberium has to offer for those who want to create membership sites using WordPress. Due to time constraints, we skipped the news segment and ended the show with the plugin picks of the week.</p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/mc4wp-activity/\">MailChimp Activity</a> displays your MailChimp list activity within the WordPress dashboard.</p>\n<p><a href=\"https://wordpress.org/plugins/clean-wp-admin-menu/\">Clean WP Admin Menu</a> proves an easy to use interface to hide rarely used items in the admin menu.</p>\n<p><a href=\"https://wordpress.org/plugins/story-lines/\">Story Lines</a> adds a list of story highlights at the top of posts to let readers know key points of the article.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 20th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #221:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jan 2016 18:11:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: WordPress for Android 4.9 Adds Fingerprint Scanner, Improves Media Library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50533\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/wordpress-for-android-4-9-adds-fingerprint-scanner-improves-media-library\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2175:\"<p>WordPress for Android <a href=\"https://apps.wordpress.org/2016/01/13/wordpress-for-android-version-4-9/\" target=\"_blank\">version 4.9</a> hit devices today with new support for the fingerprint scanner feature available in Android 6.0 Marshmallow.</p>\n<p>The WordPress app on mobile offers publishing access to all the sites you have hooked up, which is a pretty powerful door to the world that you may not want to leave unlocked for anyone who gains access to your phone. That’s why many users have opted to set up a pin lock for the app. (You can find this under Settings >> Turn Pin lock on.) The fingerprint scanner is a faster alternative to using a pin.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/fingerprint.png\" rel=\"attachment wp-att-50535\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/fingerprint.png?resize=281%2C500\" alt=\"fingerprint\" class=\"aligncenter size-large wp-image-50535\" /></a></p>\n<p>Version 4.9 also adds several key refinements to the media library experience, including a brand new design for the details screen to match the rest of the app’s material design. The app now supports better handling of multiple photo and video uploads.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/media-details.png\" rel=\"attachment wp-att-50537\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/media-details.png?resize=281%2C500\" alt=\"media-details\" class=\"aligncenter size-large wp-image-50537\" /></a></p>\n<p>This release fixes a few bugs, most importantly one where posts were deleted instead of sent to the trash. If you accidentally lost a post this way, hoping to recall it, the problem shouldn’t happen again.</p>\n<p>Version 5.0 RC 1 was released to beta testers today via the Google Play Store beta channel. They are currently testing new WordPress.com “Site Settings” and “My Profile” screens that will allow users to change settings like site title, tagline, and public display name (among others). Look for these features in the next major release of WordPress for Android.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jan 2016 20:09:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: WP Asset Clean Up Plugin Removes Unused Styles and Scripts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50512\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/wp-asset-clean-up-plugin-removes-unused-styles-and-scripts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4009:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/speed.jpg\" rel=\"attachment wp-att-30119\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/09/speed.jpg?resize=927%2C425\" alt=\"photo credit: SergioMonsalve - cc\" class=\"size-full wp-image-30119\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/seegioo/4334436675/\">SergioMonsalve</a> – <a href=\"http://creativecommons.org/licenses/by-nd/2.0/\">cc</a>\n<p>In 2010 Google patented its methods for <a href=\"http://www.google.com/patents/US8645362\" target=\"_blank\">using resource load times in ranking search results</a>. The published patent describes how Google factors in page speed when presenting results:</p>\n<blockquote><p>A search result for a resource having a short load time relative to resources having longer load times can be promoted in a presentation order, and search results for the resources having longer load times can be demoted. The demotion can, in some situations, result in a search result for a resource having a short load time being presented earlier in the order than a search result for a similarly-relevant resource having a longer load time. Thus, for two resources that, apart from load times, appear to equally satisfy a user’s informational needs, the user will often select the resource that will likely load the most quickly of the two, resulting in a better user experience.</p></blockquote>\n<p>In other words, when it comes to competing resources that might seem otherwise similar, the one that loads faster gets a higher ranking. Prioritizing site speed is not only <a href=\"https://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html\" target=\"_blank\">important for Google rankings</a>, it’s also critical to providing the best experience for visitors.</p>\n<p>The new <a href=\"https://wordpress.org/plugins/wp-asset-clean-up/\" target=\"_blank\">WP Asset Clean Up</a> plugin addresses an often overlooked aspect of improving loading times. The plugin allows you to selectively remove unused styles and scripts from any page or post on your site. Once activated, the plugin detects all assets loaded and displays them on the post/page editing screen. You can then select the assets that are not needed for that page.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/wp-asset-clean-up.png\" rel=\"attachment wp-att-50520\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/wp-asset-clean-up.png?resize=1025%2C902\" alt=\"wp-asset-clean-up\" class=\"aligncenter size-full wp-image-50520\" /></a></p>\n<p>I tested it and found that it works as expected. It’s especially handy for home pages and content like “about” and “contact” pages where you don’t need to load as much functionality.</p>\n<p>WP Asset Clean Up is developer <a href=\"http://www.bitrepository.com\" target=\"_blank\">Gabriel Livan</a>‘s first free plugin on WordPress.org.</p>\n<p>“I’m sure you’ve used themes / plugins in the past that were loading lots of assets (.css and .js files) in the front-end in pages where you only needed half of them or even less,” Livan said. “Many people have articles about making WordPress faster, but they often overlooked this part of removing the unused files. Often these are minified by caching plugins, but using the plugin I’ve developed, the minifying will be even smaller.”</p>\n<p>As long as plugin/theme authors have properly enqueued their assets, WP Asset Clean Up will be able to detect them so that you can select them for removal. The plugin helps you decrease the number of HTTP requests loaded but can also be useful for minimizing script conflicts. You can download <a href=\"https://wordpress.org/plugins/wp-asset-clean-up/\" target=\"_blank\">WP Asset Clean Up</a> from WordPress.org and use it in combination with your favorite caching plugin to improve performance.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 Jan 2016 06:29:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: BuddyPress 2.5 Development Kicks Off, BP-API Dev Chat Begins This Week\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50466\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wptavern.com/buddypress-2-5-development-kicks-off-bp-api-dev-chat-begins-this-week\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3693:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers1.png\" rel=\"attachment wp-att-16156\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/02/buddypress-wallpapers1.png?resize=800%2C450\" alt=\"buddypress-wallpapers\" class=\"aligncenter size-full wp-image-16156\" /></a></p>\n<p>BuddyPress contributors <a href=\"https://wordpress.slack.com/archives/buddypress/p1452110516002730\" target=\"_blank\">met last week</a> to discuss the scope of the 2.5 release, which is slated for the beginning of March. Lead developer Paul Gibbs opened the meeting with a call for tickets that contributors are working on for 2.5.</p>\n<p>Core developer Mathieu Viet will be working on <a href=\"https://buddypress.trac.wordpress.org/ticket/6482\" target=\"_blank\">comment syncing between activity and post comments for Custom Post Types</a>. His patch is currently awaiting more testing and feedback. In a separate <a href=\"https://buddypress.trac.wordpress.org/ticket/6772\" target=\"_blank\">ticket</a> Viet is also working alongside core developer @r-a-y on BuddyPress embeds for activity, user profiles, groups.</p>\n<p>BuddyPress lead developer Boone Gorges will be focusing his attention on <a href=\"https://buddypress.trac.wordpress.org/ticket/6534\" target=\"_blank\">Navigation API tweaks for single items</a> and a ticket to <a href=\"https://buddypress.trac.wordpress.org/ticket/6413\" target=\"_blank\">move xprofile field data visibility to be stored in xprofilemeta</a> (as opposed to a serialized array in usermeta).</p>\n<p>Paul Gibbs is working on <a href=\"https://buddypress.trac.wordpress.org/ticket/6592\" target=\"_blank\">overhauling BuddyPress emails with a new Email API and customization features</a>. The proposal he’s working towards uses a Post Type for email templates and a Taxonomy to store the different types of emails BuddyPress sends. This project would also introduce new HTML email templates into the BP template stack and new classes to represent an email (BP_Email), one for each type of email.</p>\n<p>Other features on the <a href=\"https://buddypress.trac.wordpress.org/roadmap\" target=\"_blank\">roadmap</a> for possible inclusion in 2.5 include <a href=\"https://buddypress.trac.wordpress.org/ticket/6210\" target=\"_blank\">a new Invitations API</a>, <a href=\"https://buddypress.trac.wordpress.org/ticket/6347\" target=\"_blank\">making xprofile fields used for signup configurable</a>, and <a href=\"https://buddypress.trac.wordpress.org/ticket/6766\" target=\"_blank\">companion stylesheets for the TwentyTwelve default theme</a>.</p>\n<h3>BP-API Development Chat Starts This Week</h3>\n<p>On Wednesday, following the regularly scheduled dev chat, contributors interested in discussing the <a href=\"https://bpdevel.wordpress.com/2016/01/11/this-wednesday-in-addition-to/\" target=\"_blank\">REST API and BuddyPress</a> will meet at <a href=\"http://www.timeanddate.com/worldclock/converted.html?iso=20160113T22&p1=3581&p2=195&p3=137&p4=152&p5=158&p6=64\" target=\"_blank\">22:00 UTC</a>. During this first chat they will decide where the BP-API will be developed and what steps are necessary to move forward. A few independent API plugins already exist but contributors hope to unify developer efforts to work on an official feature plugin.</p>\n<p>This week’s dev chat will include discussion regarding what project lead John James Jacoby has called <a href=\"http://wptavern.com/john-james-jacoby-on-navigating-buddypress-identity-crisis\" target=\"_blank\">BuddyPress’ identity crisis</a>. The core team will be gathering feedback on a “Social Network” vs. “Community Software” marketing direction.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jan 2016 23:35:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: Watch Live: Matt Mullenweg Joins Cape Town WordPress Meetup for Fireside Chat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50492\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/watch-live-matt-mullenweg-joins-cape-town-wordpress-meetup-for-fireside-chat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:713:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/wordpress-cape-town.jpg\" rel=\"attachment wp-att-26698\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/07/wordpress-cape-town.jpg?resize=822%2C378\" alt=\"wordpress-cape-town\" class=\"aligncenter size-full wp-image-26698\" /></a></p>\n<p>Matt Mullenweg is in Cape Town and will be joining the <a href=\"http://www.wpcapetown.co.za/\" target=\"_blank\">local WordPress community meetup</a> for a fireside chat at noon EST (7pm Cape Town). The event begins in under an hour and will be live streamed on their YouTube channel. The video will also be available after the meetup has concluded.</p>\n<p></p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jan 2016 16:26:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: How to Assign Icons, Images, and Colors to Categories and Tags in The WordPress Backend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50478\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://wptavern.com/how-to-assign-icons-images-and-colors-to-categories-and-tags-in-the-wordpress-backend\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4600:\"<p>When WordPress 4.4 was <a href=\"http://wptavern.com/wordpress-4-4-clifford-featuring-responsive-images-twenty-sixteen-and-more\">released in late 2015</a>, some <a href=\"http://wptavern.com/wordpress-4-4-clifford-featuring-responsive-images-twenty-sixteen-and-more#comment-112322\">users questioned</a> how to add colors and icons to categories as illustrated at the 1:17 mark in the <a href=\"https://videopress.com/v/J44FHXvg\">release video</a>. The colors and icons are not something users can define by default. Instead, they’re exposed by plugins using the <a href=\"https://make.wordpress.org/core/2015/10/23/4-4-taxonomy-roundup/\">Taxonomy Term Meta</a> feature in 4.4.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/TaxonomyColorsandIcons.png\" rel=\"attachment wp-att-50480\"><img class=\"size-full wp-image-50480\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/TaxonomyColorsandIcons.png?resize=685%2C381\" alt=\"WordPress 4.4 Release Video Showing Colors and Icons\" /></a>WordPress 4.4 Release Video Showing Colors and Icons\n<p>To add icons, images, or colors to taxonomy terms such as categories and tags, I recommend using <a href=\"https://wordpress.org/plugins/wp-term-images/\">WP Term Images</a>, <a href=\"https://wordpress.org/plugins/wp-term-icons/\">WP Term Icons</a>, and <a href=\"https://wordpress.org/plugins/wp-term-colors/\">WP Term Colors</a>. All three plugins are developed by, <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby,</a> and are part of <a href=\"http://wptavern.com/stuttter-plugins-now-available-on-wordpress-org\">his Stuttter project</a>.</p>\n<p>Note, that in order to assign icons, images, and colors to taxonomies in WordPress 4.3 or earlier using these plugins, you’ll need to install and activate the <a href=\"https://wordpress.org/plugins/wp-term-meta/\">WP Term Meta</a> plugin as it adds Term Meta support.</p>\n<p>Once all three plugins are installed and activated, browse to the Categories section of the WordPress backend. You’ll see new fields where you can assign an icon, color, and image. Icons use the <a href=\"https://developer.wordpress.org/resource/dashicons/#admin-appearance\">Dashicon set</a> that ships with WordPress.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/SelectingAnIcon.png\" rel=\"attachment wp-att-50481\"><img class=\"size-full wp-image-50481\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/SelectingAnIcon.png?resize=682%2C334\" alt=\"Icon Picker\" /></a>Icon Picker\n<p>Choosing a color is easy as WP Term Colors uses the built-in color picker provided by WordPress.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/SelectingAColor.png\" rel=\"attachment wp-att-50484\"><img class=\"size-full wp-image-50484\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/SelectingAColor.png?resize=686%2C562\" alt=\"Assigning a color to Taxonomies\" /></a>Assigning A Color to Taxonomies\n<p>WP Term Images uses the WordPress Media Library to assign an image. Here’s what a category looks like with a color, image, and icon.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/AssignedColorImageIcon.png\" rel=\"attachment wp-att-50485\"><img class=\"size-full wp-image-50485\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/AssignedColorImageIcon.png?resize=837%2C239\" alt=\"Icon, Color, and Image Assigned To The News Category\" /></a>Icon, Color, and Image Assigned To The News Category\n<p>The visual queues are only displayed on the taxonomy management page. In a future update, I’d like to see visual queues in the same areas of the WordPress backend where a taxonomy is displayed. For example, displaying the icon, color, or image for a category on the Post management screen. The category management page is something I rarely visit once a site is established. However, I visit the Post management screen on a daily basis. At the same time, I question the usefulness of displaying something next to individual tags.</p>\n<p>These plugins are examples of what’s possible with taxonomy term meta support in WordPress 4.4. I tested each plugin on WordPress 4.5 alpha and didn’t experience any problems. If you’d like to learn more about term meta and how to use it, I encourage you to <a href=\"http://themehybrid.com/weblog/introduction-to-wordpress-term-meta\">read this tutorial</a> by Justin Tadlock. What use cases or scenarios can you think of where the visual queues described above would come in handy?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jan 2016 12:17:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Easily Hide Menus in WordPress With The Clean WP Admin Menu Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50469\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/easily-hide-menus-in-wordpress-with-the-clean-wp-admin-menu-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2400:\"<p>The WordPress admin menu is fairly easy to navigate out-of-the-box but can become unruly over time. It can get out of control depending on the number of custom post types registered and plugins that add a top-level menu. If you want to hide rarely used menus from the admin menu, check out the <a href=\"https://wordpress.org/plugins/clean-wp-admin-menu/\">Clean WP Admin Menu</a> plugin developed by,<a href=\"https://profiles.wordpress.org/borantula/\"> Bora Yalçın</a>.</p>\n<p>After activating the plugin, browse to the <strong>Settings > Clean Admin Menu</strong> area in the WordPress backend. This is where you choose which menus to hide. Checking the box next to an item will hide it from view.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/WPCleanAdminMenuSettings.png\" rel=\"attachment wp-att-50470\"><img class=\"size-full wp-image-50470\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/WPCleanAdminMenuSettings.png?resize=571%2C644\" alt=\"WP Clean Admin Menu Settings\" /></a>WP Clean Admin Menu Settings\n<p>If you need to access a hidden menu, click the <strong>Toggle Extra</strong> link. Here’s an animated GIF provided by Yalçın that shows how it works.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/CleanWPMenuInAction.gif\" rel=\"attachment wp-att-50471\"><img class=\"size-full wp-image-50471\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/CleanWPMenuInAction.gif?resize=446%2C769\" alt=\"Clean WP Menu in Action\" /></a>Clean WP Menu in Action\n<p>Accessing a menu that’s hidden becomes a two-click process instead of one, but it’s a trade-off users might make in order to achieve a cleaner interface. Menus are hidden globally and are not tied to user accounts.</p>\n<p>Yalçın may add the ability to specify whether a menu is hidden globally or per-user in a future update in addition to a “Smart Clean” option. The idea is that if a user hasn’t accessed a menu in a certain amount of time, the plugin will automatically hide it from view.</p>\n<p>I tested <a href=\"https://wordpress.org/plugins/clean-wp-admin-menu/\">Clean WP Admin Menu</a> on WordPress 4.5 alpha and it works as expected. This plugin is a proof of concept so if you have any feedback or features you’d like to see added, please provide them in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jan 2016 08:32:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Matt: Thirty-Two\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=45743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://ma.tt/2016/01/thirty-two/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3294:\"<p>My thirty-second birthday has arrived after a whirlwind year, probably my most challenging and rewarding. It went faster than any year I can remember, absolutely flew by. Luckily it was capped at the holidays with a precious few weeks of downtime in Houston. Now I’m back to work in Cape Town and just finished a lovely day of great food, wine, and conversation with colleagues who are here for a meetup starting tomorrow.</p>\n<p>Since I started tracking, 2015 was the first year that I traveled fewer miles than the year before, clocking in at 398k, down 27k. (398,553 miles, 111 cities, 20 countries.) In 2016 I’m going to try and get that even lower. It was also one of my best years for blogging on this site, with the most posts (252) I’ve made since 2008, and the most words (24,605) since 2005. (If anyone is curious, I wrote about 60k words over the same time period in <a href=\"http://automattic.com/\">Automattic’s</a> internal <a href=\"http://p2theme.com/\">P2s</a>.) In a weird omission, though, it’s the first year since this site started in 2002 that I didn’t post a single gallery of photos. I’ve developed a mental block around processing and posting the fancier pictures, even as I carry hundreds of gigabytes of them around the planet several times over. Hopefully this is something I can get past in 2016.</p>\n<p>I ran 163 miles in 2015, more than I did the year before, and I think that trend will continue. Last year <a href=\"https://ma.tt/2015/01/thirty-one/\">I talked about habits and small actions</a>, and a daily todo list with some small items to nourish the mind, soul, and body has become central to my routine. I dyed my hair (grey) just for fun and also to show the rest of Automattic they could too, how you look doesn’t matter one iota. My restaurant quest has continued, and I’ve now been to 38% of <a href=\"http://www.theworlds50best.com/list/1-50-winners\">the current top 50 list</a>.</p>\n<p>More so than before, I really don’t know what’s around the corner. While there is a lot in motion, there is even more still being defined and started. There’s freedom in the groove, to reference <a href=\"http://joshuaredman.com/\">Joshua Redman’s</a> great album, and I’m getting a lot more comfortable with ambiguity and the faster pace of life in general. More than ever, I consider myself incredibly lucky, so it’s exciting to make the most of the opportunity that the volatility, love, loss, glory, failure, inspirations, and setbacks that 2016 will bring.</p>\n<p>Previously: <a href=\"https://ma.tt/2003/01/bday/\">19</a>, <a href=\"https://ma.tt/2004/01/so-im-20/\">20</a>, <a href=\"https://ma.tt/2005/01/hot-barely-legal-matt/\">21</a>, <a href=\"https://ma.tt/2006/01/matt-22/\">22</a>, <a href=\"https://ma.tt/2007/01/twenty-three/\">23</a>, <a href=\"https://ma.tt/2008/01/twenty-four/\">24</a>, <a href=\"https://ma.tt/2009/01/twenty-five/\">25</a>, <a href=\"https://ma.tt/2010/01/twenty-six/\">26</a>, <a href=\"https://ma.tt/2011/01/twenty-seven/\">27</a>, <a href=\"https://ma.tt/2012/01/twenty-eight/\">28</a>, <a href=\"https://ma.tt/2013/01/twenty-nine/\">29</a>, <a href=\"https://ma.tt/2014/01/matt-3-0/\">30</a>, and <a href=\"https://ma.tt/2015/01/thirty-one/\">31</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jan 2016 23:58:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Stuttter Plugins Now Available on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50441\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/stuttter-plugins-now-available-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4714:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/stuttter.png\" rel=\"attachment wp-att-50449\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/stuttter.png?resize=1025%2C452\" alt=\"stuttter\" class=\"aligncenter size-full wp-image-50449\" /></a></p>\n<p>The whole collection of plugins from John James Jacoby’s <a href=\"http://jaco.by/2015/10/16/meet-stuttter/\" target=\"_blank\">Stuttter project</a> is now <a href=\"https://profiles.wordpress.org/stuttter/#content-plugins\" target=\"_blank\">available on WordPress.org</a>. Jacoby created Stuttter as “a conduit for rethinking WordPress from the outside in,” and started pushing the plugins to the official plugin directory a couple months ago.</p>\n<p>During the first half of 2015, he worked full-time on WordPress’ sister projects (BuddyPress, bbPress, and GlotPress), thanks to the <a href=\"http://wptavern.com/buddypress-bbpress-and-glotpress-development-campaign-is-now-fully-funded\" target=\"_blank\">successful funding</a> of his independent IndieGoGo campaign. After completing this project, Jacoby returned to consulting via Flox where he had the chance to test and use the Stuttter plugins in production.</p>\n<p>“It’s a way to independently test the waters for what we can do with it [WordPress], without deviating from its history, beauty, charm, and chutzpah,” Jacoby said.</p>\n<p>“I was recently inspired by Jeremy Felt’s <a href=\"https://jeremyfelt.com/2015/10/02/what-wordpress-plugins-are-excellent/\" target=\"_blank\">post about what he looks for in plugins</a> that he would want to use. We’ve chatted about it before, and he finally put it into words. Stuttter sticks to those philosophies (no nags, no licenses, nothing to cut out, etc…),” he said.</p>\n<p>The new <a href=\"https://profiles.wordpress.org/stuttter/#content-plugins\" target=\"_blank\">Stuttter profile on WordPress.org</a> is home to 18 lean plugins, each carefully chiseled to do one thing well.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/stuttter-plugins.png\" rel=\"attachment wp-att-50458\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/stuttter-plugins.png?resize=1025%2C1001\" alt=\"stuttter-plugins\" class=\"aligncenter size-full wp-image-50458\" /></a></p>\n<p>“My end goal is to point most public facing links for each plugin to a product on <a href=\"https://store.flox.io/\" target=\"_blank\">store.flox.io</a> (using Easy Digital Downloads) and sell them for a few pennies, and then use WordPress.org for updates and distribution,” Jacoby said. “That way people get a zip of a plugin they purchased and get to ‘own’ their copy, plus I have a record of their purchase on <a href=\"https://flox.io/\" target=\"_blank\">flox.io</a> so they can use that plugin on their hosted networks eventually too.</p>\n<p>Jacoby plans to make the Stuttter plugins available on Flox for the communities hosted there.</p>\n<p>“Many of them will be on by default, like WP Chosen and WP Pretty Filters,” he said. “Others will be ‘unlocked’ through purchases, like User Activity and User Parents.</p>\n<p>“The goal is to strike a balance between a good default experience, and letting people upgrade through purchases, and then being able to take those purchases with them if they decide to self-host eventually (vs. losing them like on wpcom),” Jacoby said.</p>\n<p>Developers who are interested in the code can find the Stuttter plugins <a href=\"https://code.flox.io/groups/stuttter/\" target=\"_blank\">publicly mirrored on Flox</a>. They are actively developed there and then pushed out to <a href=\"https://github.com/stuttter\" target=\"_blank\">GitHub</a> in bulk.</p>\n<p>“Almost all of these are ideas I’ve been imagining in one way or another for years, particularly WP User Profiles,” Jacoby said. “I’ve wanted that for BuddyPress forever, but it’s always been too big of a gamble to commit to something this drastic for a project like BuddyPress that is so well established.</p>\n<p>“I think whenever you have a long time to imagine what life would be like once something is possible, you can execute very quickly once it is. Most of the current generation Stuttter plugins came rapid-fire because of several years of thought about them first. I hadn’t even done much research into alternatives (the Stream plugin vs. WP User Activity for example, and WooCommerce has its own Term Meta tweaks too). I just knew I wanted to solve a certain problem in a certain way, and had the time and motivation to make it happen,” he said.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Jan 2016 22:09:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Matt: Interview in El Pais\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45737\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://ma.tt/2016/01/interview-in-el-pais/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:314:\"<p><span class=\"embed-youtube\"></span></p>\n<p>If you speak Spanish, or know someone who does, check out this video and <a href=\"http://one.elpais.com/gracias-a-el-se-publica-la-cuarta-parte-de-las-webs-del-mundo-matt-mullenweg-fundador-de-wordpress/\">article that was on the El Pais homepage earlier today</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 22:48:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: WordCamp Europe 2016 Sold Out, Organizers Working to Get More Venue Space\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50345\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wptavern.com/wordcamp-europe-2016-sold-out-organizers-working-to-get-more-venue-space\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2701:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png\" rel=\"attachment wp-att-49423\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/wceu-2016.png?resize=1025%2C407\" alt=\"wceu-2016\" class=\"aligncenter size-full wp-image-49423\" /></a></p>\n<p>If you waited to buy your ticket to <a href=\"https://2016.europe.wordcamp.org/\" target=\"_blank\">WordCamp Europe 2016</a> in Vienna, you may be out of luck. The event sold out on December 31, 2015. All 1550 tickets, including 50 micro-sponsorship tickets are now gone.</p>\n<p>“We’re currently at full capacity of our venue, but working towards expanding by hiring more halls in the MuzeumQuartier so we can meet the strong demand,” organizer Petya Raykovska told the Tavern.</p>\n<p>“We will try and release 200 more tickets in the days to follow, depending on the availability of the halls around the MQ,” she said. A <a href=\"https://2016.europe.wordcamp.org/wordcamp-europe-is-sold-out-sign-up-for-the-tickets-waiting-list/\" target=\"_blank\">waiting list</a> is now open for those hopeful to grab a ticket when more venue space opens up. According to Raykovska, the list already has nearly 100 signups.</p>\n<p>Based on the attendees confirmed so far, WordCamp Europe 2016 will have 58 countries represented, which is six more than the event had in 2014 and 2015. Including micro-sponsor tickets, the countries with the highest number of attendees include Germany (8%), Netherlands (8%), UK (8%), Austria (7%), and the United States (6%).</p>\n<p>Planning early has paid off for the organizing team with another year of successful ticket sales in the bag. Raykovska attributes this to the location and the quality of past WCEU events.</p>\n<p>“Obviously, Vienna being central for Europe and a fabulous location, has helped us attract more people this year,” Raykovska said. “But I believe above all, the huge interest is a testament about the quality we’ve been able to provide in previous years, establishing WordCamp Europe as a can’t-miss event for anyone running or involved with a WordPress business.</p>\n<p>“I also think people appreciate that we released tickets so early. More than 80% of WordCamp Europe attendees come from outside the host country so being able to plan early helped people make a decision,” she said.</p>\n<p>The <a href=\"https://2016.europe.wordcamp.org/the-call-for-speakers-for-wceu-2016-closes-in-4-weeks/\" target=\"_blank\">call for speakers</a> will close on January 31st. Speakers will be notified by March 16th as to whether or not their session will be on the schedule.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 21:54:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: WordCamp US Is Accepting Applications for 2017-18 Host City\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50402\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wptavern.com/wordcamp-us-is-accepting-applications-for-2017-18-host-city\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1735:\"<p>The application process to be the host city for WordCamp US 2017 and 2018 <a href=\"https://2016.us.wordcamp.org/2016/01/08/applications-for-the-wordcamp-us-2017-host-city-now-open/\">is now open</a>. A lot of work goes into making WordCamp US successful and planning needs to start as soon as possible. The goal is to have future host city organizers be involved in the second year’s planning to learn the process and pass on the lessons learned to the next group of organizers.</p>\n<p>If you’re thinking about applying to be the host city, you’ll need to know the following information.</p>\n<ul>\n<li>The names and contact information for your organizing team.</li>\n<li>Information about your location, including:\n<ul>\n<li>Do the venues have hotels within 3 miles that can support 1,500-2,000 attendees? Average hotel costs for budget, mid-range, and high-end hotels.</li>\n<li>Flight costs from the West Coast, East Coast, Midwest, Mexico, and Canada.</li>\n</ul>\n</li>\n<li>Venue information with an option to suggest a second venue. Each venue requires:\n<ul>\n<li>A budget</li>\n<li>Room capacities</li>\n<li>Dates available</li>\n<li>Additional venue details</li>\n</ul>\n</li>\n<li>Contributor day information, including:\n<ul>\n<li>Venue</li>\n<li>Wifi information</li>\n</ul>\n</li>\n</ul>\n<p>The new location will be selected before WordCamp US 2016. When the six cities were chosen to possibly host WordCamp US 2015, <a href=\"http://wptavern.com/which-one-of-these-six-cities-should-host-wordcamp-us\">Tavern readers voted</a> for Phoenix, AZ over Philadelphia, PA. If you have any questions or need help filling out the application, contact <strong>support @ wordcamp.org</strong>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 19:37:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WPTavern: How WordCamp Paris Streamlined Speaker Submissions with the Idea Stream Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50381\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wptavern.com/how-wordcamp-paris-streamlined-speaker-submissions-with-the-idea-stream-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11361:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/jenny-beaumont.jpg\" rel=\"attachment wp-att-50383\"><img class=\"alignright size-thumbnail wp-image-50383\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/jenny-beaumont.jpg?resize=150%2C150\" alt=\"jenny-beaumont\" /></a>This post was contributed by guest author <a href=\"http://www.jennybeaumont.com/\" target=\"_blank\">Jenny Beaumont</a>. Jenny Beaumont is co-organizer of WordCamp Paris & WordCamp Europe, a frequent speaker at WordCamps in France and abroad, and a contributor to a number of blogs. After 17 years building things in and around the web, she is taking a year-long sabbatical to get a new outlook on life.</p>\n<hr />\n<p>If you’ve organized a WordCamp or similar event, then you know the work involved in managing a call for papers. With every submission comes lots of information, both about the candidate and the proposed talk. And with some candidates submitting multiple proposals, the total number of submissions can be 3-4 times the number of slots available.</p>\n<p>The call for speakers for <a href=\"https://paris.wordcamp.org/2016/\" target=\"_blank\">WordCamp Paris 2016</a> brought in upwards of 70 candidates and over 100 proposals!</p>\n<p>In the past, most WordCamps have taken proposals through online forms and then organized them within spreadsheets for deliberation. But just as WordCamp Paris has grown in recent years, so has the organizing team, and the spreadsheet method became increasingly laborious and inefficient.</p>\n<h3>There’s a plugin for that</h3>\n<p>While preparing for <a href=\"https://paris.wordcamp.org/2015/\" target=\"_blank\">WordCamp Paris 2015</a>, the organizers decided to tackle this problem, and turned to <a href=\"https://wordpress.org/plugins/wp-idea-stream/\" target=\"_blank\">WP Idea Stream</a>, a plugin developed by <a href=\"https://profiles.wordpress.org/imath\" target=\"_blank\">Mathieu Viet</a> (who has since joined the organizing team).</p>\n<p>As the name suggests, WP Idea Stream is a collaborative tool built for the purpose of sharing and managing ideas between members of a WordPress site. A close look shows us that this simple concept contains a lot of intricate and useful features.</p>\n<h3>Advantages for users</h3>\n<p>Filling out a form one time is no trouble, but what if you want to submit multiple proposals? Or, what if you’re interrupted while filling out a form and have to start over?</p>\n<p>WP Idea Stream solves this problem by giving talk candidates a simple one-time sign-up. With their own account they can:</p>\n<ul>\n<li>Update their personal information at any time (name, biography, social media accounts, email address, phone number, etc)</li>\n<li>Submit multiple proposals without needing to resubmit personal information</li>\n<li>Edit each proposal for up to one hour after submission</li>\n<li>Access and consult their submissions at any time</li>\n</ul>\n<h3>Advantages for organizers</h3>\n<p>Some team members wait until closing to sit and evaluate the proposals in one go, while others prefer to react over time as talks roll in. How do you keep track of those you’ve seen? How do you exchange thoughts and opinions with your teammates? How do you navigate through all of this information?</p>\n<h3>Vote</h3>\n<p>WP Idea Stream uses a five-star rating system to vote on ideas (or talks in our case). This makes it easy to see which are the most popular among a large group of organizers.</p>\n<p>The plugin settings page includes an easy way to customize the wording for each level.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/hover-captions.png\" rel=\"attachment wp-att-50387\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/hover-captions.png?resize=1025%2C133\" alt=\"hover-captions\" class=\"aligncenter size-full wp-image-50387\" /></a></p>\n<h3>Comment and debate</h3>\n<p>To compliment this voting system, organizers can leave comments on each submission to further bolster their argument for or against a talk. They also have the opportunity to point out information that might be lacking, ask questions of the candidate, or make notes of recurring themes that emerge.</p>\n<h3>Track and filter</h3>\n<p>As an administrator, there are two ways to view talk proposals: the main “post” view, and a view from within your own profile.</p>\n<p><strong>The “post” view</strong> is much like the default blog home page on a standard WordPress site. Submissions are listed in chronological descending order by default, including pagination and a display of the total number of talks to date. Then, there is the possibility to:</p>\n<ul>\n<li>Search by keyword</li>\n<li>Filter by votes (highest ratings first)</li>\n<li>Filter by most commented</li>\n</ul>\n<p>The excerpt for each talk submission includes:</p>\n<ul>\n<li>The avatar of the candidate (candidates are encouraged to use the email address associated with their Gravatar account at sign up)</li>\n<li>The name of the talk</li>\n<li>The number of comments with a quick link to that section of the talk</li>\n<li>The current average rating, with a quick link to vote on that talk</li>\n<li>An excerpt of the talk description</li>\n<li>A list of all category and tag selections</li>\n<li>The date of submission</li>\n<li>A quick link to edit the proposal in the WordPress admin</li>\n</ul>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/excerpts.png\" rel=\"attachment wp-att-50389\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/excerpts.png?resize=1025%2C778\" alt=\"excerpts\" class=\"aligncenter size-full wp-image-50389\" /></a></p>\n<p><strong>The “profile” view</strong> is intended for subscribed users to view their own submissions and to manage their personal information. As an admin, this front-end view also includes some very useful tabs to help keep track of your participation in the deliberation process.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/profile-view.png\" rel=\"attachment wp-att-50390\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/profile-view.png?resize=1025%2C737\" alt=\"profile-view\" class=\"aligncenter size-full wp-image-50390\" /></a></p>\n<ul>\n<li><strong>Published.</strong> Shows any and all submissions you might have made. Yes, WordCamp Paris organizers are also often speakers!</li>\n<li><strong>Commented.</strong> Shows all talk proposals that you’ve already commented on.</li>\n<li><strong>Evaluated.</strong> Shows all talk proposals that you’ve already voted on.</li>\n<li><strong>To be evaluated.</strong> Shows all talk proposals that are still awaiting your vote.</li>\n</ul>\n<h3>Organize</h3>\n<p>By default, WP Idea Stream comes with standard WordPress category and tag taxonomies, allowing submissions to be further classified and qualified. This year for WordCamp Paris, we used categories to represent three talk formats: 10, 20 and 30-minute preferences.</p>\n<p>We use tags for what we call talk “zooms” (basically just thematic tags). The advantage here is that, just like standard WordPress tags, users can be prompted with “most used” keywords to describe their talk’s theme.</p>\n<p>Categories and tags have quick links to filter the view by those terms.</p>\n<p>This has proven extremely useful for spotting recurring subjects and trends, comparing similar proposals, and even for figuring out subjects that haven’t been covered that we might want to find speakers for.</p>\n<h3>Export</h3>\n<p>When it comes down to it, you can’t get around the good old-fashioned spreadsheet for finalizing the job.</p>\n<p>Once the team has finished rating all of the talks, the submissions can be easily exported to a spreadsheet, and sorted by vote, theme, and talk duration. From here, the program is built up and finalized, and the bulk of the work is already done.</p>\n<h3>Requirements</h3>\n<p>Using WP Idea Stream does requires us to have and maintain a WordPress installation separate from our official WordCamp site, but this is also proving to have a number of advantages including:</p>\n<ul>\n<li>A dedicated domain for emails</li>\n<li>A permanent site that can act as a long-term archive, essentially regrouping information and links to each year’s dedicated site</li>\n</ul>\n<h3>Customization</h3>\n<p>WP Idea Stream doesn’t work like this out-of-the-box. Many of these features were built specifically for our purposes. Because the plugin is developed to be highly extensible, adapting it for your own needs is relatively easy.</p>\n<h3>Templates</h3>\n<p>WP Idea Stream is built with a templating system, allowing you to easily override any of the front-end views from your own theme.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/templates.png\" rel=\"attachment wp-att-50392\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/templates.png?resize=398%2C506\" alt=\"templates\" class=\"aligncenter size-full wp-image-50392\" /></a></p>\n<h3>Custom functions</h3>\n<p>Placing a file named <a href=\"https://github.com/imath/wc-talk#wordcamp-talk\" target=\"_blank\">wp-idea-stream-custom.php</a> in wp-content/plugins/ extends the plugin, allowing you to build on the default functionality.</p>\n<p>Here are some of the features we’ve added to adapt the plugin to our needs:</p>\n<ul>\n<li>Publish the content (talks) in private mode</li>\n<li>Extended user fields, including language preference (the site then displays by default in the preferred language)</li>\n<li>Time limit for editing talk submissions</li>\n<li>Front-end admin tabs for viewing submissions by those rated and those still needing to be rated</li>\n<li>Back-end modifications so that the plugin name and icon are changed in the admin menu.</li>\n<li>Added a metabox with additional checkboxes to further classify talks by targeted audience</li>\n<li>Added user role of “speaker,” essentially with the same permissions as the standard “subscriber”.</li>\n</ul>\n<p>We also added a fun little function in case any candidates try to sneak a peek by hacking the site’s comment RSS feed:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">\n/**\n * Redirect the speaker trying to cheat by adding the feed argument to the talk url :)\n */\nfunction wc_talk_neutralize_feeds_step_two() {\n if ( is_feed() && wp_idea_stream_is_ideastream() ) {\n wp_idea_stream_add_message( array(\n \'type\' => \'info\',\n \'content\' => __( \'Ah! caught trying to spy!\', \'wc-talk\' ),\n ) );\n wp_safe_redirect( wp_idea_stream_get_redirect_url() );\n exit();\n }\n}\n</pre>\n<p>We have used this system for two consecutive years now, improving the functionality as we learn what features are needed to make the process as smooth and efficient as possible. Overall, we might actually spend more time on the process, but it’s qualitative time. These tools humanize the process, allowing us to easily navigate the information and further invest ourselves in both the candidates and their ideas.</p>\n<p>As a collaborative tool, it adds an element of fun that you can’t get out of a spreadsheet! This brings an added dynamic to the group, allowing us all to participate in the process and have a voice (except for those organizers who propose talks, of course! ;) ).</p>\n<p>Like the idea? You should give it a try!</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 17:50:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Progress Report: Measure Jetpack Benchmark Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wptavern.com/progress-report-measure-jetpack-benchmark-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1062:\"<p>Late in 2015, <a href=\"https://profiles.wordpress.org/ideag/#content-plugins\">Arūnas Liuiza</a>, a WordPress plugin developer, <a href=\"http://wptavern.com/measure-jetpack-an-independent-project-aimed-at-measuring-jetpacks-performance\">announced a new project</a> called <a href=\"http://blog.arunas.co/project-measure-jetpack/\">Measure Jetpack</a>. Measure Jetpack is an independent, comprehensive series of benchmarks that will show how much impact Jetpack has on a site’s performance.</p>\n<p>Over the last few months, little information has been shared on the project’s status. I reached out to Liuiza for an update, “We’ve built a decent set of sample data for testing and hope to begin actual testing next week. The plan is to have all the data by the end of the month and publish some of the results in February,” Liuiza told the Tavern.</p>\n<p>While the results are not likely to be conclusive, the benchmarks will be an important resource in an area where similar data is scarce.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 17:04:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Post Status: Challenges managing a WordPress consulting business and doing client work — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=15517\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://poststatus.com/challenges-managing-a-wordpress-consulting-business-and-doing-client-work-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1493:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Joe Hoyle — the CTO of Human Made — and Brian Krogsgard.</p>\n<p>This week’s Post Status Draft podcast is hosted by Brian Krogsgard and Joe Hoyle. This week, they talk working in an agency and doing client work.</p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.fm/24151.mp3\">https://audio.simplecast.fm/24151.mp3</a>\n<p><a href=\"http://audio.simplecast.fm/24151.mp3\">Direct Download</a></p>\n<p>Joe and Brian discussed a variety of facets to agency and client work, including:</p>\n<ul>\n<li>Hourly billing, daily billing, and project billing</li>\n<li>Tracking time for internal or external purposes</li>\n<li>Pricing websites</li>\n<li>Taking on large versus small projects in both large and small agencies, and how risk changes in each scenario</li>\n<li>Making payroll and managing cashflow</li>\n<li>Being selective with clients</li>\n<li>Retainers and monthly maintenance plans, and how it can fit in</li>\n<li>Team structures for projects</li>\n<li>And more!</li>\n</ul>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 15:15:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Custom Contact Forms Plugin Passes 1 Million Downloads on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50343\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/custom-contact-forms-plugin-passes-1-million-downloads-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5469:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/custom-contact-forms-featured.png\" rel=\"attachment wp-att-50363\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/custom-contact-forms-featured.png?resize=670%2C324\" alt=\"custom-contact-forms-featured\" class=\"aligncenter size-full wp-image-50363\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/custom-contact-forms/\" target=\"_blank\">Custom Contact Forms</a> has just passed one million downloads after nearly six years in the WordPress Plugin Directory. Last year <a href=\"https://taylorlovett.com/\" target=\"_blank\">Taylor Lovett</a>, Director of Web Engineering at <a href=\"http://10up.com/\" target=\"_blank\">10up</a>, released version 6.0, a completely rewritten version that made it one of the first plugins to incorporate the new WP REST API. It is now one of the most popular plugins to do so and has more than 70,000 active installs.</p>\n<p>The plugin was built to provide the best user experience possible for building forms. It is unique in that it puts the form creation process inside the media manager, instead of a separate forms admin page. Custom Contact Forms also offers live previews while the user is building a form.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/custom-contact-form-creation.png\" rel=\"attachment wp-att-50367\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/custom-contact-form-creation.png?resize=900%2C445\" alt=\"custom-contact-form-creation\" class=\"aligncenter size-full wp-image-50367\" /></a></p>\n<p>Getting the REST API integrated with the plugin was the culmination of nine months of development for version 6.0. Unlike many other early plugins that rely on the API, Custom Contact Forms does not require the WP REST API plugin. Instead, the plugin includes its own version of the WP REST API, which is cleverly activated if necessary.</p>\n<p>“The plugin includes a small fraction of that code,” Lovett said. “Compressed it is 1.6MB and the whole thing is built to be very performant scale for enterprise.</p>\n<p>“I don’t think it’s a good user experience to make 70,000 people install a plugin dependency,” Lovett said. “The main thing about CCF is it has an attractive fully JS powered interface that looks like the WP media modal. It really goes with Matt’s message at the State of the Word on JS.</p>\n<p>“I would argue the user experience is better than all the popular alternatives (Gravity Forms, Ninja Forms, etc.) The plugin does not have as much functionality as GF or Ninja Forms but is quickly catching up – it’s also 100% free,” Lovett said.</p>\n<p>Since Custom Contact Forms is capable of handling much more than simple contact forms, Lovett is considering a name change that will help people understand the broader possibilities for its use. He has seen it used for employment forms, product creation (the plugin has extensive hooks and can create posts on each submission), digital product creation, and event creation.</p>\n<h3>JavaScript-Powered Form Creation is the Future</h3>\n<p>Lovett believes that the most popular forms plugins will need to adapt in order to keep pace with the modern web.</p>\n<p>“By using the REST API and heavy JS, CCF can do things like live form previews which Gravity Forms and Ninja Forms can’t do,” he said.</p>\n<p>“The modern web requires things to be done without page reloads so I do think the traditional form plugins will need to modernize. The only thing standing in their way is time – I spent nine months rewriting CCF for the JSON REST API,” Lovett said.</p>\n<p>“AJAX has become expected on the web. Anything less is not going to stand the test of time. Can you imagine using the media modal, if you had to reload the page every time you added an image? The same concept applies to forms,” he said.</p>\n<p>Custom Contact Forms is not as full-featured as the most popular contact forms, and Lovett says he gets quite a bit of pressure from users to add more features.</p>\n<p>“I want to tastefully add features slowly,” he said. “I think a lot of plugins try to do all the things and I don’t want CCF to be like that.”</p>\n<p>Lovett plans to add Paypal and Stripe integration along with a variety of form templates in future releases. When asked if these would be separate add-ons, he said that they would mostly likely be built in.</p>\n<p>“The only reason to separate things in my opinion is to make money off of them,” Lovett said. “The plugin will still be a small file size and performant – so why separate?”</p>\n<p>Lovett has struggled to maintain a high rating on Custom Contact Forms, as it went through a tough transition in order to adapt the JSON REST API.</p>\n<p>“I had to write DB upgrade scripts for thousands of people using the old plugin,” he said. “During that transition, I got a lot of 1-star reviews.” The database upgrade scripts provided a seamless transition for some users but not for others. This is sometimes the price users pay when a plugin updates to be on the cutting edge.</p>\n<p>“The JSON REST API being merged into core has made support much easier,” Lovett said. “I don’t think it’s ‘fringe technology’ anymore.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Jan 2016 00:07:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WPWeekly Episode 220 – Automattic’s Relationship With WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=50342&preview_id=50342\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wptavern.com/wpweekly-episode-220-automattics-relationship-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2654:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I discuss the latest news in the WordPress ecosystem. On the first episode of 2016, I rant about the conspiracy theorists who believe Automattic owns and controls the WordPress project.</p>\n<p>I try to set the record straight and explain why it’s not the case. Later in the show, Marcus explains what <a href=\"https://www.ampproject.org/\">AMP</a> is and why site owners need to pay attention to it. Last but not least are his plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/wordpress-4-4-1-patches-xss-security-vulnerability\">WordPress 4.4.1 Patches XSS Security Vulnerability</a><br />\n<a href=\"http://wptavern.com/wordpress-org-added-910-new-themes-in-2015\">WordPress.org Added 910 New Themes in 2015</a><br />\n<a href=\"http://wptavern.com/sixty-three-percent-of-wordpress-core-committers-are-not-employed-by-automattic\">63% of WordPress Core Committers Are Not Employed by Automattic</a><br />\n<a href=\"http://wptavern.com/wordcamp-miami-2016-adds-new-javascript-track-freelancers-workshop-and-kids-panel\">WordCamp Miami 2016 Adds New JavaScript Track, Freelancer’s Workshop, and Kids Panel</a><br />\n<a href=\"https://loopconf.io/\">LoopConf in 2016</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"https://wordpress.org/plugins/ip-login/\">IP Login e</a>nables you to login from a trusted IP without entering a password by specifying ?bypass_login=username in the browser’s address bar.</p>\n<p><a href=\"https://wordpress.org/plugins/slide-anything/\">Slide Anything </a>allows you to create a carousel where the content for each slide can include, images, text, HTML, and shortcodes.</p>\n<p><a href=\"https://wordpress.org/plugins/wp-smart-export/\">WP Smart Export (Free Version) </a>is a smart and highly customizable data exporter for outputting posts and user data that you can read.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 13th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #220:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jan 2016 20:24:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: More Than 655M Comments Were Published on WordPress.com in 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50336\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/more-than-655m-comments-were-published-on-wordpress-com-in-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1375:\"<p>Between posts and comments, <a href=\"http://www.wordpress.com\">WordPress.com</a> is an enormous hub of activity. The service recently published its <a href=\"https://en.blog.wordpress.com/2016/01/06/the-2015-wordpress-com-year-in-review/\">2015 year in review</a> and the numbers are staggering. Last year, users published 660M posts that generated more than 655M comments. The review looks back at posts that went viral, books published by authors, and coverage of world events.</p>\n<p>Other noteworthy events include <a href=\"https://en.blog.wordpress.com/2015/06/26/celebrating-10-years-of-wordpress-com-automattic/\">WordPress.com’s 10 year anniversary</a> and the first conference devoted to WordPress.com called <a href=\"http://presspublish.events/blog/\">Press Publish,</a> which took place in Portland, Oregon and Phoenix, Arizona. Late in the year, the service <a href=\"http://wptavern.com/automattic-unveils-open-source-wordpress-desktop-application-for-the-mac\">unveiled Calypso</a>, a revamped backend interface for WordPress.com.</p>\n<p>Suffice to say, it was a productive year for Automattic and WordPress.com with no signs of slowing down in 2016. Be sure to check out the <a href=\"https://en.blog.wordpress.com/2016/01/06/the-2015-wordpress-com-year-in-review/\">full post</a> to see a detailed list of milestones.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jan 2016 18:58:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: WordPress 4.5 Development Kicks Off, Release Set for Mid-April\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wptavern.com/wordpress-4-5-development-kicks-off-release-set-for-mid-april\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2808:\"<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/coffee-newspaper.jpg\" rel=\"attachment wp-att-50330\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/coffee-newspaper.jpg?resize=680%2C346\" alt=\"Coffee Cup on Table --- Image by © Michael Prince/CORBIS\" class=\"size-full wp-image-50330\" /></a>Coffee Cup on Table — Image by © Michael Prince/CORBIS\n<p>WordPress 4.5 development is now in full swing with Mike Schroder at the helm, leading the <a href=\"https://wordpress.slack.com/archives/core/p1452114055008649\" target=\"_blank\">kickoff meeting</a> today. Schroder is joined by newly named deputies, Mel Choyce and Adam Silverstein, who will help manage the release.</p>\n<p>The <a href=\"https://make.wordpress.org/core/version-4-5-project-schedule/\" target=\"_blank\">4.5 project schedule</a> is now posted. The merge window for feature plugins opens February 3rd and the first Beta is expected the last week of that month. April 12th is the target date for the official release.</p>\n<p>The call for feature plugins is beginning early this time around and a Feature Plugin chat is scheduled for Tuesday, January 12, 2016, 3:00 PM CST.</p>\n<p>“The main purpose of the early chat is for plugins that believe they are ready for merge, and to start up new ones for future releases,” Schroder said. Those who have ideas and/or plugins to put forward will have an opportunity to get feedback from other contributors.</p>\n<p>During the kickoff meeting, Schroder took stock of the general areas that contributors have shown interest in working on for WordPress 4.5. Weston Ruter and other contributors on the customizer component have several features in progress, including <a href=\"https://core.trac.wordpress.org/ticket/32296\" target=\"_blank\">Customize Pane Resizer</a>, <a href=\"https://core.trac.wordpress.org/ticket/31195\" target=\"_blank\">Customize Device Preview</a>, <a href=\"https://core.trac.wordpress.org/ticket/34893\" target=\"_blank\">Customize Setting Validation</a>, and the <a href=\"https://core.trac.wordpress.org/ticket/34923\" target=\"_blank\">creation of page stubs for adding nav menu items</a>. Ruter considers the Transactions and Selective Refresh features ready to go for consideration in 4.5.</p>\n<p>Michael Arestad said that he is exploring “a series of smaller projects that can make Post New and the publishing process a bit nicer.” Joe McGill is hoping to make progress on improving the compression of resized images in core. John Blackbourn expressed interest in working with a team on<br />\n“No More Mixed Content” https improvements.</p>\n<p>More detailed discussion about potential feature plugins for 4.5 (and future releases) will happen in the scheduled chat next week.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jan 2016 05:59:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Briar: A Free Minimalist WordPress Theme Based on Bootstrap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50289\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/briar-a-free-minimalist-wordpress-theme-based-on-bootstrap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3972:\"<p><a href=\"https://wordpress.org/themes/briar/\" target=\"_blank\">Briar</a> is a new minimalist theme that landed in the WordPress directory last month. It’s the type of bold, non-flashy theme that puts the spotlight on content and images without trying to stuff widgets into the reading experience.</p>\n<p>Briar was created by the folks at <a href=\"http://slicejack.com/\" target=\"_blank\">Slicejack</a>, a Croatia-based development company and a brand new WordPress.org theme author. The theme uses the Bootstrap framework to provide a responsive layout for desktop, tablets, and mobile.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/briar-screenshot.png\" rel=\"attachment wp-att-50293\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/briar-screenshot.png?resize=1025%2C769\" alt=\"briar-screenshot\" class=\"aligncenter size-full wp-image-50293\" /></a></p>\n<p>One of Briar’s most interesting features is the ability for users to create a full-width heading using a shortcode. The content and background image specified in the shortcode will have a parallax effect, which you can see when scrolling on single posts.</p>\n<p>The theme’s primary menu can be toggled into view using the hamburger icon. It includes support for multi-level navigation.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/multi-level-navigation.gif\" rel=\"attachment wp-att-50316\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/multi-level-navigation.gif?resize=600%2C334\" alt=\"multi-level-navigation\" class=\"aligncenter size-full wp-image-50316\" /></a></p>\n<p>Briar also has a unique fixed footer with post meta that disappears as you scroll down the page. On mobile the post meta is pared down to just the author and post date.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/briar-post.png\" rel=\"attachment wp-att-50299\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/briar-post.png?resize=1025%2C492\" alt=\"briar-post\" class=\"aligncenter size-full wp-image-50299\" /></a></p>\n<p>The theme supports more than a dozen customization options for colors, backgrounds, layouts, and social buttons. Its elegant layout and color selections are some of the nicest customizer controls I’ve seen in recently launched themes. The layout controls allow you to select from three different options for the home, blog, single, archive, category archive, search, 404, and default page templates. Briar includes six prepared color schemes as well as 15 different color pickers for customizing individual elements of the theme.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/customizer-layouts.jpg\" rel=\"attachment wp-att-50319\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/customizer-layouts.jpg?resize=1025%2C612\" alt=\"customizer-layouts\" class=\"aligncenter size-full wp-image-50319\" /></a></p>\n<p>The theme supports an optional sidebar widget area, which will appear on the templates where you assign a layout with a sidebar. If you’re using Jetpack, you can enable the infinite scrolling module without having any conflicts.</p>\n<p>Briar’s design provides excellent readability with contrasting fonts – Noto sans for headlines and Martel for paragraph text.</p>\n<p>Check out the <a href=\"http://demo.slicejack.com/briar/\" target=\"_blank\">live demo</a> at SliceJack to see the theme in action with the single-column layout.</p>\n<p>Briar is Slicejack’s first free theme but they have another in the pipeline for approval. The theme is <a href=\"https://wordpress.org/themes/briar/\" target=\"_blank\">available on WordPress.org</a> and is also hosted on <a href=\"https://github.com/themejack/briar\" target=\"_blank\">GitHub</a>. If you’re looking to restart your blog in 2016 with a no-frills, content-focused WordPress theme, Briar fits the bill.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Jan 2016 00:27:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: WordPress 4.4.1 Patches XSS Security Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50297\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wptavern.com/wordpress-4-4-1-patches-xss-security-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1415:\"<p>WordPress 4.4.1 is <a href=\"https://wordpress.org/news/2016/01/wordpress-4-4-1-security-and-maintenance-release/\">available for download</a> and includes 52 fixes, one of which patches a cross site scripting vulnerability <a href=\"https://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/\">reported</a> by <a href=\"https://hackerone.com/crtc4l\">Crtc4L</a>. This release address two severe bugs and updates the polyfill used for emoji to support Unicode 8. Support for Unicode 8 adds new diversity emoji to WordPress.</p>\n<p>Other notable changes include the <a href=\"https://core.trac.wordpress.org/ticket/35152\">removal of Rdio embed support</a>, <a href=\"https://core.trac.wordpress.org/ticket/34976\">plugins failing to update after WordPress 4.4 is installed</a>, and a <a href=\"https://make.wordpress.org/core/2016/01/05/4-4-1-release-candidate/\">handful of changes</a> to responsive images. Sites configured to receive automatic updates should update within 24 hours. Since 4.4.1 is a security release, you should initiate the update process as soon as possible.</p>\n<p>A total of 36 people contributed to this release. If you encounter problems after updating, please <a href=\"https://wordpress.org/support/forum/how-to-and-troubleshooting\">create a new thread</a> in the WordPress.org support forums where volunteers are standing by to help out.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2016 20:33:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"WPTavern: Save Time Editing Multiple Posts, Pages, and Custom Post Types With the Destination After Save Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50275\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"http://wptavern.com/save-time-editing-multiple-posts-pages-and-custom-post-types-with-the-destination-after-save-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2411:\"<p>If you need to edit a lot of content and want to save time doing so, check out a new plugin called <a href=\"https://wordpress.org/plugins/destination-after-save/\">Destination After Save</a> created by, <a href=\"https://profiles.wordpress.org/robertwhitis/\">Robert Whitis</a>. Destination after save overrides WordPress’ default save behavior and creates a new meta box on the post and page creation screens. Users can choose what to do after saving a post, page, or custom post type.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/DASMetaBoxSettings2.png\" rel=\"attachment wp-att-50280\"><img class=\"size-full wp-image-50280\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2016/01/DASMetaBoxSettings2.png?resize=273%2C246\" alt=\"Destination After Save Meta Box Settings\" /></a>Destination After Save Meta Box Settings\n<p>It also adds a setting to the user profile screen where users can choose whether the default behavior of WordPress is to view the content or continue editing after clicking the save button.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/DASUserSettings.png\" rel=\"attachment wp-att-50281\"><img class=\"size-full wp-image-50281\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2016/01/DASUserSettings.png?resize=412%2C128\" alt=\"Destination After Save User Profile Settings\" /></a>Destination After Save User Profile Settings\n<p>Whitis was inspired to create the plugin after editing large volumes of content and revisions on a regular basis. Destination after save can also increase performance on large WordPress Multisite installations by reducing page loads, “If you are paying for web hosting based on usage, reducing the number of page loads in this way could have a real effect on the cost of bandwidth if thousands or millions of users are producing content,” Whitis told the Tavern.</p>\n<p>One thing I discovered during testing is that content with long titles are cut off because of the drop-down menu location. Other than that, it works as expected on WordPress 4.5 alpha. Whether it’s creating, editing, or doing repetitive tasks to manage content, destination after save can save you some time. Destination after save is free and <a href=\"https://wordpress.org/plugins/destination-after-save/\">available for download</a> from the WordPress plugin directory.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2016 08:53:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Linode Confirms Data Security Breach That Matches Recent WP Engine Attack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wptavern.com/linode-confirms-data-security-breach-that-matches-recent-wp-engine-attack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5158:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/linode.png\" rel=\"attachment wp-att-50256\"><img class=\"aligncenter size-full wp-image-50256\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/linode.png?resize=768%2C363\" alt=\"linode\" /></a></p>\n<p>Cloud hosting provider <a href=\"http://status.linode.com/incidents/mmdbljlglnfd\" target=\"_blank\">Linode has been combatting DDoS attacks</a> since Christmas Day, which have caused multiple disruptions and service outages across its global data centers. The attacks are ongoing and the company is struggling to keep its status blog up to notify customers.</p>\n<p>In addition to the DDoS attacks, <a href=\"http://status.linode.com/incidents/ghdlhfnfngnh\" target=\"_blank\">Linode has also confirmed a data security breach</a>:</p>\n<blockquote><p>A security investigation into the unauthorized login of three accounts has led us to the discovery of two Linode.com user credentials on an external machine. This implies user credentials could have been read from our database, either offline or on, at some point. The user table contains usernames, email addresses, securely hashed passwords and encrypted two-factor seeds. The resetting of your password will invalidate the old credentials.</p></blockquote>\n<p>All Linode Manager passwords have been expired as a precaution after customer credentials were found in the wild. The team is working around the clock to mitigate the DDoS attacks and further investigate the unauthorized access to customer accounts. Linode has not yet determined whether there is a link between the two attacks.</p>\n<p>Several days ago, WP Engine <a href=\"http://wptavern.com/wp-engine-identifies-cloud-infrastructure-providers-as-entry-point-for-recent-security-breach\" target=\"_blank\">identified its cloud infrastructure provider as the entry point for the company’s recent security breach</a>. The company is listed as one of Linode’s customers. Jason Cohen, the company’s founder and CTO, jumped in to answer several <a href=\"http://wptavern.com/wp-engine-identifies-cloud-infrastructure-providers-as-entry-point-for-recent-security-breach#comments\" target=\"_blank\">questions in WP Tavern comments</a> earlier today but would neither confirm nor deny that Linode is the cloud infrastructure provider in question.</p>\n<p>PagerDuty, a former Linode customer and <a href=\"https://www.pagerduty.com/blog/july-2015-security-announcement/\" target=\"_blank\">victim of a similar attack</a>, speculates that <a href=\"https://news.ycombinator.com/item?id=10845985\" target=\"_blank\">Linode may have been compromised since July 2015</a> and is only now announcing it:</p>\n<blockquote><p>We immediately reached out to them not only to inform them of their compromise, but to assist them in investigating it. We were confident that the Linode database had been breached, and that the secret key used to encrypt information in the database had been compromised as well.</p>\n<p>In addition to reaching out to Linode, we also worked with a third-party security firm to audit our work done during the incident. Likewise, around the same time we reached out to law enforcement to assist in investigating the attack. We did not get confirmation in July that there was a breach of the Linode Manager or any associated credentials.</p></blockquote>\n<p>PagerDuty migrated away from Linode in August because of this breach, but the company was not allowed to disclose to its customers that Linode was the point of entry.</p>\n<p>WP Engine’s security breach is strikingly similar, as the company’s attacker bypassed multiple layers of authentication to gain access to an administrative panel. According to Cohen, “the criminal’s behavior in this exposure matches a pattern seen in other attacks throughout 2015.”</p>\n<p>If multiple Linode customers have been affected and are unable to reveal the point of entry, they may have put pressure on the cloud hosting provider to finally publicly disclose the nature of the attack.</p>\n<p>In an age when nearly every hosting provider will have attacks and service disruptions, what matters is how they handle it and communicate with their customers. Linode has been plagued by <a href=\"http://arstechnica.com/business/2012/03/bitcoins-worth-228000-stolen-from-customers-of-hacked-webhost/\">multiple</a> <a href=\"https://blog.linode.com/2013/04/16/security-incident-update/\" target=\"_blank\">security</a> <a href=\"https://blog.linode.com/2014/01/19/an-old-system-and-a-swat-team/\" target=\"_blank\">issues</a> in the past. Failure to disclose incidents in a timely way can be costly, especially in the current competitive hosting market where transparency with customers is at a premium.</p>\n<p>When Linode’s investigation of the criminal activity is complete, it would be appropriate for them to disclose how long they knew about this compromise and when they first acted on it. The most <a href=\"http://status.linode.com/incidents/ghdlhfnfngnh\" target=\"_blank\">recent update</a> on the security breach does not include a specific timeline of events.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2016 07:04:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: WordPress.org Added 910 New Themes in 2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50170\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wptavern.com/wordpress-org-added-910-new-themes-in-2015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6275:\"<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow.jpg\" rel=\"attachment wp-att-28301\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/08/rainbow.jpg?resize=1024%2C514\" alt=\"photo credit: Βethan - cc\" class=\"size-full wp-image-28301\" /></a>photo credit: <a href=\"https://www.flickr.com/photos/beth19/4912628387/\">Βethan</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a>\n<p>The WordPress.org Theme Review Team has just wrapped up a busy year of adding new themes, approving updates, and overhauling procedures. In 2015, the team <a href=\"https://make.wordpress.org/themes/2016/01/04/happy-new-year-thank-you/\" target=\"_blank\">reviewed and approved 910 new themes</a> with the help of 236 reviewers, according to TRT member Ulrich Pogson.</p>\n<p>Despite their best efforts, the team cannot keep up with the massive influx of themes. The queue has been bogged down by submissions from authors whose themes have not been run against <a href=\"https://codex.wordpress.org/Theme_Unit_Test\" target=\"_blank\">Theme Unit Test Data</a> and the <a href=\"https://wordpress.org/plugins/theme-check/\" target=\"_blank\">Theme Check Plugin</a>.</p>\n<p>At the end of 2015, some <a href=\"http://wptavern.com/why-some-theme-authors-are-waiting-two-months-or-more-for-their-first-review\" target=\"_blank\">theme authors were waiting two or more months</a> before their first review. One of the reasons, according to TRT member Justin Tadlock, is that many of the themes submitted are far from ready to be approved upon their initial review.</p>\n<p>“The majority of themes submitted don’t follow the guidelines, which considerably slows down the process,” Tadlock said. “Themes will often have 20-30 issues or more. If we can get to a point where the majority of submissions only have a few minor issues, we really wouldn’t have a queue.”</p>\n<h3>Automation is Coming Soon</h3>\n<p>The Theme Review Team made a number of controversial decisions at the beginning of 2015, including the move to <a href=\"http://wptavern.com/wordpress-org-now-requires-theme-authors-to-use-the-customizer-to-build-theme-options\" target=\"_blank\">require theme authors to use the customizer for building theme options</a>. Negative pushback from the community came to a head when the team started cracking down on <a href=\"http://wptavern.com/wordpress-theme-review-team-is-cracking-down-on-violations-of-the-presentation-vs-functionality-guideline\" target=\"_blank\">violations of the presentation vs. functionality guideline</a>.</p>\n<p>At the end of May, Matt Mullenweg joined in on the Theme Review Team’s slack channel and challenged them to look at the review process and directory in a new way, opening up new avenues for the team to pursue in <a href=\"http://wptavern.com/wordpress-theme-review-team-seeks-feedback-on-the-review-process-themes-and-the-directory\" target=\"_blank\">improving that experience</a>. This was a watershed moment for the Theme Review Team that resulted in the unanimous approval of <a href=\"http://wptavern.com/wordpress-theme-review-team-unanimously-approves-roadmap-to-improve-directory-and-review-process\" target=\"_blank\">a new roadmap to improve the directory and review process</a>.</p>\n<p>The team is now <a href=\"https://make.wordpress.org/themes/2015/10/07/automation-here-we-come/\" target=\"_blank\">moving towards more automation</a>, the first item on the roadmap, starting with auto-approval of theme updates. Automation will make a major impact on the time themes spend in the queue. The team has yet to implement it fully, because they’re still putting the code in place to improve the system.</p>\n<h3>2015 Theme Review Team Milestones</h3>\n<p>Despite delays on the roadmap, the Theme Review Team implemented many excellent changes during 2015, especially pertaining to education and documentation. In February, the team <a href=\"http://wptavern.com/wordpress-theme-review-handbook-updated-to-include-design-recommendations\" target=\"_blank\">updated the Theme Review Handbook to include design recommendations</a>. These recommendations were created to encourage design feedback on submissions to the directory and are formatted to help the theme author think more critically about design decisions.</p>\n<p>Following the new requirement for WordPress.org themes to use the customizer for creating options, the TRT rallied, putting together more customizer resources and documentation. Nick Halsey assisted the team by updating the Theme Developer Handbook with <a href=\"http://wptavern.com/wordpress-theme-developer-handbook-updated-with-comprehensive-guide-to-the-customizer-api\" target=\"_blank\">a comprehensive guide to the customizer API</a>. The team also began <a href=\"http://wptavern.com/wordpress-theme-review-team-launches-code-examples-library-on-github\" target=\"_blank\">curating a library of code examples on GitHub for theme developers</a>, with the first section devoted to customizer code.</p>\n<p>When WordPress 4.3 added the site icons feature, the Theme Review Team began working with authors to <a href=\"http://wptavern.com/theme-review-team-begins-phasing-out-favicon-support\" target=\"_blank\">phase out favicon support</a> in themes. By the time WordPress 4.5 rolls around, all themes hosted in the official directory should be on track to use the core-supported method of adding site icons.</p>\n<p>In July, the team <a href=\"http://wptavern.com/wordpress-theme-review-team-votes-to-allow-themes-to-use-the-rest-api-plugin\" target=\"_blank\">voted to allow themes to use the WP REST API plugin</a>, officially welcoming these new types of themes into the directory.</p>\n<p>Throughout 2015, the Theme Review team moved quickly to navigate new waters as WordPress core improved. All of these initiatives and resources were created in addition to the 910 new themes that were reviewed and added to the directory. This is remarkable, given that the team is primarily made up of volunteers.</p>\n<p>With the improved tools coming in 2016, WordPress.org theme authors can expect faster reviews, freeing up more time for reviewers to focus on improving the directory, creating more educational resources, and mentoring new reviewers.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Jan 2016 00:28:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: 63% of WordPress Core Committers Are Not Employed by Automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50208\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wptavern.com/sixty-three-percent-of-wordpress-core-committers-are-not-employed-by-automattic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4262:\"<p>In 2014, we <a href=\"http://wptavern.com/trend-more-people-getting-commit-access-to-the-core-of-wordpress\">wrote about the trend</a> of more people receiving commit access to WordPress core. Fast forward to the beginning of 2016 and a total of 35 people can commit code to the core of WordPress. Helen Hou-Sandí, WordPress Lead Developer, <a href=\"https://twitter.com/helenhousandi/status/682240497528750080\">published the stat</a> on Twitter and notes that 22 out of the 35 committers are not employed by Automattic.</p>\n<blockquote class=\"twitter-tweet\" width=\"550\"><p lang=\"en\" dir=\"ltr\">Of the 35 WP core committers, 22 do not work for Automattic. Just in case you were still thinking that WordPress is an Automattic project.</p>\n<p>— Helen 侯-Sandí (@helenhousandi) <a href=\"https://twitter.com/helenhousandi/status/682240497528750080\">December 30, 2015</a></p></blockquote>\n<p></p>\n<p>Aaron Jorbin, WordPress Core Developer, <a href=\"https://twitter.com/aaronjorbin/status/682294815116124160\">published additional</a> statistics on Twitter.</p>\n<ul>\n<li>Automattic employees made up 20.4% of all commits</li>\n<li>Employees of 10up represented 18.8% of all commits</li>\n<li>Scott Taylor represents 18.7% of all commits</li>\n<li>13 people had more than 100 commits</li>\n<li>Self-employed folks represented 9.7% of all commits</li>\n</ul>\n<p>Here is the same information in a colorful pie chart:</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/WPCoreCommitterPieChart.png\" rel=\"attachment wp-att-50209\"><img class=\"size-full wp-image-50209\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/WPCoreCommitterPieChart.png?resize=497%2C398\" alt=\"Core Committer Pie Chart by Aaron Jorbin\" /></a>Core Committer Pie Chart by Aaron Jorbin\n<p>A WordPress core committer is someone who has access to merge code into the WordPress code base, used by millions of people. It’s an enormous responsibility and a recognition of trust, quality, and activity.</p>\n<p>In WordPress’ early years, the number of people with commit access consisted of just a handful of people. In 2010, Matt Mullenweg, Co-Founder of the WordPress project, <a href=\"https://make.wordpress.org/core/2010/01/12/dd32-whatcha-gonna-do/\">started the process</a> of expanding that number, “One of the goals for the team in 2010 is to greatly expand the number of people with direct commit access, so the emphasis is more on review and collaboration,” he said.</p>\n<p>There are a myriad of titles given to people involved in the WordPress project. Here are the main titles used to describe those contributing to core.</p>\n<ul>\n<li>Release Lead is a temporary title given to those who are leading a WordPress release cycle.</li>\n<li>Lead Developers are those who influence the project’s direction and are highly involved in the decision-making process.</li>\n<li>Core Developers are permanent committers.</li>\n<li>Contributing Developers are guest committers, feature plugin lead developers, and other contributors highlighted by the release lead.</li>\n</ul>\n<p>In addition to increasing the number of people with commit access, it’s important to recognize the employment of those individuals. In WordPress’ early days, some people were concerned that too many Automattic employees with commit access meant that the company owned and controlled the project. WordPress development only served the commercial interests of Automattic.</p>\n<p>Hou-Sandí’s statistic that 22 out of the 35 core committers are not employed by Automattic is proof that this isn’t the case. It also disproves the theory that Automattic owns and controls WordPress. To say that <strong>Automattic is WordPress</strong> is false and a slap in the face to the countless number of people who contribute to the project.</p>\n<p>If you’d like to be part of the awesome statistics shared above, check out <a href=\"https://nacin.com/2014/02/07/how-wordpress-chooses-committers/\">Nacin’s post</a> on the qualities of a great WordPress contributor. Also, if you ever want to know who the people are creating WordPress, visit the About page in the WordPress backend and click the Credits tab.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jan 2016 22:33:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: WordCamp Miami 2016 Adds New JavaScript Track, Freelancer’s Workshop, and Kids Panel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50187\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wptavern.com/wordcamp-miami-2016-adds-new-javascript-track-freelancers-workshop-and-kids-panel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5003:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/wcmia-session.jpg\" rel=\"attachment wp-att-50188\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/wcmia-session.jpg?resize=1025%2C525\" alt=\"wcmia-session\" class=\"aligncenter size-full wp-image-50188\" /></a></p>\n<p><a href=\"https://2016.miami.wordcamp.org/\" target=\"_blank\">WordCamp Miami 2016</a> organizers are ramping up for their 8th event to be held February 19-21 at the Florida International University School of Business. Ptah Dunbar is stepping up as the lead organizer for the event, which is expected to draw more than 700 attendees.</p>\n<p>BuddyCamp Miami will kick off the event on the 19th, led by John James Jacoby who will be sharing on the current state of BuddyPress.</p>\n<p>“Last year I think organizers and speakers were impressed with the developer-related talks and how many people were learning first-hand what BuddyPress can do.” organizer David Bisset said. “This year we are hoping to do that plus explore how others are using BuddyPress (in building websites and plugins) beyond the obvious ways it can be used.”</p>\n<p>WordCamp Miami will also host its usual Beginner’s workshop and will continue its How-To track, which received positive reviews last year. Speakers will continue the camp’s new tradition of going directly to the Happiness Bar to answer questions after their talks.</p>\n<h3>New “Learn JavaScript Deeply” Track</h3>\n<p>In response to Matt Mullenweg urging developers to learn JavaScript, WordCamp Miami will be hosting its first “Learn JavaScript Deeply” track for attendees on Sunday, February 21st.</p>\n<p>“The track is very much setup as an almost full day workshop with a great local developer Michael Schofield hosting,” Bisset said. “As it’s planned now, the day starts off with several speakers introducing the required tools for working with JavaScript and WordPress. From there we explore the more advanced aspects of JavaScript while touching on frameworks such as BackBone, AngularJS, and React.”</p>\n<p>WordPress developers Josh Pollock, Camden Segal, and Kevin Stover will be presenting along with local and surprise speakers. Attendees will receive resources after the event that they can use to continue learning and writing code.</p>\n<h3>New Freelancer’s Workshop</h3>\n<p>In 2015, WordCamp Miami hosted a general workshop day for more than 300 attendees. This year the conference will host a <a href=\"https://2016.miami.wordcamp.org/2016/01/03/announcing-our-freelance-workshop-february-19th/\" target=\"_blank\">Freelancer’s Workshop</a> on February 19th.</p>\n<p>“We have so many freelancers (or people wishing to jump into freelancing) in South Florida, it seemed like a no-brainer once we clearly saw that the number of speaker submissions would support such a workshop,” organizer David Bisset said.</p>\n<p>The workshop will cover subjects like pricing strategies, branding yourself as a freelancer, and client relations. Keeping freelancer topics in a separate workshop allows WordCamp Miami’s business track (held on Sunday, February 21st), to be more focused towards businesses and less on individual freelancers.</p>\n<h3>WordPress Users: The Next Generation</h3>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/kids-blogging-feature.jpg\" rel=\"attachment wp-att-23102\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/kids-blogging-feature.jpg?resize=1025%2C490\" alt=\"kids-blogging-feature\" class=\"aligncenter size-full wp-image-23102\" /></a></p>\n<p>WordCamp Miami will be hosting its first kids’ panel, “The Next Generation of WordPress Users,” on Sunday, February 21st. Organizers are actively looking for children under 18 who use WordPress and/or those who blog on other platforms. The panel will showcase how young people are using WordPress, what they think about blogging, and what other technologies they are using for publishing.</p>\n<p>“Miami has always been youth-friendly but we thought a panel would be a good way to bring more young ones into the weekend schedule so that WordPress developers and leaders get to hear the childrens’ viewpoints and thoughts – what tools they are using – why they are using them, etc,” Bisset said. “The newest generation will soon be the ones creating the new WordPress themes or plugins (or perhaps building something totally unique). I think their viewpoints are just as important as those who might be looking for that next great JavaScript app powered by WordPress.”</p>\n<p>The 2016 edition of WordCamp Miami will have something for everyone, from beginners to more advanced WordPress users, with its schedule of unique tracks and workshops. This event has sold out every year, so if you intend to go you’ll want to <a href=\"http://2016.miami.wordcamp.org/\" target=\"_blank\">grab your ticket</a> soon.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Jan 2016 16:59:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"Akismet: Akismet WordPress Plugin 3.1.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.akismet.com/?p=1897\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://blog.akismet.com/2016/01/04/akismet-3-1-7-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:998:\"<p>Version 3.1.7 of <a href=\"http://wordpress.org/plugins/akismet/\">the Akismet plugin for WordPress</a> is now available.</p>\n<p>This update fixes a bug that caused Akismet’s “Remove author URL” feature to be incompatible with WordPress 4.4, and it improves the post-activation process for those using screen readers or other assistive devices.</p>\n<p>To upgrade, visit the Updates page of your WordPress dashboard and follow the instructions. If you need to download the plugin zip file directly, links to all versions are available in <a href=\"http://wordpress.org/plugins/akismet/\">the WordPress plugins directory</a>.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/akismet.wordpress.com/1897/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/akismet.wordpress.com/1897/\" /></a> <img alt=\"\" border=\"0\" src=\"http://pixel.wp.com/b.gif?host=blog.akismet.com&blog=116920&post=1897&subd=akismet&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2016 23:29:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Christopher Finke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"WPTavern: WP Engine Identifies Cloud Infrastructure Provider as Entry Point for Recent Security Breach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50158\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"http://wptavern.com/wp-engine-identifies-cloud-infrastructure-providers-as-entry-point-for-recent-security-breach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2709:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg\" rel=\"attachment wp-att-34106\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/11/wp-engine.jpg?resize=1025%2C427\" alt=\"wp-engine\" class=\"aligncenter size-full wp-image-34106\" /></a></p>\n<p>On December 9th, 2015, WP Engine sent out an urgent notice to its customers regarding a <a href=\"http://wptavern.com/wp-engine-security-breach-customer-credentials-exposed\" target=\"_blank\">security breach wherein customer credentials were exposed</a>. This incident prompted an investigation, which is now complete.</p>\n<p>According to the most recent and <a href=\"https://wpengine.com/support/infosec/\" target=\"_blank\">final update</a>, investigators determined that the security exposure came through one of the host’s cloud infrastructure providers. Customer credentials were exposed on December 4th and detected by WP Engine on December 9th. At that point customers were notified, the investigation was launched, and customer credentials were reset as a security precaution.</p>\n<p>“WP Engine was attacked by an external criminal whose point of entry came through one of our cloud infrastructure providers,” founder and CTO Jason Cohen told the Tavern.</p>\n<p>“An investigation by our own security team and independent security experts revealed the attacker bypassed multiple layers of authentication and gained unauthorized access to an administrative panel provided by this infrastructure provider. The criminal’s behavior in this exposure matches a pattern seen in other attacks throughout 2015,” he said.</p>\n<p>When news of the breach was first published customers expressed frustration about the host’s lack of two-factor authentication. However, Cohen said that 2FA would not have made an impact for those affected by the recent security breach.</p>\n<p>“Because the point of entry wasn’t one of our systems, 2FA would not have prevented this event,” he said. “That said, 2FA is a best-practice, and so we do have plans to roll out 2FA in our User Portal in early 2016.</p>\n<p>“We also recommend that our customers enable 2FA for their WordPress site using one of the following recommended plugins: Google Authenticator or Clef, or use an external authentication system such as Google OAuth,” Cohen said.</p>\n<p>WP Engine contacted the companies that were directly impacted by the attacker and implemented a plan to ensure their security. The independent investigation is now complete, but WP Engine continues to work with law enforcement authorities who are conducting a criminal investigation.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2016 22:24:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Git for WordPress Developers: A Free Video Course from WP Pusher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50150\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wptavern.com/git-for-wordpress-developers-a-free-video-course-from-wp-pusher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4290:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/git-4-wp.png\" rel=\"attachment wp-att-50165\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2016/01/git-4-wp.png?resize=1025%2C510\" alt=\"git-4-wp\" class=\"aligncenter size-full wp-image-50165\" /></a></p>\n<p>Peter Suhm, creator of <a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a>, just released a new free video course for WordPress developers. After the success of his email-based <a href=\"https://wppusher.com/wordpress-git-crash-course\" target=\"_blank\">WP Git Crash Course</a>, Suhm jumped head-first into creating more educational material in video format. <a href=\"https://git4wp.com/\" target=\"_blank\">Git4wp.com</a> launched this week with more than 1.5 hours of recorded lessons, split up into 35 videos.</p>\n<p>The new course offers a comprehensive look at commands, workflows, and anything a WordPress developer would need to know about using GitHub. Suhm’s teaser for the course is a 5-minute screencast demonstrating how to contribute to an open source WordPress plugin on GitHub.</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>More Git-proficient WordPress developers means more potential customers for Suhm’s WP Pusher product, which allows you to deploy WordPress themes and plugins from GitHub.</p>\n<p>“The videos are a great way for me to educate developers who might be interested in WP Pusher, so we can be more on the same page,” Suhm said. “There’s a lot of jargon in the world of Git.”</p>\n<p>In addition to the new video format, he opted to take a beginner-friendly approach with bite-sized tutorials for all skill levels.</p>\n<p>“The email course I made last summer was very well received and the number one piece of feedback was to create a similar thing in video format,” he said. “The email course was very much chronological, mostly showing my own workflow. With the videos I wanted to make something that was more for everyone – from beginners to developers already using Git. I think there will be a video for everyone, even more advanced Git users.”</p>\n<p>The course begins with videos explaining what Git is and why you might want to use it, the difference between Git and Subversion, and covers the most commonly-used Git commands. The following videos include a breakdown of more advanced commands like <code>git bisect</code> and <code>git rebase</code>.</p>\n<p>With more WordPress-related projects moving to GitHub, Suhm thought that it was a good time to create a video resource to help developers get on board. He underestimated the effort it would require until after he had already jumped headlong into creating <a href=\"https://git4wp.com\" target=\"_blank\">Git4wp.com</a>.</p>\n<p>“Honestly, when I started recording the videos, I didn’t realize the amount of work I was in for,” Suhm told the Tavern. “Since I’ve been using Git professionally on a daily basis for a good amount of time, I thought I could just hit record and start talking. Recording and especially editing the videos ended up taking way more time than I thought initially.</p>\n<p>“Screencasts are something I’ve wanted to try for a while. I’m not a native English speaker, so it’s also been a personal challenge releasing the videos,” he said.</p>\n<p>Suhm plans to keep updating the videos and will add more as time permits. He is committed to keeping the course free as an educational resource for WordPress developers.</p>\n<p>“I don’t need to make money from the videos, since they are in a sense subsidized by my product WP Pusher,” he said. “It’s much like when a company contributes to open source, which they can only afford if they have income coming from somewhere else.”</p>\n<p>The last set of videos include an overview of how to contribute to GitHub-hosted open source projects as well as tips for incorporating WP Pusher into your workflow. <a href=\"https://wppusher.com/\" target=\"_blank\">WP Pusher</a> is 100% free for open source projects that are hosted in a public repository, so students of the course can easily follow along and practice with their own projects.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jan 2016 17:29:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Matt: Dorm Room Tycoon Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45726\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://ma.tt/2016/01/dorm-room-tycoon-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"<p>I joined an episode of the Dorm Room Tycoon podcast, <a href=\"http://drt.fm/matt-mullenweg/\">which you can check out here</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Jan 2016 18:56:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WPWeekly Episode 219 – The 2015 Year in Review Part 2 of 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=50137&preview_id=50137\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/wpweekly-episode-219-the-2015-year-in-review-part-2-of-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1226:\"<p>In this episode of WordPress Weekly, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I wrap up our year in review. We look back at the biggest stories from July-December of this year. Thank you to everyone who listened to the show throughout 2015. Marcus and I plan to expand beyond WordPress in 2016 to discuss mental health, distributed worker health, and accessibility. If you know someone who would make a great guest on any of these topics, please contact me at <strong>jeffc at wptavern.com</strong>.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, January 6th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #219:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Dec 2015 21:43:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: The Changing Web\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2015/12/the-changing-web/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:985:\"<p>Hossein Derakhshan was a key blogger in Iran who was jailed for his writing, and recently released. He has entered a new world:</p>\n<blockquote><p>I miss when people took time to be exposed to opinions other than their own, and bothered to read more than a paragraph or 140 characters. I miss the days when I could write something on my own blog, publish on my own domain, without taking an equal time to promote it on numerous social networks; when n<span class=\"text_exposed_show\">obody cared about likes and reshares, and best time to post.</span></p>\n<div class=\"text_exposed_show\">\n<p>That’s the web I remember before jail. That’s the web we have to save.</p>\n</div>\n</blockquote>\n<p><a href=\"http://www.theguardian.com/technology/2015/dec/29/irans-blogfather-facebook-instagram-and-twitter-are-killing-the-web\">You should read the entire article (it’s long) on the Guardian</a>. <cite>Hat tip: <a href=\"http://kevin.lexblog.com/\">Kevin O’Keefe</a>.</cite></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Dec 2015 19:11:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: Microsoft Adds WordPress Data Source and Template to Windows App Studio Beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50125\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wptavern.com/microsoft-adds-wordpress-data-source-and-template-to-windows-app-studio-beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1923:\"<p>Budding Windows App Studio developers who want an easy way to create a Windows application of their WordPress sites are in luck. In the December update, the <a href=\"https://blogs.windows.com/buildingapps/2015/12/22/windows-app-studio-december-2015-update/\">Windows App Team announced</a> a couple of new features including, a WordPress data source and template.</p>\n<p><a href=\"https://appstudio.windows.com/\">Windows App Studio</a> is a template-driven, drag-and-drop software development tool that enables developers to publish Windows applications.</p>\n<p>The new data source enables developers to easily connect Windows Applications to WordPress sites. Not only can developers pull content from WordPress sites and display it within an app, they can also publish the app to the <a href=\"https://www.microsoft.com/en-us/windows/apps-and-games\">Windows Store</a>.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/WindowsAppWordPressTemplate.png\" rel=\"attachment wp-att-50126\"><img class=\"size-full wp-image-50126\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/WindowsAppWordPressTemplate.png?resize=1025%2C724\" alt=\"Windows App Studio WordPress Template\" /></a>Windows App Studio WordPress Template\n<p>Also part of the update is the ability for application developers to use <a href=\"http://advertising.microsoft.com/en/home\">Microsoft Advertising</a>. Using Microsoft Ad Control, developers can place advertising within their apps. Combining a Windows application that hooks into WordPress that’s available for purchase by millions of Windows 10 users opens up a new monetization opportunity for site owners.</p>\n<p>If you’re interested in developing an application in Windows App Studio, check out <a href=\"https://appstudio.windows.com/en-us/home/howto\">Microsoft’s how-to guide</a> that walks you through the process.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Dec 2015 08:12:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Progress Report: Adding Shiny Updates for WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50112\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wptavern.com/progress-report-adding-shiny-updates-for-wordpress-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4973:\"<p>Earlier this year, WordPress 4.2 <a href=\"http://wptavern.com/wordpress-4-2-radically-improves-the-plugin-install-and-update-process\">added the ability</a> to install and update plugins in-place. This feature is known as “Shiny Updates”. I’m a big fan of this feature because it’s substantially quicker than updating plugins via the updates page. Here’s what it looks like in action.</p>\n<a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NewPluginUpdateRoutine.gif\" rel=\"attachment wp-att-41064\"><img class=\"size-full wp-image-41064\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/03/NewPluginUpdateRoutine.gif?resize=837%2C688\" alt=\"New Plugin Update Routine\" /></a>New Plugin Update Routine\n<p>Due to complications near the end of the 4.2 development cycle, <a href=\"https://core.trac.wordpress.org/ticket/31529\">shiny updates for themes</a> was pushed back to a later release. Since WordPress 4.3 and 4.4 didn’t add shiny update support for themes, I reached out to <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, WordPress core developer, to find out its progress.</p>\n<h2>Experimental Plugin</h2>\n<p>The feature is currently on hold as the development team figures out the best way to implement it. The team is experimenting with different approaches <a href=\"https://github.com/obenland/shiny-updates\">using a feature plugin</a>. When installed, updates can be quickly applied from a theme’s detailed information panel by clicking the update now link.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ExperimentalThemeShinyUpdates.png\" rel=\"attachment wp-att-50116\"><img class=\"size-full wp-image-50116\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ExperimentalThemeShinyUpdates.png?resize=474%2C236\" alt=\"Shiny Update Support Added\" /></a>Shiny Update Support Added\n<p>Not a lot of people know about the plugin because it was created around the time of WordCamp US. “Most of the things that are in the plugin are just quick ideas, a first iteration to get us going. We haven’t performed any user testing nor have we had a proper design iteration yet,” Obenland told the Tavern.</p>\n<h2>My Experience With Shiny Theme Updates</h2>\n<p>When I’m browsing themes that I’ve installed on my site, they’re displayed in a card format. When a theme has an update available, the update text displays at the top of the card. I tried to click on the text thinking it would update the theme but instead, it opened the theme’s details panel.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/ThemeCardUpdateNotification.png\" rel=\"attachment wp-att-50117\"><img class=\"size-full wp-image-50117\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/ThemeCardUpdateNotification.png?resize=384%2C307\" alt=\"Theme Card Update Notification \" /></a>Theme Card Update Notification\n<p>In the same way I can update plugins on the plugins page, I should be able to update themes on the themes page. Having the shiny update link in the details pane requires an unnecessary mouse click. There are at least two challenges to overcome. The first is rewording the Update Available text to something that serves as both a notification and a link to initiate the update. The second is determining whether it’s an improved user experience.</p>\n<h2>Why Shiny Updates Are so Fast</h2>\n<p>Since shiny updates were added for plugins, I’ve been curious as to why they’re so much quicker than the normal update process. According to Oblenland, shiny updates are quicker because, “We don’t need to reload the entire admin page, twice if you include navigating back to the plugin screen. We only send the update request itself and receive the result of that. So instead of 85 requests over two page loads when deleting a plugin, we only have one,” he said.</p>\n<h2>How You Can Get Involved</h2>\n<p>Although the development team is not sure which direction they’ll go with shiny updates, Obenland says they want to use it to unite various actions in WordPress, “We want to unify the flows of installing/updating/activating/deleting plugins/themes/core with it and ultimately be able to get rid of the bleak screen of sadness that users currently see when performing these actions,” he said.</p>\n<p>Shiny updates is a feature plugin not tied to a specific trac ticket. If you want to keep up with development, you can <a href=\"https://github.com/obenland/shiny-updates\">follow the project</a> on GitHub. You can also follow <a href=\"https://make.wordpress.org/chat/\">discussions on Slack</a> in the <strong>#feature-shinyupdates</strong> channel. Obenland notes that the team is looking for more people who want to help develop, test the plugin, and share feedback at their weekly meetings on Tuesdays at 1900 UTC.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2015 23:16:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WPTavern: Add Telegram to Jetpack Sharing Buttons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49931\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wptavern.com/add-telegram-to-jetpack-sharing-buttons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4042:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/telegram.png\" rel=\"attachment wp-att-50107\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/telegram.png?resize=1025%2C469\" alt=\"telegram\" class=\"aligncenter size-full wp-image-50107\" /></a></p>\n<p>On December 17, telecommunications companies <a href=\"http://in.reuters.com/article/brazil-whatsapp-ban-idINKBN0U00CT20151217\" target=\"_blank\">cut off access to WhatsApp in Brazil</a> after the company did not comply with police wiretapping requests. Many of the app’s estimated 100 million users went in search of an alternative, landing on <a href=\"https://telegram.org/\" target=\"_blank\">Telegram</a>, WhatsApp’s rival messaging app. Telegram <a href=\"https://twitter.com/telegram/status/677604437905580032\" target=\"_blank\">gained 5.7 million new users</a> in one day as a result of the 48-hr blackout.</p>\n<p>Incidents like this offer Telegram an opportunity to chip away at WhatsApp’s dominant marketshare. As of May 2015, the app reported <a href=\"http://techcrunch.com/2015/05/13/telegram-says-its-hit-62-maus-and-messaging-activity-has-doubled/?ncid=rss\" target=\"_blank\">62 million monthly active users</a>. If you are looking to prioritize and increase mobile traffic on your blog, this is one service you can’t afford to ignore.</p>\n<p><a href=\"https://wordpress.org/plugins/telegram-sharing-button-for-jetpack/\" target=\"_blank\">Telegram Sharing Button for Jetpack</a> is a plugin that gives mobile readers the ability to send content from your site to Telegram users on any platform, including Android, iPhone, Windows, and desktop clients for Mac, PC, and Linux. The plugin was created by Brazilian WordPress developer <a href=\"http://valeriosouza.com.br/\" target=\"_blank\">Valerio Souza</a>, who is also the the author of the <a href=\"http://wptavern.com/new-plugin-adds-a-whatsapp-button-to-jetpacks-sharing-module\" target=\"_blank\">WhatsApp Sharing Button for Jetpack</a>.</p>\n<p>After activating the plugin, if you’re already using Jetpack’s sharing module, you can visit the settings page to drag the Telegram icon into the enabled services section. The new Telegram sharing button will not appear on the desktop version of your site. You will need to test it by visiting a post from a mobile device.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/telegram-sharing.png\" rel=\"attachment wp-att-50086\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/telegram-sharing.png?resize=1025%2C515\" alt=\"telegram-sharing\" class=\"aligncenter size-full wp-image-50086\" /></a></p>\n<p>The only complaint I have is that the white circle around the icon makes it look somewhat out of place among the other icons that share a simpler design. The icon’s resolution also needs to be improved for retina displays. Other than that, everything looks and works as advertised when sharing a post to Telegram.</p>\n<p>If you haven’t recently taken inventory of your Jetpack sharing buttons, you may want to review your most popular content to see what services readers are using to share your posts. Depending on the demographics of your site’s visitors, both the WhatsApp and Telegram sharing buttons may be more beneficial than the “Email,” “Google+,” or “Print” buttons, for example. These could be hidden behind the share button. As groups and channels become more common on mobile messaging apps, prominently displaying sharing buttons for these services may help your posts travel faster and further than any kind of search engine optimization.</p>\n<p>Both the <a href=\"https://wordpress.org/plugins/telegram-sharing-button-for-jetpack/\" target=\"_blank\">Telegram</a> and <a href=\"http://wptavern.com/new-plugin-adds-a-whatsapp-button-to-jetpacks-sharing-module\" target=\"_blank\">WhatsApp</a> Sharing buttons for Jetpack can be downloaded for free from the WordPress.org plugin directory.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2015 20:53:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Automattic’s WordAds Network is Now Open to Self-Hosted WordPress Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50053\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wptavern.com/automattics-wordads-network-is-now-open-to-self-hosted-wordpress-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3909:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/AdControl.png\" rel=\"attachment wp-att-50071\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/AdControl.png?resize=1025%2C481\" alt=\"AdControl\" class=\"aligncenter size-full wp-image-50071\" /></a></p>\n<p>Automattic <a href=\"https://wordads.co/2015/12/28/adcontrol-plugin-is-here/\" target=\"_blank\">announced</a> today that its <a href=\"https://wordads.co/\" target=\"_blank\">WordAds</a> advertising network is now available to self-hosted WordPress sites via Jetpack and the new <a href=\"https://wordpress.org/plugins/radcontrol/\" target=\"_blank\">AdControl</a> plugin. WordAds, which bears a name confusingly similar to Google’s <a href=\"https://www.google.com/adwords/\" target=\"_blank\">AdWords</a>, delivers all the advertising seen on WordPress.com’s free sites. (Ad display on VIP or upgraded sites is opt-in.)</p>\n<p>Self-hosted WordPress site owners who want to earn money with WordAds must first <a href=\"https://wordads.co/signup/\" target=\"_blank\">apply</a> to join the network and are required to meet a minimum traffic requirement. Automattic doesn’t publish the exact minimum necessary for eligibility but the <a href=\"https://wordads.co/faq/\" target=\"_blank\">WordAds FAQ</a> page says “a site generally needs thousands of page views each month.” The site will also need to have both Jetpack and the AdControl plugin installed.</p>\n<p>“We’ve been working on the plugin off and on (mostly off) since mid 2014,” said Derek Springer, a Code Wrangler at Automattic who helped write the AdControl plugin. “We took a big pause to completely re-work the back end (WordAds 2.0) which is what we are now using all over WordPress.com.”</p>\n<p><a href=\"https://wordads.co/2015/11/02/introducing-wordads-2-0/\" target=\"_blank\">WordAds 2.0</a>, unveiled in November 2015, integrated WordAds into WordPress.com’s main Settings interface with earnings reports and payout information. It also introduced a real time bidding environment where ad agencies and buyers can bid on global ad impressions.</p>\n<p>In 2013, Automattic paid out around $1 million to WordAds publishers whose sites delivered 1 billion ad impressions per month. Published numbers are not yet available for 2015, but WordAds 2.0 has increased interest in the program, according to the <a href=\"https://wordads.co/2015/12/28/adcontrol-plugin-is-here/\" target=\"_blank\">announcement</a> today. With the release of AdControl for self-hosted sites, the number of publishers available on the network has the potential to increase significantly.</p>\n<h3>Why Does AdControl Require Jetpack?</h3>\n<p>For years, the WordPress community has been <a href=\"http://wptavern.com/how-important-is-jetpack-on-wordpress-road-to-50-market-share\" target=\"_blank\">waiting to see how Automattic will monetize Jetpack</a>. In addition to giving self-hosted users access to many of WordPress.com’s features, Jetpack now serves as a gateway to Automattic’s advertising network for more than 1 million active installs.</p>\n<p>I asked Springer why AdControl requires Jetpack and he cited the following reasons:</p>\n<ul>\n<li>We need the site’s unique ID (assigned to each Jetpack site) to track ad impressions in the back-end.</li>\n<li>We piggyback on Jetpack’s REST API connection to access some authenticated endpoints in the WP.com API.</li>\n<li>The payout/earning settings are all controlled via Calypso and we want a singular, unified experience.</li>\n</ul>\n<p>WordAds is deeply tied into WordPress.com’s infrastructure and as such requires authentication for tracking and rewarding participating sites. Jetpack provides the connecting link and is now key to opening up the world of independently-hosted WordPress blogs to Automattic’s advertising network.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2015 06:27:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Pique: A Free Small Business Theme for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50031\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/pique-a-free-small-business-theme-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3605:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-cafe-theme.png\" rel=\"attachment wp-att-50040\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-cafe-theme.png?resize=1025%2C496\" alt=\"pique-cafe-theme\" class=\"aligncenter size-full wp-image-50040\" /></a></p>\n<p>Most of the themes created by the professional design team at WordPress.com are geared towards bloggers. Business themes make up a much smaller segment of those designed in-house. That’s why the latest <a href=\"https://wordpress.com/themes/pique\" target=\"_blank\">Pique</a> theme is an unusual and exciting release.</p>\n<p>Although the theme was originally designed for coffee shops, it also works well for other small businesses like cafés, bakeries, hair salons, and shops. Pique can be instantly branded for any business by uploading a logo and a custom header.</p>\n<p>Its unique scrolling front page is created by adding panel sections, which are actually standard pages with content and featured images. Pique includes eight optional panels, which can be assigned within the customizer. Each panel control includes a dropdown selection of pages for the panel content, a background color option, and the ability to adjust the featured image’s opacity.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-front-page.png\" rel=\"attachment wp-att-50044\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/pique-front-page.png?resize=1025%2C2032\" alt=\"pique-front-page\" class=\"aligncenter size-full wp-image-50044\" /></a></p>\n<p>Single posts have an optional sidebar and the footer also includes three widget areas. Pique supports different page designs via three unique templates: full-width, grid, and testimonials. A grid style page needs to be set as a parent page and individual items will show up if they are set as child pages. The featured image of the child page displays as an image in the grid. It’s a somewhat convoluted process that’s not terribly intuitive, but it works.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/grid-template.png\" rel=\"attachment wp-att-50047\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/grid-template.png?resize=660%2C343\" alt=\"grid-template\" class=\"aligncenter size-full wp-image-50047\" /></a></p>\n<p>Testimonials and recent blog posts can be displayed within the panels following instructions in the theme’s documentation. All testimonial content can also be viewed via its dedicated archive page at /testimonial/.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/testimonial-template.png\" rel=\"attachment wp-att-50049\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/testimonial-template.png?resize=660%2C264\" alt=\"testimonial-template\" class=\"aligncenter size-full wp-image-50049\" /></a></p>\n<p>Pique has the capacity for special formatting using icons from <a href=\"http://fortawesome.github.io/Font-Awesome/icons/\" target=\"_blank\">Font Awesome</a>. Call-to-action buttons and panel overlay text can be added using short HTML snippets from the theme’s instructions.</p>\n<p>Pique makes it easy for anyone to build a one-page, branded website with all the specialized content sections that you would traditionally expect from a business theme. It has not yet arrived on WordPress.org but self-hosted uses can download the theme as a zip file from its <a href=\"https://wordpress.com/themes/pique\" target=\"_blank\">homepage on WordPress.com</a>.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2015 00:30:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: What’s Your Limit of Advertising and Upselling in Free WordPress Plugins?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=50018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://wptavern.com/whats-your-limit-of-advertising-and-upselling-in-free-wordpress-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4834:\"<p>On the <a href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress Facebook group</a>, a member recently <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1059920750736805/\">raised the issue</a> of display banner advertising in plugins. After installing <a href=\"https://wordpress.org/plugins/ultimate-woocommerce-brands/\">Ultimate WooCommerce Brands</a> developed by <a href=\"http://magniumthemes.com/\">MagniumThemes</a>, a large admin notice appears with an affiliate linked display banner for Bluehost.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/BluehostBannerInsidePlugin.png\" rel=\"attachment wp-att-50021\"><img class=\"size-full wp-image-50021\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/BluehostBannerInsidePlugin.png?resize=815%2C363\" alt=\"Bluehost Banner Admin Notice\" /></a>Bluehost Banner Admin Notice\n<p>Ultimate WooCommerce Brands is a freemium plugin and while I’m not against plugin authors making a few bucks through advertising, displaying a webhosting banner seems irrelevant.</p>\n<p>The advertising banner also shows up on every admin page in the WordPress backend which I feel abuses the admin notice function, even though there’s a “Hide This Message button”. Upsells and advertising should be confined to the plugin’s activation and settings pages according to number 11 of the <a href=\"https://wordpress.org/plugins/about/guidelines/\">WordPress plugin directory guidelines</a>:</p>\n<blockquote><p>Plugins should not hijack the blog admin. It is fine to include an Upgrade prompt on the plugin admin page, but not throughout the blog. It is acceptable to embed a widget on the dashboard but this should be the same size as others and be dismissable. It’s fine to put an error message at the top of the admin for special cases, but it should be linked to a way to fix the error and it should be infrequent. Any form of “nagging” is absolutely prohibited.</p></blockquote>\n<p>Samuel ‘Otto’ Wood, a member of the group and plugin review team <a href=\"https://www.facebook.com/groups/advancedwp/permalink/1059920750736805/?comment_id=1062714040457476&comment_tracking=%7B%22tn%22%3A%22R%22%7D\">confirmed</a> that plugins that display advertising on every admin page violate the guidelines and users should report them by emailing <strong>plugins at wordpress.org. </strong></p>\n<h2>The Guidelines Provide Wiggle Room</h2>\n<p>The plugin review team polices content in plugins, prevents spam, and attempts at bad faith from entering the directory. They also advise authors when they feel something that the plugin does is a bad idea. It’s important to note that <a href=\"https://wordpress.org/plugins/about/guidelines/\">the guidelines</a> are not black and white. Instead, they’re somewhat subjective which allows the team to make decisions on a case by case basis.</p>\n<h2>The Power of Reviews</h2>\n<p>The WordPress plugin directory gives users an opportunity to provide feedback directly to plugin developers and users through reviews. Reviews are an excellent way to tell the developer why you dislike or like a plugin and it also gives fellow users in the community a heads up.</p>\n<p>So far, no one has mentioned the display advertising in <a href=\"https://wordpress.org/support/view/plugin-reviews/ultimate-woocommerce-brands\">their reviews</a> of Ultimate WooCommerce Brands. Perhaps it’s not an issue or users have chosen to disable it and move on to a different option. One of the benefits of WordPress is that there’s usually more than one plugin available to accomplish a task.</p>\n<p>Jan Dembowksi, a volunteer moderator for the WordPress.org support forums, explains another benefits to reviewing plugins “Some of the forum moderators read <em>every</em> review. Occasionally, there may be a pattern if there’s a complaint such as not being able to dismiss the upsell banner or taking over the dashboard.</p>\n<p>“Sometimes that leads to the moderator installing the plugin or theme on a test installation. This is to see if there’s really a problem or not. If there’s a valid concern then it gets reported up. It doesn’t happen often thankfully, but it has occurred and the plugin or theme author got a polite shoulder tap,” Dembowski told the Tavern.</p>\n<h2>What’s Your Breaking Point?</h2>\n<p>We know that upsells and display advertising are allowed in plugins as long as they follow the directory guidelines. How a plugin’s settings pages are displayed is up to the developer, but, as a user, how much advertising or upselling is too much? What’s your advertising limit inside a freemium plugin before you purchase the pro version or move on to an alternative?</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Dec 2015 20:35:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: 10up Open Sources IE 8 and 9 Support for Flexbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49981\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wptavern.com/10up-open-sources-ie-8-and-9-support-for-flexbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3211:\"<p>Frontend developers working with <a href=\"http://www.w3.org/TR/css3-flexbox/\" target=\"_blank\">Flexbox</a> no longer have to sacrifice support for older versions of IE. The folks at 10up have open sourced <a href=\"https://github.com/10up/flexibility\" target=\"_blank\">Flexibility</a>, a polyfill that uses JavaScript to allow Flexbox to work with IE versions 8 and 9.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/flexibility.png\" rel=\"attachment wp-att-49998\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/flexibility.png?resize=1025%2C386\" alt=\"flexibility\" class=\"aligncenter size-full wp-image-49998\" /></a></p>\n<p>“Unfortunately, Flexbox support wasn’t added to Internet Explorer until version 10, leaving older versions – still popular in some corners – out of the Flexbox revolution,” said Taylor Lovett, 10up’s Director of Web Engineering. “This idea didn’t sit well with 10up’er Jonathan Neal, tasked with engineering a beautiful layout for a Fortune 50 forced to contend with supporting older versions. We decided to subsidize his time to see if we could introduce Flexbox support under less-than-ideal browser requirements.”</p>\n<p>CSS Tricks has a comprehensive <a href=\"https://css-tricks.com/snippets/css/a-guide-to-flexbox/\" target=\"_blank\">guide to to Flexbox</a>, a layout it recommends as more appropriate for components of an application or smaller-scale sites, (as an alternative to the <a href=\"http://css-tricks.com/snippets/css/complete-guide-grid/\" target=\"_blank\">Grid</a> for large-scale layouts).</p>\n<p>The idea behind Flexbox, according to the <a href=\"http://www.w3.org/TR/css3-flexbox/\" target=\"_blank\">w3.org docs</a>, is to provide a flexible container that expands or shrinks based on available layout space:</p>\n<blockquote><p>In the flex layout model, the children of a flex container can be laid out in any direction, and can “flex” their sizes, either growing to fill unused space or shrinking to avoid overflowing the parent. Both horizontal and vertical alignment of the children can be easily manipulated. Nesting of these boxes (horizontal inside vertical, or vertical inside horizontal) can be used to build layouts in two dimensions.</p></blockquote>\n<p>Flexbox is ideal for creating layouts that work with various screen sizes and devices, especially in cases where the layout’s container size is unknown or dynamic. Flexibility extends this to IE 8 and 9 by tapping into the browser’s <code><a href=\"http://help.dottoro.com/ljqkvomc.php\" target=\"_blank\">currentStyle</a></code> and <code><a href=\"http://help.dottoro.com/ljhddfwr.php\" target=\"_blank\">runtimeStyle</a></code> proprietary features to manipulate and overwrite style declarations.</p>\n<p>Once you include flexibility.js somewhere within your project, it will automatically detect Flexbox elements and write new styles to make them work with IE 8 and 9. Flexibility is licensed under the GPL v2 (or later). Check out the <a href=\"https://github.com/10up/flexibility\" target=\"_blank\">repo on GitHub</a> to get more details on how to use it and how it works.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Dec 2015 19:09:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WPWeekly Episode 218 – The 2015 Year in Review Part 1 of 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=50009&preview_id=50009\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wptavern.com/wpweekly-episode-218-the-2015-year-in-review-part-1-of-2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1206:\"<p>There’s a lot that happens in the WordPress ecosystem throughout the course of a year. In this episode, <a href=\"http://marcuscouch.com/\">Marcus Couch</a> and I run down our selection of big news stories from January to June.</p>\n<p>One trend we noticed is that there were quite a few unsuccessful crowdfunding campaigns. Listen in to find out if any of the services and companies that launched earlier this year are still in business. Part two will record on Wednesday, December 30th.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, December 30th 9:30 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #218:</strong><br />\n</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Dec 2015 18:49:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Matt: Merry Christmas!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=45719\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2015/12/merry-christmas-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:436:\"<p>I hope it’s filled with lots of comfortable sweaters, <a href=\"https://mercantile.wordpress.org/product/wordpress-ugly-christmas-sweatshirt/\">like this one</a>.<a href=\"https://mercantile.wordpress.org/product/wordpress-ugly-christmas-sweatshirt/\"><img class=\"alignnone size-full wp-image-45721\" src=\"http://i2.wp.com/ma.tt/files/2015/12/ugly-sweater-wp.jpg?resize=604%2C604\" alt=\"ugly-sweater-wp.jpg\" /></a>.</p>\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Dec 2015 19:48:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: Milestone: WP Tavern Publishes its 30,000th Comment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wptavern.com/milestone-wp-tavern-publishes-its-30000th-comment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3186:\"<p>When I <a href=\"http://wptavern.com/welcome-to-the-wordpress-tavern\">founded WP Tavern in 2009</a>, comments were an important part of the site’s initial success. After six years, the site has published its 30,000th comment.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/30KComments.png\" rel=\"attachment wp-att-49988\"><img class=\"size-full wp-image-49988\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/30KComments.png?resize=1025%2C245\" alt=\"The 30,000th Comment\" /></a>The 30,000th Comment\n<p>At a time where large websites such as <a href=\"http://www.copyblogger.com/removing-blog-comments/\">Copyblogger</a> and the <a href=\"http://www.thestar.com/news/2015/12/16/toronto-star-closing-commenting-on-thestarcom.html\">Toronto Star</a> are closing down comments in favor of social media, the Tavern continues to be a source of open conversation about WordPress. However, 2015 has been a tough year as a moderator.</p>\n<h2>A Year of Firsts</h2>\n<p>For the first time in years, I created a <a href=\"http://wptavern.com/comment-policy\">comment moderation policy</a> to establish a baseline of expectations for moderators and commenters. Also for the first time in the site’s history, I banned an individual from leaving comments on the Tavern.</p>\n<p>In the Tavern’s early days, I looked forward to discussing things with people via the comments and did everything I could to encourage them. Some of the conversations over the years have been great and have led to positive changes in WordPress. Six years later, many of the comments on the Tavern appear to be filled with anger, mostly from the same people. Dealing with so much negativity all the time makes comment moderation difficult.</p>\n<h2>Taking a More Active Role in Discussions</h2>\n<p>One of my New Years resolutions for 2016 is to take a more active role in the discussions on the Tavern. I want to reestablish the feeling the Tavern had a few years ago where everyone is welcome to share their opinions as long as its done in a respectful way.</p>\n<p>Comments are a great way to share feedback, ideas, opinions, and look at things from a different perspective. But when the conversation turns into a mud-slinging contest which has recently happened too often on the Tavern, it turns into a pile of meaningless words.</p>\n<h2>Commenting Goals for 2016</h2>\n<p>In 2016, let’s try to having meaningful conversations where words transition into action. Let’s discuss ideas, opinions, and perspectives without getting or taking things personal. Let’s encourage collaboration instead of infighting. Let’s assume the best in someone’s words instead of the worst. In the New Year, I’ll do my best to try to lead conversations in these directions but I need commenters to do their part as well.</p>\n<p>Thanks to everyone who’s commented on the Tavern over the years. Your feedback is and continues to be a valuable asset to this site. Instead of leaving the lights on, we’ll leave the comment form open and we encourage everyone to continue sharing their thoughts and opinions with us.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2015 23:27:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordCamp Lahore, Pakistan Application Approved for 2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49963\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wptavern.com/wordcamp-pakistan-application-approved-for-2016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2551:\"<p>Earlier this week we interviewed Muhammad Kashif about the <a href=\"http://wptavern.com/wordpress-community-growing-in-pakistan-500-attend-lahore-meetup\" target=\"_blank\">phenomenal growth of the WordPress community in Pakistan</a>. Kashif organizes the local Lahore meetup, which started with a few dozen attendees three months ago and grew to more than 500 this past weekend. His team has been working hard to bring WordCamp to Pakistan, and today their application was approved by the WordPress Foundation.</p>\n<p>The event will officially be called WordCamp Lahore. Kashif said that they originally proposed “WordCamp Pakistan” but were asked to keep it local to the city. The Foundation’s reply to their request was as follows:</p>\n<blockquote><p>We stay away from labeling WordCamps with the country name rather than the city, because we have found that doing so discourages local organizers from doing additional WordCamps in the country. We had some problems with this in the past, where because there was a “national” WordCamp, no other WordCamps ever happened in that country. When we changed the naming convention to be city-focused, that country developed stronger local communities and several WordCamps per year.</p></blockquote>\n<p>The application proposed September for the event but the dates have not yet been finalized. WordCamp Lahore organizers will have an orientation meeting with WP Foundation representatives tomorrow to begin the planning process.</p>\n<p>Kashif told the Tavern that they are looking at the <a href=\"http://www.expolahore.com/\" target=\"_blank\">Lahore International Expo Centre</a> as a possible venue, since it has an 820 seat capacity. The team will be meeting with a few different venue providers to find a good fit.</p>\n<a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/expo-centre-lahore.jpg\" rel=\"attachment wp-att-49973\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/expo-centre-lahore.jpg?resize=600%2C360\" alt=\"Lahore International Expo Centre\" class=\"size-full wp-image-49973\" /></a>Lahore International Expo Centre\n<p>As Pakistan is a multilingual country, most of the Lahore meetup sessions are conducted in English. This means that the WordCamp will likely be accessible to a wide range of people outside of Pakistan as well. If the Lahore meetup attendance numbers are any indication, the first WordCamp in Pakistan has the potential to be one of the largest first WordCamps in history.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2015 18:25:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Mailbag Plugin Offers Dead Simple Email Subscription Forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49923\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wptavern.com/mailbag-plugin-offers-dead-simple-email-subscription-forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4053:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag.jpg\" rel=\"attachment wp-att-49927\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag.jpg?resize=1025%2C390\" alt=\"mailbag\" class=\"aligncenter size-full wp-image-49927\" /></a></p>\n<p><a href=\"https://wordpress.org/plugins/mailbag/\" target=\"_blank\">Mailbag</a> is not a new plugin but it’s one of those convenient tools you’ll want to bookmark if you build WordPress sites that require email subscription forms. The plugin makes it easy to add a MailChimp or Campaign Monitor email form to posts or pages using a shortcode.</p>\n<p>I only recently came across it while <a href=\"http://wptavern.com/politics-a-free-wordpress-theme-for-political-campaigns\" target=\"_blank\">reviewing the Politics theme</a>, which prominently features an email signup form powered by Mailbag.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-screenshot.png\" rel=\"attachment wp-att-49589\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/politics-screenshot.png?resize=705%2C460\" alt=\"politics-screenshot\" class=\"aligncenter size-full wp-image-49589\" /></a></p>\n<p>If you have your Mailchimp or Campaign Monitor API key handy, then you can add your email subscription form in under a minute. Paste in the key, select your list, and customize your button text. (Your API keys must be saved before you can select a list to add subscribers.) Once these settings are saved, you can place the shortcode anywhere within your content.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag-settings.png\" rel=\"attachment wp-att-49929\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/mailbag-settings.png?resize=1025%2C889\" alt=\"mailbag-settings\" class=\"aligncenter size-full wp-image-49929\" /></a></p>\n<p>The flexibility for styling the forms is what sets this plugin apart. You can opt to use the built-in minimal Mailbag styling or allow your theme to dictate the style. If you choose to disable the default style, the usage tab on the plugin’s settings page outlines the CSS classes you will want to customize.</p>\n<pre class=\"brush: css; light: true; title: ; notranslate\">\n.mailbag-wrap { /* Wraps entire form */ }\n\n.mailbag-wrap label { /* Label styles */ }\n\n.mailbag-wrap input[type=\"text\"] { /* Name and email input styles */ }\n\n.mailbag-wrap input[type=\"submit\"] { /* Submit button styles */ }\n</pre>\n<p>Mailbag was created by the folks at <a href=\"https://arraythemes.com/\" target=\"_blank\">Array</a> for use with <a href=\"https://arraythemes.com/themes/transmit-wordpress-theme/\" target=\"_blank\">Transmit</a>, a landing page theme that features an email subscription form. Array built it to be compatible with any theme (not just their own) and made the plugin freely available on WordPress.org</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/transmit-mailbag.jpg\" rel=\"attachment wp-att-49933\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/transmit-mailbag.jpg?resize=984%2C783\" alt=\"transmit-mailbag\" class=\"aligncenter size-full wp-image-49933\" /></a></p>\n<p>If you’re a theme developer and your theme requires an email subscription form, there’s no need to reinvent the wheel or bloat your theme with extra functionality. It’s much easier to select professionally supported plugins from WordPress.org and present the user with plugin recommendations using a tool like <a href=\"http://tgmpluginactivation.com/\" target=\"_blank\">TGM Plugin Activation</a>. You can design around your recommended plugins without having to support and maintain them.</p>\n<p><a href=\"https://wordpress.org/plugins/mailbag/\" target=\"_blank\">Mailbag</a> is easy for users to configure, publicly distributed on WordPress.org, and doesn’t take a heavy hand to styling. If you want a solid, simple plugin to use and recommend, this is a handy one to tuck into your toolbag.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2015 06:54:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: New WordPress Feature Plugin Lets Users Resize the Customizer Pane\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49895\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wptavern.com/new-wordpress-feature-plugin-lets-users-resize-the-customizer-pane\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6756:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-resize.png\" rel=\"attachment wp-att-49906\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-resize.png?resize=1025%2C385\" alt=\"customize-pane-resize\" class=\"aligncenter size-full wp-image-49906\" /></a></p>\n<p>Contributors to the WordPress core <a href=\"https://make.wordpress.org/core/components/customize/\" target=\"_blank\">Customize component</a> are targeting the upcoming 4.5 release for inclusion of a new feature plugin. <a href=\"https://wordpress.org/plugins/customize-pane-resizer/\" target=\"_blank\">Customize Pane Resizer</a> allows users to drag the edge of the pane to make the customizer wider than the default 300px.</p>\n<p>According to Customize component maintainer <a href=\"https://weston.ruter.net/\" target=\"_blank\">Weston Ruter</a>, the idea for the plugin came out of the community summit held earlier this month in Philadelphia, where it was raised as a usability improvement.</p>\n<p>“Justin Sternberg took ownership of the idea and we collaborated on it over the course of the community summit and WCUS,” Ruter said. “He did all the real work, and I just contributed ideas and provided Customizer architectural pointers.”</p>\n<p>At the moment, the pane simply resizes when the user drags the resize icon, but even this one feature involves refining many tiny details. Ruter said the immediate roadmap for the plugin is to resolve the <a href=\"https://github.com/xwp/wp-customize-pane-resizer/issues\" target=\"_blank\">GitHub issues</a> that have already been logged.</p>\n<h3>Future Possibility of Undocking the Customizer and Adding Inline Controls</h3>\n<p>Contributors have many other ideas for extending this feature, including the possibility of introducing positioning options (ie. right/left/bottom). These ideas are in the discussion phase and are not set in stone.</p>\n<p>“In addition to being able to move the pane to the right (or to the top/bottom, which are technically problematic), Justin had the idea of allowing the pane to be dragged anywhere on the screen,” Ruter said.</p>\n<p>“In this way the Customizer pane would work like panels in PhotoShop which can be docked into the sidebar or they can be dragged out to float freely. This would allow the Customizer to be positioned anywhere on the screen, with a full page preview in background.”</p>\n<p>Alongside the idea of the customizer pane becoming a floating window, contributors are also <a href=\"https://core.trac.wordpress.org/ticket/32296\" target=\"_blank\">discussing</a> applying this same concept to individual customizer controls. This ties into one of the items on Ruter’s <a href=\"https://make.wordpress.org/core/2015/09/23/outlining-a-possible-roadmap-for-the-customizer/\" target=\"_blank\">longer-term roadmap for the Customizer</a> – inline controls:</p>\n<blockquote><p><strong>Bootstrapped Customizer</strong>: Lazy-load the Customizer into the current frontend view without having to leave the page. With selective refresh implemented, inline controls and frontend bootstrapping would be possible since full-page refreshes would no longer be required.</p></blockquote>\n<p>“Instead of all of the controls being docked into the one pane and organized into panels and sections, they could instead (or in addition) be displayed alongside the elements in the preview that they modify,” Ruter said. “For example, editing a widget could pop open a floating widget form control next to the widget in the preview.”</p>\n<p>These alternative UI considerations are currently beyond the scope of the Customize Pane Resizer feature plugin, which Ruter said will be limited to polishing up the resizing feature for 4.5.</p>\n<h3>The Customize Pane Resizer Addresses Important Usability Concerns</h3>\n<p>When <a href=\"http://wptavern.com/menu-customizer-officially-proposed-for-merge-into-wordpress-4-3\" target=\"_blank\">menus were added to the customizer in WordPress 4.3</a>, many thought that the narrow width of the pane created a cramped menu management experience. The ability to resize the customizer pane addresses this concern by allowing users to expand it for tasks that require more real estate.</p>\n<p>Ruter doesn’t anticipate many objections to merging the Customize Pane Resizer plugin, given that it solves several usability problems.</p>\n<p>“I don’t think it is very controversial,” he said. “It seems a major complaint I hear often about the Customizer is that it doesn’t give the user enough room, so this would allow the user to have as much room as they want.</p>\n<p>“Another concern I’ve heard is that people don’t know the pane can be collapsed at all (even though there is a collapse button on the bottom), so this greatly improves the visibility of collapsing and it implements a common UI paradigm where panes can be resized by dragging on their edge (e.g. Chrome dev tools),” Ruter said.</p>\n<p>In making the pane resizable, Ruter’s chief concern is ensuring that the controls will respond nicely to varying widths, including those created by plugins. Expanding the customizer pane with the resizer plugin currently stretches the controls somewhat awkwardly and in some cases leaves a lot of empty real estate.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-expanded.png\" rel=\"attachment wp-att-49918\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/customize-pane-expanded.png?resize=1025%2C396\" alt=\"customize-pane-expanded\" class=\"aligncenter size-full wp-image-49918\" /></a></p>\n<p>“The biggest concern I have is that controls are designed for the 300px width, generally,” Ruter said. “So if the width is all of a sudden 900px, then the (custom) controls may well not look right.</p>\n<p>“The controls in Core need to be updated to ensure they work in a variable-width pane. But plugin controls would need to do the same.”</p>\n<p>If you want to help contribute to the Customizer Pane Resizer’s development, check out the plugin’s <a href=\"https://github.com/xwp/wp-customize-pane-resizer\" target=\"_blank\">GitHub repo</a>. It is <a href=\"https://wordpress.org/plugins/customize-pane-resizer/\" target=\"_blank\">available on WordPress.org</a> but the GitHub version is always more up-to-date. If you have developed a plugin or theme that extends the customizer, you may want to test the resizer and offer feedback/code improvements on GitHub. Anyone interested can join the conversation in the #core-customize channel on WordPress Slack.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Dec 2015 20:42:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Charlie Livingston, Founder of aThemes, Acquires Pro Plugin Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49659\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wptavern.com/charlie-livingston-founder-of-athemes-acquires-pro-plugin-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2182:\"<p>Earlier this year Steven Gliebe, founder of <a title=\"http://churchthemes.com/\" href=\"http://churchthemes.com/\">Churchthemes.com</a>, launched <a href=\"http://wptavern.com/steven-gliebe-launches-wordpress-commercial-plugin-directory\">Pro Plugin Directory</a>, a site that lists commercial WordPress plugins for a variety of categories including, forms, performance, and security. After accumulating more than 170 plugins in five months, Gliebe decided to <a href=\"http://wptavern.com/pro-plugin-directory-is-seeking-a-new-owner\">sell the site</a> in November citing a lack of time to devote to the project.</p>\n<p>Charlie Livingston, founder of <a href=\"http://athemes.com/\">aThemes</a>, is the new owner of <a href=\"https://proplugindirectory.com/pro-plugin-directory-has-a-new-owner/\">Pro Plugin Directory</a>. Livingston purchased the site because he believes in its potential. Gliebe received more than 20 offers to acquire the site but after the first one fell through, he chose Livingston’s offer. The terms and financial details of the deal are undisclosed.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ProPluginDirectoryHomepage.png\" rel=\"attachment wp-att-49901\"><img class=\"size-full wp-image-49901\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/ProPluginDirectoryHomepage.png?resize=968%2C518\" alt=\"Pro Plugin Directory Home page\" /></a>Pro Plugin Directory Home page\n<p>Pro Plugin Directory will remain the same in the short-term as Livingston learns how the site works. However, he plans to add new features in addition to increasing marketing efforts, “I have a few ideas about what I can do to make PPD an even better resource as the aim is to make it the go-to place for commercial plugins,” he said.</p>\n<p>Livingston is currently soliciting feedback on what features and enhancements you’d like to see made to the directory. Pro Plugin Directory is one of the few resources devoted to listing commercial WordPress plugins so it’s great to see the directory will live on with someone willing to spend the time and effort needed to maintain the site.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Dec 2015 16:54:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Reyl Lite: A Free Ultra Minimalist WordPress Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49869\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://wptavern.com/reyl-lite-a-free-ultra-minimalist-wordpress-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3191:\"<p>If you’re looking for a blog design that emphasizes the words of your content without a requirement for big, flashy featured images, <a href=\"https://wordpress.org/themes/reyl-lite/\" target=\"_blank\">Reyl Lite</a> is a super minimalist option. It is one of the most bare bones blogging themes to hit WordPress.org in recent weeks.</p>\n<p>Throughout 2015, the single-column, centered layout has been a mainstay of WordPress theme designs that cater to active bloggers. Reyl Lite is a perfect example of this, with its homepage stripped down to post titles, excerpts, and minimal post meta. No featured images are required to make this design work.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-lite.png\" rel=\"attachment wp-att-49872\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-lite.png?resize=1025%2C769\" alt=\"reyl-lite\" class=\"aligncenter size-full wp-image-49872\" /></a></p>\n<p>Single posts feature a large title, colorful tags and categories, with previous/next post title navigation beneath the content.</p>\n<p>The theme includes customizer options that allow you to select a header image, background image/color, and header text color. If you want the design that is shown in the <a href=\"http://demo.quemalabs.com/reyl-lite/\" target=\"_blank\">live demo</a>, you actually don’t have to touch any of the options.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-single-post-screenshot.png\" rel=\"attachment wp-att-49886\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/reyl-single-post-screenshot.png?resize=1025%2C712\" alt=\"reyl-single-post-screenshot\" class=\"aligncenter size-full wp-image-49886\" /></a></p>\n<p>Reyl Lite does not include any widget areas, which creates a clutter-free display. This could be a deal breaker for those who need more customization options.</p>\n<p>CSS animations are a nice touch, but one thing the theme is lacking is a default set of strong typography selections. That attention to detail would have put Reyl Lite into a more elegant category. Without this, the content falls a little flat. Fortunately, that can be easily remedied with the addition of a <a href=\"https://wordpress.org/plugins/search.php?q=google+fonts\" target=\"_blank\">Google Fonts plugin</a> or a few modifications to a child theme.</p>\n<p>One odd quirk of this theme is that the first break point is right at 1280×1024 screen resolution, which is where you will see the mobile view. Other than that, it responds very well to different devices.</p>\n<p>The theme was created by the folks at <a href=\"https://www.quemalabs.com/\" target=\"_blank\">Quema Labs</a>. The company has <a href=\"https://wordpress.org/themes/author/nicoandrade/\" target=\"_blank\">several other free themes</a> on WordPress.org designed in a similar style. Reyl Lite’s straightforward layout and sparing use of colored links could lend charm to content-focused blogs that don’t require support for a lot of extra fluff. You can <a href=\"https://wordpress.org/themes/reyl-lite/\" target=\"_blank\">download</a> it for free from WordPress.org.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Dec 2015 00:48:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: New Plugin Restores Lost Functionality in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wptavern.com/new-plugin-restores-lost-functionality-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1650:\"<p>Over time, features and user interface elements in WordPress are removed or hidden from view. This generally occurs after a <a href=\"https://core.trac.wordpress.org/ticket/28206\">significant amount of discussion.</a> Since WordPress is used by so many people, even a small percentage of users who depend on those features is a significant amount. Thankfully in most cases, features can be restored by using a hook, action, or filter.</p>\n<p>If this sounds too difficult, consider using the new <a href=\"https://wordpress.org/plugins/restore-lost-functionality/\">Restore Lost Functionality</a> plugin developed by, <a href=\"https://profiles.wordpress.org/codedart/\">Coded Art</a>. As the name suggests, the plugin restores functionality removed or hidden from view. In its current state, it has three options. The features it can restore varies depending on the version of WordPress you’re using.</p>\n<a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/RestoreLostFunctionalitySettings.png\" rel=\"attachment wp-att-49861\"><img class=\"size-full wp-image-49861\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/RestoreLostFunctionalitySettings.png?resize=820%2C364\" alt=\"Restore Lost Functionality Settings Page\" /></a>Restore Lost Functionality Settings Page\n<p>I tested the plugin by restoring the title field when inserting links and discovered it works as expected. As WordPress evolves, Coded Art plans to continue restoring features for those that depend on them. If there’s a feature you’d like to see this plugin restore, let Coded Art know in the comments.</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Dec 2015 18:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WordPress Community Growing in Pakistan, 500+ Attend Lahore Meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=49831\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wptavern.com/wordpress-community-growing-in-pakistan-500-attend-lahore-meetup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5473:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-pakistan-wordpress-meetup.jpg\" rel=\"attachment wp-att-49835\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-pakistan-wordpress-meetup.jpg?resize=1025%2C571\" alt=\"lahore-pakistan-wordpress-meetup\" class=\"aligncenter size-full wp-image-49835\" /></a></p>\n<p>Over the weekend, the WordPress community in Lahore, Pakistan held its third monthly meetup. The first meetup had just a few dozen attendees, the second approximately 300, and this weekend they had more than 500 WordPress professionals and enthusiasts.</p>\n<p>Attendee <a href=\"https://twitter.com/noumaan_\" target=\"_blank\">Noumaan Yaqoob</a> traveled from Karachi to the event and shared his experience in a <a href=\"https://www.facebook.com/noumaan.yaqoob/posts/10153414598007695\" target=\"_blank\">post</a> on Facebook:</p>\n<p>“The auditorium was full of young students, experts, freelancers,” Yaqoob said. “There were people sitting on stairs, standing at the entrance and the organizers had to quickly install a large screen outside so that people could sit outside too. The energy of these young people was mind blowing.</p>\n<p>“I had a chance to interact with lots of participants,” he said. “They were all excited about using WordPress in their professional lives and many of them already had small freelancing setups. I was very impressed by their passion for entrepreneurship and creating jobs not just for themselves but for others too.”</p>\n<p><a href=\"https://twitter.com/kashif_mp\" target=\"_blank\">Muhammad Kashif</a>, one of the organizers for the Lahore meetup, said that news of the event spread through an extensive network of Pakistani freelancers who are connected by social media. ProPakistani, a local IT news site, also published an <a href=\"http://propakistani.pk/2015/12/14/wordpress-meetups-is-coming-to-lahore-on-19th/\" target=\"_blank\">article</a> that helped new attendees learn about the event.</p>\n<p>“We had to close registration two days before the event because we didn’t have space,” Kashif said. He and fellow organizers, with the help of 25 volunteers, printed directions, arranged refreshments, and managed the crowd. As the meetup is still very new, they put the event together without the help of any official sponsors.</p>\n<p>“We got a free venue from <a href=\"http://techhubconnect.pitb.gov.pk/\" target=\"_blank\">TechHub Connect</a>, the local co-working space provider,” Kashif said. “The rest we managed from our own pockets. We wish we had more resources, but we will continue to do our best to educate and inspire the local WordPress community.”</p>\n<p>Kashif hopes that the event will attract more sponsors but wants to be careful to preserve their purpose and focus.</p>\n<p>“We welcome anyone who wants to join us but we would like to maintain the independence and the freedom of WordPress,” he said.</p>\n<h3>Paving the Way for WordCamp Pakistan</h3>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-wp-meetup-pakistan.jpg\" rel=\"attachment wp-att-49843\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2015/12/lahore-wp-meetup-pakistan.jpg?resize=1025%2C547\" alt=\"lahore-wp-meetup-pakistan\" class=\"aligncenter size-full wp-image-49843\" /></a></p>\n<p>Organizers of the Lahore WordPress meetup expect even more attendees at the next event on January 16. They are working together with other active meetups in Karachi, Sialkot, and Hyderabad to organize WordCamp Pakistan as a mega event in September 2016. The WordPress Foundation is currently reviewing their application.</p>\n<p>English and Urdu are the primary languages used by the WordPress community in Pakistan, so the WordCamp would be accessible to many more attendees from outside the country.</p>\n<p>“Pakistan is a very multilingual country,” Kashif said. “But English is the unofficial official language. So most of the sessions are in English but the speaker or presenter may switch to Urdu to make their presentation even more interesting. We actually don’t even notice when someone has switched from English to Urdu and vice versa,” he said.</p>\n<p>WordPress and other open source technologies open up a world of new employment opportunities to freelancers in developing nations like Pakistan. This has helped fuel the growth of the Lahore meetup, which is now largely made up of freelancers and entrepreneurs.</p>\n<p>“The local economy is struggling, which is pushing young individuals to start their own businesses or improve their skills,” Kashif said.</p>\n<p>“WordPress offers great employment opportunities as one can work from home and does not need a visa or immigration,” he said. “The ease and familiarity with English helps Pakistani freelancers work easily with clients from all over the world.”</p>\n<p>Although some Pakistani professionals work in well-known WordPress-related businesses as remote support, customer care, or developers, a larger number are freelancers who have formed small companies and are creating new jobs.</p>\n<p>“Pakistan has a large user base of WordPress freelancers and developers,” Kashif said. “We feel it’s about time we put it on the map and tell the world about the huge potential we have here.”</p>\n<div id=\"epoch-width-sniffer\"></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Dec 2015 07:33:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 14 Jan 2016 20:00:55 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"199398\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 14 Jan 2016 19:45:17 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(1552,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1452844856','no'),(1555,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1452801656','no'),(1558,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1452844857','no'),(1561,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:117:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"https://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordPress Plugins » View: Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jan 2016 19:54:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:30:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Regenerate Thumbnails\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Aug 2008 14:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"6743@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Allows you to regenerate your thumbnails after changing the thumbnail sizes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Alex Mills (Viper007Bond)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"The Wordfence WordPress security plugin provides free enterprise-class WordPress security, protecting your website from hacks and malware.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-PageNavi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/wp-pagenavi/#post-363\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 23:17:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"363@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Adds a more advanced paging navigation interface.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Lester Chan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Advanced Custom Fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/advanced-custom-fields/#post-25254\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Mar 2011 04:07:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"25254@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Customise WordPress with powerful, professional and intuitive fields\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"elliotcondon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Google Analytics by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2316@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Yoast SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Really Simple CAPTCHA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wordpress.org/plugins/really-simple-captcha/#post-9542\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Mar 2009 02:17:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"9542@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"W3 Total Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12073@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Your WordPress, Simplified.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 13 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/hello-dolly/#post-5790\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2008 22:11:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5790@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Arne Brachhold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Duplicate Post\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wordpress.org/plugins/duplicate-post/#post-2646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Dec 2007 17:40:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2646@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Clone posts and pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Lopo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Disable Comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/plugins/disable-comments/#post-26907\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 May 2011 04:42:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26907@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Samir Shah\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WP Multibyte Patch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Jul 2011 12:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"28395@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Multibyte functionality enhancement for the WordPress Japanese package.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"plugin-master\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Black Studio TinyMCE Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Nov 2011 15:06:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"31973@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"The visual editor widget for Wordpress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marco Chiesi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Page Builder by SiteOrigin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/plugins/siteorigin-panels/#post-51888\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Apr 2013 10:36:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"51888@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Greg Priday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"Protect your WordPress site by hiding vital areas of your site, protecting access to important files, preventing brute-force login attempts, detecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Google Analytics Dashboard for WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Mar 2013 17:07:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"50539@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alin Marcu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"UpdraftPlus Backup and Restoration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Clef Two-Factor Authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wordpress.org/plugins/wpclef/#post-47509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Dec 2012 01:25:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"47509@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:138:\"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical user experience.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Dave Ross\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Duplicator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://wordpress.org/plugins/duplicator/#post-26607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 May 2011 12:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26607@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Duplicate, clone, backup, move and transfer an entire site from one location to another.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Cory Lamle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Meta Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wordpress.org/plugins/ml-slider/#post-49521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Feb 2013 16:56:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"49521@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Easy to use WordPress slider plugin. Create SEO optimised responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Matcha Labs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:46:\"https://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 14 Jan 2016 20:00:57 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:13:\"last-modified\";s:29:\"Sat, 23 Aug 2008 14:38:58 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20130911090210\";}','no'),(1564,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1452844857','no'),(1567,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1452801657','no'),(1570,'_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b','1452844857','no'),(1573,'_transient_dash_88ae138922fe95674369b1cb3d215a2b','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2016/01/wordpress-4-4-1-security-and-maintenance-release/\'>WordPress 4.4.1 Security and Maintenance Release</a> <span class=\"rss-date\">January 6, 2016</span><div class=\"rssSummary\">WordPress 4.4.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.4 and earlier are affected by a cross-site scripting vulnerability that could allow a site to be compromised. This was reported by Crtc4L. There were also several non-security bug fixes: Emoji […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/buddypress-rest-api-feature-plugin-now-in-development\'>WPTavern: BuddyPress REST API Feature Plugin Now in Development</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wpweekly-episode-221-interview-with-micah-mitchell-of-memberium\'>WPTavern: WPWeekly Episode 221 – Interview With Micah Mitchell of Memberium</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-for-android-4-9-adds-fingerprint-scanner-improves-media-library\'>WPTavern: WordPress for Android 4.9 Adds Fingerprint Scanner, Improves Media Library</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'https://wordpress.org/plugins/updraftplus/\' class=\'dashboard-news-plugin-link\'>UpdraftPlus Backup and Restoration</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=updraftplus&_wpnonce=b4f11d0006&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'UpdraftPlus Backup and Restoration\'>Install</a>)</span></li></ul></div>','no'),(1576,'_site_transient_timeout_theme_roots','1452806905','yes'),(1579,'_site_transient_theme_roots','a:5:{s:7:\"nirvana\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";s:7:\"unicase\";s:7:\"/themes\";}','yes'),(1582,'_transient_timeout_select2-css_style_cdn_is_up','1452891507','no'),(1585,'_transient_select2-css_style_cdn_is_up','1','no'),(1588,'_transient_timeout_select2-js_script_cdn_is_up','1452891507','no'),(1591,'_transient_select2-js_script_cdn_is_up','1','no'),(1594,'_transient_timeout_ace-editor-js_script_cdn_is_up','1452891507','no'),(1597,'_transient_ace-editor-js_script_cdn_is_up','1','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=458 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(3,6,'_wp_attached_file','2016/01/ardiotech-logo.png'),(6,6,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:141;s:4:\"file\";s:26:\"2016/01/ardiotech-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"ardiotech-logo-150x141.png\";s:5:\"width\";i:150;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"ardiotech-logo-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(9,9,'_wp_attached_file','2016/01/ardiotech-logo_400_150.png'),(12,9,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:150;s:4:\"file\";s:34:\"2016/01/ardiotech-logo_400_150.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"ardiotech-logo_400_150-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"ardiotech-logo_400_150-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(15,12,'_wp_attached_file','2016/01/Wire16.ico'),(16,13,'_wp_attached_file','2016/01/Wire32.ico'),(18,15,'_wp_attached_file','2016/01/Wire48.ico'),(19,16,'_wp_attached_file','2016/01/Wire64.ico'),(22,19,'_wp_attached_file','2016/01/Raspberry-Pi-Zero-Mini-PC-Platine.jpg'),(25,19,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1016;s:6:\"height\";i:611;s:4:\"file\";s:45:\"2016/01/Raspberry-Pi-Zero-Mini-PC-Platine.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"Raspberry-Pi-Zero-Mini-PC-Platine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"Raspberry-Pi-Zero-Mini-PC-Platine-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:45:\"Raspberry-Pi-Zero-Mini-PC-Platine-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(28,22,'_wp_attached_file','2016/01/RB-WEITWINKELKAMERA-2.jpg'),(31,22,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:33:\"2016/01/RB-WEITWINKELKAMERA-2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"RB-WEITWINKELKAMERA-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(34,25,'_wp_attached_file','2016/01/ULTRASCHALLSENSOR.jpg'),(37,25,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:29:\"2016/01/ULTRASCHALLSENSOR.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"ULTRASCHALLSENSOR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(39,27,'_wp_attached_file','2016/01/ARD_UNO_R3DIP-03.jpg'),(42,27,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:150;s:6:\"height\";i:150;s:4:\"file\";s:28:\"2016/01/ARD_UNO_R3DIP-03.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(43,28,'_wp_attached_file','2016/01/RASP_2_B_ALL_IN.jpg'),(46,28,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:27:\"2016/01/RASP_2_B_ALL_IN.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"RASP_2_B_ALL_IN-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(49,31,'_wp_attached_file','2016/01/326-00_large@2x.jpg'),(52,31,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2016/01/326-00_large@2x.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"326-00_large@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"326-00_large@2x-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"326-00_large@2x-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";d:16;s:6:\"credit\";s:19:\"J. M. De Cristofaro\";s:6:\"camera\";s:10:\"NIKON D800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1386176915;s:9:\"copyright\";s:19:\"J. M. De Cristofaro\";s:12:\"focal_length\";s:2:\"60\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:1;s:8:\"keywords\";a:0:{}}}'),(55,34,'_wp_attached_file','2016/01/1500-500_large@2x.jpg'),(58,34,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:945;s:6:\"height\";i:640;s:4:\"file\";s:29:\"2016/01/1500-500_large@2x.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"1500-500_large@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"1500-500_large@2x-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"1500-500_large@2x-768x520.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(60,9,'_wp_attachment_custom_header_last_used_nirvana','1452638996'),(63,9,'_wp_attachment_is_custom_header','nirvana'),(66,36,'_wp_attached_file','2016/01/cropped-1500-500_large@2x.jpg'),(69,36,'_wp_attachment_context','custom-header'),(72,36,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:945;s:6:\"height\";i:279;s:4:\"file\";s:37:\"2016/01/cropped-1500-500_large@2x.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"cropped-1500-500_large@2x-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"cropped-1500-500_large@2x-300x89.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:89;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:37:\"cropped-1500-500_large@2x-768x227.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"custom\";a:4:{s:4:\"file\";s:36:\"cropped-1500-500_large@2x-250x74.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-1500-500_large@2x-150x44.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:44;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"header\";a:4:{s:4:\"file\";s:37:\"cropped-1500-500_large@2x-945x150.jpg\";s:5:\"width\";i:945;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"columns\";a:4:{s:4:\"file\";s:37:\"cropped-1500-500_large@2x-397x279.jpg\";s:5:\"width\";i:397;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(75,36,'_wp_attachment_custom_header_last_used_nirvana','1452639225'),(78,36,'_wp_attachment_is_custom_header','nirvana'),(79,36,'_wp_attachment_is_custom_background','unicase'),(82,37,'_wp_attached_file','2016/01/cropped-ardiotech-logo.png'),(85,37,'_wp_attachment_context','site-icon'),(88,37,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:34:\"2016/01/cropped-ardiotech-logo.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-ardiotech-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"cropped-ardiotech-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"unicase_blog-carousel-thumb\";a:4:{s:4:\"file\";s:34:\"cropped-ardiotech-logo-370x165.png\";s:5:\"width\";i:370;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"unicase_blog-single-thumb\";a:4:{s:4:\"file\";s:34:\"cropped-ardiotech-logo-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:34:\"cropped-ardiotech-logo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:34:\"cropped-ardiotech-logo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:34:\"cropped-ardiotech-logo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:32:\"cropped-ardiotech-logo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(90,39,'_wp_attached_file','2016/01/IMG_0342.png'),(93,39,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:284;s:6:\"height\";i:258;s:4:\"file\";s:20:\"2016/01/IMG_0342.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0342-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"unicase_blog-carousel-thumb\";a:4:{s:4:\"file\";s:20:\"IMG_0342-284x165.png\";s:5:\"width\";i:284;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(94,40,'_wp_attached_file','2016/01/cropped-IMG_0342.png'),(97,40,'_wp_attachment_context','site-icon'),(100,40,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:28:\"2016/01/cropped-IMG_0342.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"cropped-IMG_0342-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"cropped-IMG_0342-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"unicase_blog-carousel-thumb\";a:4:{s:4:\"file\";s:28:\"cropped-IMG_0342-370x165.png\";s:5:\"width\";i:370;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"unicase_blog-single-thumb\";a:4:{s:4:\"file\";s:28:\"cropped-IMG_0342-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:28:\"cropped-IMG_0342-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:28:\"cropped-IMG_0342-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:28:\"cropped-IMG_0342-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:26:\"cropped-IMG_0342-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(102,1,'_edit_lock','1452643877:1'),(105,42,'_wp_attached_file','2016/01/ajax-loader.gif'),(108,42,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:23:\"2016/01/ajax-loader.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(109,43,'_wp_attached_file','2016/01/blank.gif'),(112,43,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1;s:6:\"height\";i:1;s:4:\"file\";s:17:\"2016/01/blank.gif\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(115,46,'_wp_attached_file','2016/01/dots-pattern.png'),(118,46,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:24:\"2016/01/dots-pattern.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dots-pattern-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"unicase_blog-carousel-thumb\";a:4:{s:4:\"file\";s:24:\"dots-pattern-200x165.png\";s:5:\"width\";i:200;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(121,49,'_wp_attached_file','2016/01/favicon.png'),(124,49,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:16;s:6:\"height\";i:16;s:4:\"file\";s:19:\"2016/01/favicon.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(127,52,'_wp_attached_file','2016/01/icon-user-default.jpg'),(130,52,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:75;s:6:\"height\";i:75;s:4:\"file\";s:29:\"2016/01/icon-user-default.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(132,54,'_wp_attached_file','2016/01/logo.png'),(135,54,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:150;s:4:\"file\";s:16:\"2016/01/logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:16:\"logo-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"unicase_blog-carousel-thumb\";a:4:{s:4:\"file\";s:16:\"logo-370x150.png\";s:5:\"width\";i:370;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(136,55,'_wp_attached_file','2016/01/logo1.png'),(139,55,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:246;s:6:\"height\";i:90;s:4:\"file\";s:17:\"2016/01/logo1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"logo1-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(141,57,'_wp_attached_file','2016/01/placeholder.png'),(144,57,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2016/01/placeholder.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"unicase_blog-carousel-thumb\";a:4:{s:4:\"file\";s:23:\"placeholder-370x165.png\";s:5:\"width\";i:370;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"unicase_blog-single-thumb\";a:4:{s:4:\"file\";s:23:\"placeholder-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(145,58,'_wp_attached_file','2016/01/Wire16-1.ico'),(148,61,'_wp_attached_file','2016/01/Wire32-1.ico'),(151,64,'_wp_attached_file','2016/01/Wire48-1.ico'),(154,67,'_wp_attached_file','2016/01/Wire64-1.ico'),(156,69,'_wp_attached_file','2016/01/cropped-logo.png'),(159,69,'_wp_attachment_context','site-icon'),(162,69,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2016/01/cropped-logo.png\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"unicase_blog-carousel-thumb\";a:4:{s:4:\"file\";s:24:\"cropped-logo-370x165.png\";s:5:\"width\";i:370;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"unicase_blog-single-thumb\";a:4:{s:4:\"file\";s:24:\"cropped-logo-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:24:\"cropped-logo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:24:\"cropped-logo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:24:\"cropped-logo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:22:\"cropped-logo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(163,70,'_form','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>'),(166,70,'_mail','a:8:{s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:37:\"[your-name] <wordpress@tooth-fit.com>\";s:4:\"body\";s:177:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Ardiotech (http://tooth-fit.com/ardiotech)\";s:9:\"recipient\";s:17:\"hgazeri@yahoo.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(169,70,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:35:\"Ardiotech <wordpress@tooth-fit.com>\";s:4:\"body\";s:119:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Ardiotech (http://tooth-fit.com/ardiotech)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:27:\"Reply-To: hgazeri@yahoo.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(172,70,'_messages','a:8:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:34:\"Please fill in the required field.\";s:16:\"invalid_too_long\";s:23:\"This input is too long.\";s:17:\"invalid_too_short\";s:24:\"This input is too short.\";}'),(175,70,'_additional_settings',NULL),(178,70,'_locale','en_US'),(181,76,'_menu_item_type','post_type'),(184,76,'_menu_item_menu_item_parent','0'),(187,76,'_menu_item_object_id','73'),(190,76,'_menu_item_object','page'),(193,76,'_menu_item_target',''),(196,76,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(199,76,'_menu_item_xfn',''),(202,76,'_menu_item_url',''),(205,82,'_menu_item_type','post_type'),(208,82,'_menu_item_menu_item_parent','0'),(211,82,'_menu_item_object_id','79'),(214,82,'_menu_item_object','page'),(217,82,'_menu_item_target',''),(220,82,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(223,82,'_menu_item_xfn',''),(226,82,'_menu_item_url',''),(229,88,'_menu_item_type','post_type'),(232,88,'_menu_item_menu_item_parent','0'),(235,88,'_menu_item_object_id','85'),(238,88,'_menu_item_object','page'),(241,88,'_menu_item_target',''),(244,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(247,88,'_menu_item_xfn',''),(250,88,'_menu_item_url',''),(253,94,'_menu_item_type','post_type'),(256,94,'_menu_item_menu_item_parent','0'),(259,94,'_menu_item_object_id','91'),(262,94,'_menu_item_object','page'),(265,94,'_menu_item_target',''),(268,94,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(271,94,'_menu_item_xfn',''),(274,94,'_menu_item_url',''),(276,97,'_edit_last','1'),(279,97,'_edit_lock','1452643639:1'),(280,97,'_visibility','visible'),(283,97,'_stock_status','instock'),(286,97,'total_sales','0'),(289,97,'_downloadable','no'),(292,97,'_virtual','no'),(295,97,'_regular_price','37.90'),(298,97,'_sale_price','36.90'),(301,97,'_tax_status','taxable'),(304,97,'_tax_class',''),(307,97,'_purchase_note',''),(310,97,'_featured','no'),(313,97,'_weight',''),(316,97,'_length',''),(319,97,'_width',''),(322,97,'_height',''),(325,97,'_sku',''),(328,97,'_product_attributes','a:0:{}'),(331,97,'_sale_price_dates_from',''),(334,97,'_sale_price_dates_to',''),(337,97,'_price','36.90'),(340,97,'_sold_individually',''),(343,97,'_manage_stock','no'),(346,97,'_backorders','no'),(349,97,'_stock',''),(352,97,'_upsell_ids','a:0:{}'),(355,97,'_crosssell_ids','a:0:{}'),(358,97,'_product_version','2.4.12'),(361,97,'_product_image_gallery',''),(364,1,'_edit_last','1'),(373,102,'_edit_last','1'),(376,102,'_edit_lock','1452723644:1'),(385,102,'postformat_gallery_ids',''),(388,102,'postformat_link_url',''),(391,102,'postformat_quote_text',''),(394,102,'postformat_quote_source',''),(397,102,'postformat_video_m4v',''),(400,102,'postformat_video_ogv',''),(403,102,'postformat_video_webm',''),(406,102,'postformat_video_poster',''),(409,102,'postformat_video_embed',''),(412,102,'postformat_audio_mp3',''),(415,102,'postformat_audio_ogg',''),(418,102,'postformat_audio_embedded',''),(420,105,'_wp_attached_file','2016/01/ardiotech-logo-1.png'),(423,105,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:141;s:4:\"file\";s:28:\"2016/01/ardiotech-logo-1.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"ardiotech-logo-1-150x141.png\";s:5:\"width\";i:150;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"ardiotech-logo-1-300x71.png\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}s:27:\"unicase_blog-carousel-thumb\";a:4:{s:4:\"file\";s:28:\"ardiotech-logo-1-370x141.png\";s:5:\"width\";i:370;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"ardiotech-logo-1-180x141.png\";s:5:\"width\";i:180;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:28:\"ardiotech-logo-1-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"ardiotech-logo-1-600x141.png\";s:5:\"width\";i:600;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";s:11:\"orientation\";i:0;s:8:\"keywords\";a:0:{}}}'),(424,109,'_menu_item_type','post_type'),(427,109,'_menu_item_menu_item_parent','0'),(430,109,'_menu_item_object_id','106'),(433,109,'_menu_item_object','page'),(436,109,'_menu_item_target',''),(439,109,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(442,109,'_menu_item_xfn',''),(445,109,'_menu_item_url',''),(448,102,'_thumbnail_id','31'),(457,102,'_vc_post_settings','a:1:{s:10:\"vc_grid_id\";a:0:{}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT '0', `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0', `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT '0', `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=113 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2016-01-07 15:05:18','2016-01-07 15:05:18','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','This is my First Post','','publish','open','open','','hello-world','','','2016-01-13 00:11:17','2016-01-13 00:11:17','',0,'http://tooth-fit.com/ardiotech/?p=1',0,'post','',1),(2,1,'2016-01-07 15:05:18','2016-01-07 15:05:18','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://tooth-fit.com/ardiotech/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','publish','closed','open','','sample-page','','','2016-01-07 15:05:18','2016-01-07 15:05:18','',0,'http://tooth-fit.com/ardiotech/?page_id=2',0,'page','',0),(3,1,'2016-01-12 22:38:40','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2016-01-12 22:38:40','0000-00-00 00:00:00','',0,'http://tooth-fit.com/ardiotech/?p=3',0,'post','',0),(6,1,'2016-01-12 22:39:20','2016-01-12 22:39:20','','ardiotech-logo','','inherit','open','closed','','ardiotech-logo','','','2016-01-12 22:39:20','2016-01-12 22:39:20','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/ardiotech-logo.png',0,'attachment','image/png',0),(9,1,'2016-01-12 22:39:53','2016-01-12 22:39:53','','ardiotech-logo_400_150','','inherit','open','closed','','ardiotech-logo_400_150','','','2016-01-12 22:39:53','2016-01-12 22:39:53','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/ardiotech-logo_400_150.png',0,'attachment','image/png',0),(12,1,'2016-01-12 22:39:53','2016-01-12 22:39:53','','Wire16','','inherit','open','closed','','wire16','','','2016-01-12 22:39:53','2016-01-12 22:39:53','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/Wire16.ico',0,'attachment','image/x-icon',0),(13,1,'2016-01-12 22:39:54','2016-01-12 22:39:54','','Wire32','','inherit','open','closed','','wire32','','','2016-01-12 22:39:54','2016-01-12 22:39:54','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/Wire32.ico',0,'attachment','image/x-icon',0),(15,1,'2016-01-12 22:39:54','2016-01-12 22:39:54','','Wire48','','inherit','open','closed','','wire48','','','2016-01-12 22:39:54','2016-01-12 22:39:54','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/Wire48.ico',0,'attachment','image/x-icon',0),(16,1,'2016-01-12 22:39:55','2016-01-12 22:39:55','','Wire64','','inherit','open','closed','','wire64','','','2016-01-12 22:39:55','2016-01-12 22:39:55','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/Wire64.ico',0,'attachment','image/x-icon',0),(19,1,'2016-01-12 22:40:44','2016-01-12 22:40:44','','Raspberry-Pi-Zero-Mini-PC-Platine','','inherit','open','closed','','raspberry-pi-zero-mini-pc-platine','','','2016-01-12 22:40:44','2016-01-12 22:40:44','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/Raspberry-Pi-Zero-Mini-PC-Platine.jpg',0,'attachment','image/jpeg',0),(22,1,'2016-01-12 22:43:18','2016-01-12 22:43:18','','RB-WEITWINKELKAMERA-2','','inherit','open','closed','','rb-weitwinkelkamera-2','','','2016-01-12 22:43:18','2016-01-12 22:43:18','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/RB-WEITWINKELKAMERA-2.jpg',0,'attachment','image/jpeg',0),(25,1,'2016-01-12 22:43:19','2016-01-12 22:43:19','','ULTRASCHALLSENSOR','','inherit','open','closed','','ultraschallsensor','','','2016-01-12 22:43:19','2016-01-12 22:43:19','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/ULTRASCHALLSENSOR.jpg',0,'attachment','image/jpeg',0),(27,1,'2016-01-12 22:43:19','2016-01-12 22:43:19','','ARD_UNO_R3DIP-03','','inherit','open','closed','','ard_uno_r3dip-03','','','2016-01-12 22:43:19','2016-01-12 22:43:19','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/ARD_UNO_R3DIP-03.jpg',0,'attachment','image/jpeg',0),(28,1,'2016-01-12 22:44:06','2016-01-12 22:44:06','','RASP_2_B_ALL_IN','','inherit','open','closed','','rasp_2_b_all_in','','','2016-01-12 22:44:06','2016-01-12 22:44:06','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/RASP_2_B_ALL_IN.jpg',0,'attachment','image/jpeg',0),(31,1,'2016-01-12 22:45:41','2016-01-12 22:45:41','','326-00_large@2x','','inherit','open','closed','','326-00_large2x','','','2016-01-13 00:12:53','2016-01-13 00:12:53','',102,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/326-00_large@2x.jpg',0,'attachment','image/jpeg',0),(34,1,'2016-01-12 22:45:43','2016-01-12 22:45:43','','1500-500_large@2x','','inherit','open','closed','','1500-500_large2x','','','2016-01-13 00:08:02','2016-01-13 00:08:02','',97,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/1500-500_large@2x.jpg',0,'attachment','image/jpeg',0),(36,1,'2016-01-12 22:53:31','2016-01-12 22:53:31','','cropped-1500-500_large@2x.jpg','','inherit','open','closed','','cropped-1500-500_large2x-jpg','','','2016-01-12 22:53:31','2016-01-12 22:53:31','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/cropped-1500-500_large@2x.jpg',0,'attachment','image/jpeg',0),(37,1,'2016-01-12 23:30:51','2016-01-12 23:30:51','http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/cropped-ardiotech-logo.png','cropped-ardiotech-logo.png','','inherit','open','closed','','cropped-ardiotech-logo-png','','','2016-01-12 23:30:51','2016-01-12 23:30:51','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/cropped-ardiotech-logo.png',0,'attachment','image/png',0),(39,1,'2016-01-12 23:34:08','2016-01-12 23:34:08','','IMG_0342','','inherit','open','closed','','img_0342','','','2016-01-12 23:34:08','2016-01-12 23:34:08','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/IMG_0342.png',0,'attachment','image/png',0),(40,1,'2016-01-12 23:34:17','2016-01-12 23:34:17','http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/cropped-IMG_0342.png','cropped-IMG_0342.png','','inherit','open','closed','','cropped-img_0342-png','','','2016-01-12 23:34:17','2016-01-12 23:34:17','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/cropped-IMG_0342.png',0,'attachment','image/png',0),(42,1,'2016-01-12 23:53:03','2016-01-12 23:53:03','','ajax-loader','','inherit','open','closed','','ajax-loader','','','2016-01-12 23:53:03','2016-01-12 23:53:03','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/ajax-loader.gif',0,'attachment','image/gif',0),(43,1,'2016-01-12 23:53:04','2016-01-12 23:53:04','','blank','','inherit','open','closed','','blank','','','2016-01-12 23:53:04','2016-01-12 23:53:04','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/blank.gif',0,'attachment','image/gif',0),(46,1,'2016-01-12 23:53:04','2016-01-12 23:53:04','','dots-pattern','','inherit','open','closed','','dots-pattern','','','2016-01-12 23:53:04','2016-01-12 23:53:04','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/dots-pattern.png',0,'attachment','image/png',0),(49,1,'2016-01-12 23:53:05','2016-01-12 23:53:05','','favicon','','inherit','open','closed','','favicon','','','2016-01-12 23:53:05','2016-01-12 23:53:05','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/favicon.png',0,'attachment','image/png',0),(52,1,'2016-01-12 23:53:05','2016-01-12 23:53:05','','icon-user-default','','inherit','open','closed','','icon-user-default','','','2016-01-12 23:53:05','2016-01-12 23:53:05','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/icon-user-default.jpg',0,'attachment','image/jpeg',0),(54,1,'2016-01-12 23:53:06','2016-01-12 23:53:06','','logo','','inherit','open','closed','','logo','','','2016-01-12 23:53:06','2016-01-12 23:53:06','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/logo.png',0,'attachment','image/png',0),(55,1,'2016-01-12 23:53:07','2016-01-12 23:53:07','','logo1','','inherit','open','closed','','logo1','','','2016-01-12 23:53:07','2016-01-12 23:53:07','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/logo1.png',0,'attachment','image/png',0),(57,1,'2016-01-12 23:53:07','2016-01-12 23:53:07','','placeholder','','inherit','open','closed','','placeholder','','','2016-01-12 23:53:07','2016-01-12 23:53:07','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/placeholder.png',0,'attachment','image/png',0),(58,1,'2016-01-12 23:53:08','2016-01-12 23:53:08','','Wire16','','inherit','open','closed','','wire16-2','','','2016-01-12 23:53:08','2016-01-12 23:53:08','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/Wire16-1.ico',0,'attachment','image/x-icon',0),(61,1,'2016-01-12 23:53:08','2016-01-12 23:53:08','','Wire32','','inherit','open','closed','','wire32-2','','','2016-01-12 23:53:08','2016-01-12 23:53:08','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/Wire32-1.ico',0,'attachment','image/x-icon',0),(64,1,'2016-01-12 23:53:08','2016-01-12 23:53:08','','Wire48','','inherit','open','closed','','wire48-2','','','2016-01-12 23:53:08','2016-01-12 23:53:08','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/Wire48-1.ico',0,'attachment','image/x-icon',0),(67,1,'2016-01-12 23:53:09','2016-01-12 23:53:09','','Wire64','','inherit','open','closed','','wire64-2','','','2016-01-12 23:53:09','2016-01-12 23:53:09','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/Wire64-1.ico',0,'attachment','image/x-icon',0),(69,1,'2016-01-12 23:53:37','2016-01-12 23:53:37','http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/cropped-logo.png','cropped-logo.png','','inherit','open','closed','','cropped-logo-png','','','2016-01-12 23:53:37','2016-01-12 23:53:37','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/cropped-logo.png',0,'attachment','image/png',0),(70,1,'2016-01-12 23:58:26','2016-01-12 23:58:26','<p>Your Name (required)<br />\n [text* your-name] </p>\n\n<p>Your Email (required)<br />\n [email* your-email] </p>\n\n<p>Subject<br />\n [text your-subject] </p>\n\n<p>Your Message<br />\n [textarea your-message] </p>\n\n<p>[submit \"Send\"]</p>\n[your-subject]\n[your-name] <wordpress@tooth-fit.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Ardiotech (http://tooth-fit.com/ardiotech)\nhgazeri@yahoo.com\nReply-To: [your-email]\n\n0\n0\n\n[your-subject]\nArdiotech <wordpress@tooth-fit.com>\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Ardiotech (http://tooth-fit.com/ardiotech)\n[your-email]\nReply-To: hgazeri@yahoo.com\n\n0\n0\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill in the required field.\nThis input is too long.\nThis input is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2016-01-12 23:58:26','2016-01-12 23:58:26','',0,'http://tooth-fit.com/ardiotech/?post_type=wpcf7_contact_form&p=70',0,'wpcf7_contact_form','',0),(73,1,'2016-01-13 00:04:10','2016-01-13 00:04:10','','Shop','','publish','closed','closed','','shop','','','2016-01-13 00:04:10','2016-01-13 00:04:10','',0,'http://tooth-fit.com/ardiotech/shop/',0,'page','',0),(76,1,'2016-01-13 00:04:10','2016-01-13 00:04:10',' ','','','publish','closed','closed','','76','','','2016-01-13 00:04:10','2016-01-13 00:04:10','',0,'http://tooth-fit.com/ardiotech/2016/01/13/76/',0,'nav_menu_item','',0),(79,1,'2016-01-13 00:04:10','2016-01-13 00:04:10','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2016-01-13 00:04:10','2016-01-13 00:04:10','',0,'http://tooth-fit.com/ardiotech/cart/',0,'page','',0),(82,1,'2016-01-13 00:04:10','2016-01-13 00:04:10',' ','','','publish','closed','closed','','82','','','2016-01-13 00:04:10','2016-01-13 00:04:10','',0,'http://tooth-fit.com/ardiotech/2016/01/13/82/',2,'nav_menu_item','',0),(85,1,'2016-01-13 00:04:10','2016-01-13 00:04:10','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2016-01-13 00:04:10','2016-01-13 00:04:10','',0,'http://tooth-fit.com/ardiotech/checkout/',0,'page','',0),(88,1,'2016-01-13 00:04:10','2016-01-13 00:04:10',' ','','','publish','closed','closed','','88','','','2016-01-13 00:04:10','2016-01-13 00:04:10','',0,'http://tooth-fit.com/ardiotech/2016/01/13/88/',3,'nav_menu_item','',0),(91,1,'2016-01-13 00:04:10','2016-01-13 00:04:10','[woocommerce_my_account]','My Account','','publish','closed','closed','','my-account','','','2016-01-13 00:04:10','2016-01-13 00:04:10','',0,'http://tooth-fit.com/ardiotech/my-account/',0,'page','',0),(94,1,'2016-01-13 00:04:10','2016-01-13 00:04:10',' ','','','publish','closed','closed','','94','','','2016-01-13 00:04:10','2016-01-13 00:04:10','',0,'http://tooth-fit.com/ardiotech/2016/01/13/94/',4,'nav_menu_item','',0),(97,1,'2016-01-13 00:08:15','2016-01-13 00:08:15','','Raspberry PI 2','<img class=\"alignnone size-medium wp-image-34\" src=\"http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/1500-500_large@2x-300x203.jpg\" alt=\"1500-500_large@2x\" width=\"300\" height=\"203\" />','publish','open','closed','','raspberry-pi-2','','','2016-01-13 00:08:15','2016-01-13 00:08:15','',0,'http://tooth-fit.com/ardiotech/?post_type=product&p=97',0,'product','',0),(100,1,'2016-01-13 00:11:17','2016-01-13 00:11:17','Welcome to WordPress. This is your first post. Edit or delete it, then start writing!','This is my First Post','','inherit','closed','closed','','1-revision-v1','','','2016-01-13 00:11:17','2016-01-13 00:11:17','',1,'http://tooth-fit.com/ardiotech/2016/01/13/1-revision-v1/',0,'revision','',0),(102,1,'2016-01-13 00:13:02','2016-01-13 00:13:02','<img class=\"alignnone size-medium wp-image-34\" src=\"http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/1500-500_large@2x-300x203.jpg\" alt=\"1500-500_large@2x\" width=\"300\" height=\"203\" />','DHT22 Temperature and Humidity Sensor','','publish','open','open','','dht22-temperature-and-humidity-sensor','','','2016-01-13 09:16:24','2016-01-13 09:16:24','',0,'http://tooth-fit.com/ardiotech/?p=102',0,'post','',0),(103,1,'2016-01-13 00:13:02','2016-01-13 00:13:02','<img class=\"alignnone size-medium wp-image-31\" src=\"http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/326-00_large@2x-300x225.jpg\" alt=\"326-00_large@2x\" width=\"300\" height=\"225\" />','DHT22 Temperature and Humidity Sensor','','inherit','closed','closed','','102-revision-v1','','','2016-01-13 00:13:02','2016-01-13 00:13:02','',102,'http://tooth-fit.com/ardiotech/2016/01/13/102-revision-v1/',0,'revision','',0),(105,1,'2016-01-13 08:39:18','2016-01-13 08:39:18','','ardiotech-logo','','inherit','open','closed','','ardiotech-logo-2','','','2016-01-13 08:39:18','2016-01-13 08:39:18','',0,'http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/ardiotech-logo-1.png',0,'attachment','image/png',0),(106,1,'2016-01-13 09:09:19','2016-01-13 09:09:19','[yith_wcwl_wishlist]','Wishlist','','publish','closed','closed','','wishlist','','','2016-01-13 09:09:19','2016-01-13 09:09:19','',0,'http://tooth-fit.com/ardiotech/wishlist/',0,'page','',0),(109,1,'2016-01-13 09:09:19','2016-01-13 09:09:19',' ','','','publish','closed','closed','','109','','','2016-01-13 09:09:19','2016-01-13 09:09:19','',0,'http://tooth-fit.com/ardiotech/2016/01/13/109/',5,'nav_menu_item','',0),(112,1,'2016-01-13 09:16:24','2016-01-13 09:16:24','<img class=\"alignnone size-medium wp-image-34\" src=\"http://tooth-fit.com/ardiotech/wp-content/uploads/2016/01/1500-500_large@2x-300x203.jpg\" alt=\"1500-500_large@2x\" width=\"300\" height=\"203\" />','DHT22 Temperature and Humidity Sensor','','inherit','closed','closed','','102-revision-v1','','','2016-01-13 09:16:24','2016-01-13 09:16:24','',102,'http://tooth-fit.com/ardiotech/2016/01/13/102-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0', `term_order` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(76,4,0),(82,4,0),(88,4,0),(94,4,0),(97,9,0),(97,19,0),(102,1,0),(102,22,0),(109,4,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT '0', `count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,2),(4,4,'nav_menu','',0,5),(7,7,'nav_menu','',0,0),(9,9,'product_type','',0,1),(12,12,'product_type','',0,0),(15,15,'product_type','',0,0),(18,18,'product_type','',0,0),(19,19,'product_tag','',0,1),(22,22,'post_format','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT '0', PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(4,'Home','home',0),(7,'menue1','menue1',0),(9,'simple','simple',0),(12,'grouped','grouped',0),(15,'variable','variable',0),(18,'external','external',0),(19,'Raspberry','raspberry',0),(22,'post-format-image','post-format-image',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT '0', `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=100 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','hgazeri'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers',''),(13,1,'default_password_nag',''),(14,1,'show_welcome_panel','1'),(15,1,'session_tokens','a:5:{s:64:\"3d6c088f2f72287f27926a86f34a76796eea18c1c2daaae074461940f70d3910\";a:4:{s:10:\"expiration\";i:1453847918;s:2:\"ip\";s:11:\"5.146.163.6\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452638318;}s:64:\"a73ab44d536e774766f06b2185808c79ee6031604c2a4a9abc1aedf883250dc2\";a:4:{s:10:\"expiration\";i:1453883040;s:2:\"ip\";s:11:\"5.146.163.6\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452673440;}s:64:\"63cce55d8e74db5242773b2b2c751ba0e8f458f97b5320ad096e6f39dbceb6b8\";a:4:{s:10:\"expiration\";i:1453884836;s:2:\"ip\";s:11:\"5.146.163.6\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452675236;}s:64:\"a9c528ba65e66b6e7cac476339e4af4293960c2ad06fede5bd20d1629fb48458\";a:4:{s:10:\"expiration\";i:1453885991;s:2:\"ip\";s:11:\"5.146.163.6\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452676391;}s:64:\"5bdda5bd35f8f30d94b41033c768fe6271c0b8c3281cece46411c501af058740\";a:4:{s:10:\"expiration\";i:1453886011;s:2:\"ip\";s:11:\"5.146.163.6\";s:2:\"ua\";s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36\";s:5:\"login\";i:1452676411;}}'),(18,1,'wp_dashboard_quick_press_last_post_id','3'),(21,1,'wporg_favorites',''),(24,1,'wp_user-settings','libraryContent=browse'),(27,1,'wp_user-settings-time','1452638967'),(30,1,'nav_menu_recently_edited','4'),(33,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(36,1,'metaboxhidden_nav-menus','a:6:{i:0;s:30:\"woocommerce_endpoints_nav_link\";i:1;s:21:\"add-post-type-product\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:15:\"add-product_cat\";i:5;s:15:\"add-product_tag\";}'),(37,1,'billing_first_name','Henry'),(40,1,'billing_last_name','Gazeri'),(43,1,'billing_company',''),(46,1,'billing_address_1','Eygelshovener str 13'),(49,1,'billing_address_2',''),(52,1,'billing_city','köln'),(55,1,'billing_postcode','50999'),(58,1,'billing_country','DE'),(61,1,'billing_state','Rheinland-Pfalz'),(64,1,'billing_phone',''),(67,1,'billing_email',''),(70,1,'shipping_first_name',''),(73,1,'shipping_last_name',''),(76,1,'shipping_company',''),(79,1,'shipping_address_1',''),(82,1,'shipping_address_2',''),(85,1,'shipping_city',''),(88,1,'shipping_postcode',''),(91,1,'shipping_country',''),(94,1,'shipping_state',''),(96,1,'wp_r_tru_u_x','a:2:{s:2:\"id\";i:0;s:7:\"expires\";i:1452677227;}'),(99,1,'tgmpa_dismissed_notice_tgmpa','1'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT '0', `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'hgazeri','$P$BEKvjiJfnali5YZAZ/bHOnqGbVCG7Z0','hgazeri','hgazeri@yahoo.com','http://ardiotech.com','2016-01-07 15:05:18','',0,'hgazeri'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_api_keys` -- DROP TABLE IF EXISTS `wp_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_api_keys` ( `key_id` bigint(20) NOT NULL AUTO_INCREMENT, `user_id` bigint(20) NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_ci, `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_api_keys` -- LOCK TABLES `wp_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_label` longtext COLLATE utf8mb4_unicode_ci, `attribute_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_orderby` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT '1', PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_attribute_taxonomies` -- LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_downloadable_product_permissions` -- DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_downloadable_product_permissions` ( `permission_id` bigint(20) NOT NULL AUTO_INCREMENT, `download_id` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `product_id` bigint(20) NOT NULL, `order_id` bigint(20) NOT NULL DEFAULT '0', `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` bigint(20) DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) NOT NULL DEFAULT '0', PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(191),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_itemmeta` -- LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_items` -- DROP TABLE IF EXISTS `wp_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_items` ( `order_item_id` bigint(20) NOT NULL AUTO_INCREMENT, `order_item_name` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `order_id` bigint(20) NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_items` -- LOCK TABLES `wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rate_locations` ( `location_id` bigint(20) NOT NULL AUTO_INCREMENT, `location_code` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `tax_rate_id` bigint(20) NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type` (`location_type`), KEY `location_type_code` (`location_type`,`location_code`(90)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rate_locations` -- LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) NOT NULL, `tax_rate_compound` int(1) NOT NULL DEFAULT '0', `tax_rate_shipping` int(1) NOT NULL DEFAULT '1', `tax_rate_order` bigint(20) NOT NULL, `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`(191)), KEY `tax_rate_state` (`tax_rate_state`(191)), KEY `tax_rate_class` (`tax_rate_class`(191)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rates` -- LOCK TABLES `wp_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */; INSERT INTO `wp_woocommerce_tax_rates` VALUES (3,'DE','','19.0000','Mwst.',1,0,1,0,''); /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_termmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_termmeta` ( `meta_id` bigint(20) NOT NULL AUTO_INCREMENT, `woocommerce_term_id` bigint(20) NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`meta_id`), KEY `woocommerce_term_id` (`woocommerce_term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_termmeta` -- LOCK TABLES `wp_woocommerce_termmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_termmeta` DISABLE KEYS */; INSERT INTO `wp_woocommerce_termmeta` VALUES (1,19,'product_count_product_tag','1'); /*!40000 ALTER TABLE `wp_woocommerce_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpbackitup_job_control` -- DROP TABLE IF EXISTS `wp_wpbackitup_job_control`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpbackitup_job_control` ( `job_id` bigint(20) NOT NULL, `job_type` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL, `job_run_type` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL, `job_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, `job_meta` longtext COLLATE utf8mb4_unicode_ci, `job_start` datetime DEFAULT NULL, `job_end` datetime DEFAULT NULL, `create_date` datetime DEFAULT NULL, `update_date` datetime DEFAULT NULL, `job_status` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`job_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpbackitup_job_control` -- LOCK TABLES `wp_wpbackitup_job_control` WRITE; /*!40000 ALTER TABLE `wp_wpbackitup_job_control` DISABLE KEYS */; INSERT INTO `wp_wpbackitup_job_control` VALUES (1452771989,'backup','manual','tooth-fit.com-ardiotech_1452771989','a:1:{s:16:\"backup_zip_files\";a:5:{s:187:\"\\\\WDP\\DFS\\30\\8\\9\\5\\3001036598\\user\\sites\\4489866.site\\www\\ardiotech/wp-content/wpbackitup_backups/tooth-fit.com-ardiotech_1452771989/tooth-fit.com-ardiotech_1452771989-main-1452772156.zip\";d:133;s:189:\"\\\\WDP\\DFS\\30\\8\\9\\5\\3001036598\\user\\sites\\4489866.site\\www\\ardiotech/wp-content/wpbackitup_backups/tooth-fit.com-ardiotech_1452771989/tooth-fit.com-ardiotech_1452771989-others-1452772350.zip\";d:1;s:190:\"\\\\WDP\\DFS\\30\\8\\9\\5\\3001036598\\user\\sites\\4489866.site\\www\\ardiotech/wp-content/wpbackitup_backups/tooth-fit.com-ardiotech_1452771989/tooth-fit.com-ardiotech_1452771989-plugins-1452772255.zip\";d:15099;s:189:\"\\\\WDP\\DFS\\30\\8\\9\\5\\3001036598\\user\\sites\\4489866.site\\www\\ardiotech/wp-content/wpbackitup_backups/tooth-fit.com-ardiotech_1452771989/tooth-fit.com-ardiotech_1452771989-themes-1452772161.zip\";d:26213;s:190:\"\\\\WDP\\DFS\\30\\8\\9\\5\\3001036598\\user\\sites\\4489866.site\\www\\ardiotech/wp-content/wpbackitup_backups/tooth-fit.com-ardiotech_1452771989/tooth-fit.com-ardiotech_1452771989-uploads-1452772345.zip\";d:2368;}}','2016-01-14 11:46:33','2016-01-14 11:53:01','2016-01-14 11:46:29','2016-01-14 11:53:01','complete'),(1452790053,'cleanup','scheduled','Cleanup_1452790053',NULL,'2016-01-14 16:49:30','2016-01-14 16:49:31','2016-01-14 16:47:33','2016-01-14 16:49:31','complete'),(1452797158,'cleanup','scheduled','Cleanup_1452797158',NULL,'2016-01-14 18:47:01','2016-01-14 18:47:01','2016-01-14 18:45:58','2016-01-14 18:47:01','complete'),(1452801635,'cleanup','scheduled','Cleanup_1452801635',NULL,'2016-01-14 20:52:46','2016-01-14 20:52:46','2016-01-14 20:00:35','2016-01-14 20:52:46','complete'); /*!40000 ALTER TABLE `wp_wpbackitup_job_control` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpbackitup_job_items` -- DROP TABLE IF EXISTS `wp_wpbackitup_job_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpbackitup_job_items` ( `item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `job_id` bigint(20) NOT NULL, `batch_id` bigint(20) DEFAULT NULL, `group_id` varchar(15) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `item` longtext COLLATE utf8mb4_unicode_ci, `size_kb` bigint(20) DEFAULT NULL, `retry_count` int(11) NOT NULL DEFAULT '0', `offset` bigint(20) NOT NULL DEFAULT '0', `create_date` datetime DEFAULT NULL, `update_date` datetime DEFAULT NULL, `record_type` varchar(1) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'I', `item_status` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`item_id`) ) ENGINE=InnoDB AUTO_INCREMENT=17432 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpbackitup_job_items` -- LOCK TABLES `wp_wpbackitup_job_items` WRITE; /*!40000 ALTER TABLE `wp_wpbackitup_job_items` DISABLE KEYS */; INSERT INTO `wp_wpbackitup_job_items` VALUES (1,1452771989,1452772045,'database','wp_options',1504,3,0,'2016-01-14 11:46:39','2016-01-14 11:47:25','I','complete'),(4,1452771989,1452772049,'database','wp_postmeta',96,1,0,'2016-01-14 11:46:39','2016-01-14 11:47:29','I','complete'),(7,1452771989,1452772054,'database','wp_posts',80,1,0,'2016-01-14 11:46:39','2016-01-14 11:47:34','I','complete'),(10,1452771989,1452772059,'database','wp_usermeta',48,1,0,'2016-01-14 11:46:39','2016-01-14 11:47:39','I','complete'),(13,1452771989,1452772065,'database','wp_term_relationships',32,1,0,'2016-01-14 11:46:39','2016-01-14 11:47:45','I','complete'),(16,1452771989,1452772070,'database','wp_term_taxonomy',48,1,0,'2016-01-14 11:46:39','2016-01-14 11:47:50','I','complete'),(19,1452771989,1452772075,'database','wp_terms',48,1,0,'2016-01-14 11:46:39','2016-01-14 11:47:55','I','complete'),(22,1452771989,1452772080,'database','wp_woocommerce_tax_rates',80,1,0,'2016-01-14 11:46:39','2016-01-14 11:48:00','I','complete'),(25,1452771989,1452772085,'database','wp_woocommerce_termmeta',48,1,0,'2016-01-14 11:46:39','2016-01-14 11:48:05','I','complete'),(28,1452771989,1452772090,'database','wp_woocommerce_downloadable_product_permissions',48,1,0,'2016-01-14 11:46:39','2016-01-14 11:48:10','I','complete'),(31,1452771989,1452772096,'database','wp_woocommerce_order_itemmeta',48,1,0,'2016-01-14 11:46:39','2016-01-14 11:48:16','I','complete'),(34,1452771989,1452772100,'database','wp_woocommerce_order_items',32,1,0,'2016-01-14 11:46:39','2016-01-14 11:48:20','I','complete'),(37,1452771989,1452772105,'database','wp_yith_wcwl',32,1,0,'2016-01-14 11:46:39','2016-01-14 11:48:25','I','complete'),(40,1452771989,1452772110,'database','wp_woocommerce_tax_rate_locations',64,1,0,'2016-01-14 11:46:39','2016-01-14 11:48:30','I','complete'),(43,1452771989,1452772115,'database','wp_yith_wcwl_lists',48,1,0,'2016-01-14 11:46:39','2016-01-14 11:48:35','I','complete'),(46,1452771989,1452772121,'database','wp_users',48,1,0,'2016-01-14 11:46:39','2016-01-14 11:48:41','I','complete'),(49,1452771989,1452772125,'database','wp_woocommerce_api_keys',48,1,0,'2016-01-14 11:46:39','2016-01-14 11:48:45','I','complete'),(52,1452771989,1452772130,'database','wp_woocommerce_attribute_taxonomies',32,1,0,'2016-01-14 11:46:39','2016-01-14 11:48:50','I','complete'),(55,1452771989,1452772135,'database','wp_commentmeta',48,1,0,'2016-01-14 11:46:39','2016-01-14 11:48:55','I','complete'),(58,1452771989,1452772140,'database','wp_comments',96,1,0,'2016-01-14 11:46:39','2016-01-14 11:49:00','I','complete'),(61,1452771989,1452772145,'database','wp_termmeta',48,1,0,'2016-01-14 11:46:39','2016-01-14 11:49:05','I','complete'),(64,1452771989,1452772149,'database','wp_links',32,1,0,'2016-01-14 11:46:39','2016-01-14 11:49:09','I','complete'),(67,1452771989,1452772255,'plugins','akismet/views/config.php',11,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(70,1452771989,1452772255,'plugins','akismet/views/get.php',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(73,1452771989,1452772255,'plugins','akismet/views/notice.php',9,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(76,1452771989,1452772255,'plugins','akismet/views/start.php',7,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(79,1452771989,1452772255,'plugins','akismet/views/stats.php',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(82,1452771989,1452772255,'plugins','akismet/views/strict.php',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(85,1452771989,1452772255,'plugins','akismet/_inc/img/logo-full-2x.png',5,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(88,1452771989,1452772255,'plugins','akismet/_inc/akismet.css',9,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(91,1452771989,1452772255,'plugins','akismet/_inc/akismet.js',7,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(94,1452771989,1452772255,'plugins','akismet/_inc/form.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(97,1452771989,1452772255,'plugins','akismet/akismet.php',3,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(100,1452771989,1452772255,'plugins','akismet/class.akismet-admin.php',39,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(103,1452771989,1452772255,'plugins','akismet/class.akismet-widget.php',3,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(106,1452771989,1452772255,'plugins','akismet/class.akismet.php',43,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(109,1452771989,1452772255,'plugins','akismet/index.php',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(112,1452771989,1452772255,'plugins','akismet/LICENSE.txt',18,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(115,1452771989,1452772255,'plugins','akismet/readme.txt',13,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(118,1452771989,1452772255,'plugins','akismet/wrapper.php',7,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(121,1452771989,1452772255,'plugins','hello.php',3,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(124,1452771989,1452772255,'plugins','index.php',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(127,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/color-picker/color-picker.css',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(130,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/color-picker/color-picker.scss',3,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(133,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/import_export/import_export.css',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(136,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/media/media.css',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(139,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/media/media.scss',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(142,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.svg',125,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(145,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.woff',48,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(148,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.ttf',79,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(151,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/fonts/elusiveicons-webfont.eot',79,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(154,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/_core.scss',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(157,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/_animated.scss',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(160,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/_list.scss',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(163,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/_stacked.scss',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(166,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/elusive-icons.css.map',14,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(169,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/_larger.scss',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(172,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/_path.scss',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(175,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/_icons.scss',33,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(178,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/_bordered-pulled.scss',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(181,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/_variables.scss',9,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(184,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/_mixins.scss',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(187,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/elusive-icons.css',21,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(190,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/elusive-icons.scss',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(193,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/_fixed-width.scss',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(196,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/scss/_rotated-flipped.scss',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(199,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/elusive-icons/elusive-icons.css',21,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(202,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_65_ffffff_1x400.png',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(205,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_222222_256x240.png',5,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(208,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_highlight-soft_75_cccccc_1x100.png',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(211,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_ffffff_256x240.png',5,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(214,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_454545_256x240.png',5,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(217,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_55_fbf9ee_1x400.png',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(220,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_888888_256x240.png',5,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(223,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_2e83ff_256x240.png',5,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(226,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_cd0a0a_256x240.png',5,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(229,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_flat_0_aaaaaa_40x100.png',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(232,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-icons_f6cf3b_256x240.png',9,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(235,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_dadada_1x400.png',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(238,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_e6e6e6_1x400.png',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(241,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_glass_75_ffffff_1x400.png',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(244,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images/ui-bg_inset-soft_95_fef1ec_1x100.png',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(247,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.less',38,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(250,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.css',82,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(253,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/jquery-ui-1.10.0.custom.scss',38,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(256,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/qtip/jquery.qtip.min.css',10,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(259,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/qtip/jquery.qtip.css',13,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(262,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/spectrum/redux-spectrum.css',15,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(265,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/vendor/spectrum/redux-spectrum.min.css',12,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(268,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/redux-fields.css',33,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(271,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/redux-admin.css',157,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(274,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/redux-vendor.css',35,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(277,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/rtl.scss',3,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(280,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/redux-admin.scss',45,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(283,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/css/rtl.css',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(286,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/img/toggle_tabs.png',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(289,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/img/menu_icon.png',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(292,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/img/3cr.png',3,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(295,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/img/2cr.png',3,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(298,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/img/2-col-portfolio.png',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(301,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/img/3cm.png',3,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(304,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/img/3-col-portfolio.png',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(307,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/img/3cl.png',4,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(310,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/img/1c.png',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(313,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/img/1col.png',3,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(316,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/img/2cl.png',3,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(319,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/img/ajax.gif',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(322,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/img/4-col-portfolio.png',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(325,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/media/media.js',8,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(328,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/media/media.min.js',3,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(331,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/qtip/jquery.qtip.min.js',26,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(334,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/qtip/jquery.qtip.js',181,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(337,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_sk.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(340,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2.js',146,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(343,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_lv.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(346,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_pt-BR.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(349,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2-spinner.gif',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(352,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_bg.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(355,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_gl.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(358,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_th.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(361,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_ru.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(364,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_da.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(367,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_he.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(370,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_pl.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(373,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/release.sh',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(376,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_rs.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(379,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_zh-CN.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(382,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_lt.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(385,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_it.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(388,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_ms.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(391,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_is.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(394,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_id.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(397,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_mk.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(400,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_uk.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(403,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_nl.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(406,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_ja.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(409,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_pt-PT.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(412,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_ko.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(415,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_de.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(418,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_fa.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(421,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_sv.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(424,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_eu.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(427,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2x2.png',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(430,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2.png',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(433,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/README.md',5,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(436,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2-bootstrap.css',4,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(439,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_hr.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(442,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_ka.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(445,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_az.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(448,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_ug-CN.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(451,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_cs.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(454,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2.min.js',66,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(457,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_ro.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(460,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_nb.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(463,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_et.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(466,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_fi.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(469,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_ca.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(472,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_en.js.template',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(475,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_zh-TW.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(478,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_ar.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(481,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_es.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(484,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_hu.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(487,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_fr.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(490,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_tr.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(493,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_el.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(496,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2.css',20,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(499,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2.jquery.json',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(502,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/select2/select2_locale_vi.js',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(505,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/spectrum/redux-spectrum.min.js',24,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(508,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/spectrum/redux-spectrum.js',70,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(511,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/redux.select2.sortable.js',6,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(514,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/jquery.serializeForm.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(517,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/lte-ie7.js',10,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(520,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/cookie.js',3,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(523,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/jsonview.js',11,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(526,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/jquery.alphanum.js',23,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(529,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/redux.select2.sortable.min.js',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(532,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/jquery.typewatch.js',3,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(535,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor/jsonview.min.js',6,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(538,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/redux.min.js',41,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(541,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/redux.js',70,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(544,1452771989,1452772255,'plugins','redux-framework/ReduxCore/assets/js/vendor.min.js',11,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(547,1452771989,1452772255,'plugins','redux-framework/ReduxCore/core/dashboard.php',2,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(550,1452771989,1452772255,'plugins','redux-framework/ReduxCore/core/newsflash.php',5,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(553,1452771989,1452772255,'plugins','redux-framework/ReduxCore/core/required.php',1,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(556,1452771989,1452772255,'plugins','redux-framework/ReduxCore/core/panel.php',15,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(559,1452771989,1452772255,'plugins','redux-framework/ReduxCore/core/enqueue.php',23,1,0,'2016-01-14 11:46:44','2016-01-14 11:52:24','I','complete'),(562,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/customizer/inc/customizer_devs.php',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(565,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/customizer/inc/customizer_fields.php',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(568,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/customizer/inc/customizer_section.php',6,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(571,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/customizer/inc/customizer_control.php',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(574,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/customizer/inc/customizer_panel.php',7,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(577,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/customizer/extension_customizer.scss',5,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(580,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/customizer/extension_customizer.min.js',5,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(583,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/customizer/extension_customizer.css',23,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(586,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/customizer/extension_customizer.js',17,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(589,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/customizer/extension_customizer.php',38,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(592,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/import_export/import_export/field_import_export.min.js',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(595,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/import_export/import_export/field_import_export.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(598,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/import_export/import_export/field_import_export.php',9,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(601,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/import_export/import_export/field_import_export.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(604,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/import_export/import_export/field_import_export.js',10,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(607,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/import_export/extension_import_export.php',9,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(610,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/options_object/options_object/field_options_object.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(613,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/options_object/options_object/field_options_object.php',7,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(616,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/options_object/options_object/field_options_object.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(619,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/options_object/options_object/field_options_object.min.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(622,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/options_object/options_object/field_options_object.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(625,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/options_object/extension_options_object.php',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(628,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/extensions/README.txt',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(631,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/snippets/less.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(634,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/snippets/mysql.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(637,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/snippets/html.js',18,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(640,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/snippets/sass.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(643,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/snippets/scss.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(646,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/snippets/css.js',20,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(649,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/snippets/markdown.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(652,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/snippets/text.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(655,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/snippets/plain_text.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(658,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/snippets/php.js',6,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(661,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/snippets/json.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(664,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/snippets/xml.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(667,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/snippets/javascript.js',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(670,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/mode-css.js',21,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(673,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/ext-emmet.js',21,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(676,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/worker-css.js',136,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(679,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/worker-javascript.js',138,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(682,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/ext-searchbox.js',10,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(685,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/mode-php.js',164,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(688,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/worker-php.js',133,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(691,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/theme-chrome.js',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(694,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/worker-json.js',31,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(697,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/mode-less.js',19,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(700,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/mode-json.js',12,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(703,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/ace.js',333,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(706,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/theme-monokai.js',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(709,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/mode-mysql.js',7,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(712,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/worker-html.js',211,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(715,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/mode-text.js',0,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(718,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/mode-markdown.js',60,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(721,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/mode-scss.js',19,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(724,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/mode-xml.js',12,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(727,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/mode-plain_text.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(730,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/mode-html.js',54,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(733,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/mode-javascript.js',23,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(736,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/vendor/mode-sass.js',10,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(739,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/field_ace_editor.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(742,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/field_ace_editor.php',6,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(745,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/field_ace_editor.min.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(748,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/field_ace_editor.js',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(751,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/ace_editor/field_ace_editor.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(754,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/background/field_background.css',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(757,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/background/field_background.js',14,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(760,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/background/field_background.min.js',6,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(763,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/background/field_background.scss',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(766,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/background/field_background.php',23,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(769,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/border/field_border.php',16,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(772,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/border/field_border.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(775,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/border/field_border.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(778,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/border/field_border.js',6,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(781,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/border/field_border.min.js',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(784,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/button_set/field_button_set.php',7,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(787,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/button_set/field_button_set.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(790,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/button_set/field_button_set.min.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(793,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/checkbox/field_checkbox.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(796,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/checkbox/field_checkbox.min.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(799,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/checkbox/field_checkbox.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(802,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/checkbox/field_checkbox.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(805,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/checkbox/field_checkbox.php',7,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(808,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/color/field_color.min.js',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(811,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/color/field_color.js',8,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(814,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/color/field_color.php',5,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(817,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/color_gradient/field_color_gradient.js',6,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(820,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/color_gradient/field_color_gradient.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(823,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/color_gradient/field_color_gradient.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(826,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/color_gradient/field_color_gradient.php',6,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(829,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/color_gradient/field_color_gradient.min.js',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(832,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/color_rgba/field_color_rgba.js',10,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(835,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/color_rgba/field_color_rgba.css',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(838,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/color_rgba/field_color_rgba.scss',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(841,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/color_rgba/field_color_rgba.php',14,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(844,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/color_rgba/field_color_rgba.min.js',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(847,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/date/field_date.php',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(850,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/date/field_date.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(853,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/date/field_date.js',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(856,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/date/field_date.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(859,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/date/field_date.min.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(862,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/dimensions/field_dimensions.php',16,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(865,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/dimensions/field_dimensions.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(868,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/dimensions/field_dimensions.less',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(871,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/dimensions/field_dimensions.js',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(874,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/dimensions/field_dimensions.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(877,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/dimensions/field_dimensions.min.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(880,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/divide/field_divide.scss',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(883,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/divide/field_divide.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(886,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/divide/field_divide.php',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(889,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/editor/field_editor.scss',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(892,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/editor/field_editor.css',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(895,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/editor/field_editor.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(898,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/editor/field_editor.min.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(901,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/editor/field_editor.php',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(904,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/editor/field_editor_c.php',0,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(907,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/gallery/field_gallery.js',5,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(910,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/gallery/field_gallery.php',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(913,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/gallery/field_gallery.min.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(916,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/image_select/field_image_select.scss',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(919,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/image_select/field_image_select.js',6,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(922,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/image_select/field_image_select.min.js',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(925,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/image_select/field_image_select.css',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(928,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/image_select/field_image_select.php',11,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(931,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/info/field_info.css',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(934,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/info/field_info.scss',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(937,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/info/field_info.php',7,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(940,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/link_color/field_link_color.min.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(943,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/link_color/field_link_color.php',10,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(946,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/link_color/field_link_color.js',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(949,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/link_color/field_link_color.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(952,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/link_color/field_link_color.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(955,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/media/field_media.less',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(958,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/media/field_media.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(961,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/media/field_media.scss',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(964,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/media/field_media.php',10,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(967,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/multi_text/field_multi_text.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(970,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/multi_text/field_multi_text.js',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(973,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/multi_text/field_multi_text.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(976,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/multi_text/field_multi_text.php',5,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(979,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/multi_text/field_multi_text.min.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(982,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/palette/field_palette.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(985,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/palette/field_palette.scss',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(988,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/palette/field_palette.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(991,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/palette/field_palette.min.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(994,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/palette/field_palette.php',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(997,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/password/field_password.php',5,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1000,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/radio/field_radio.php',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1003,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/raw/field_raw.php',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1006,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/raw/parsedown.php',37,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1009,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/section/field_section.php',6,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1012,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/section/field_section.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1015,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/section/field_section.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1018,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/select/field_select.min.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1021,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/select/field_select.php',8,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1024,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/select/field_select.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1027,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/select/field_select.js',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1030,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/select/elusive-icons.php',10,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1033,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/select/field_select.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1036,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/select_image/field_select_image.min.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1039,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/select_image/field_select_image.js',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1042,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/select_image/field_select_image.php',7,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1045,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/select_image/field_select_image.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1048,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/select_image/field_select_image.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1051,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/slider/vendor/nouislider/redux.jquery.nouislider.min.js',11,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1054,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/slider/vendor/nouislider/redux.jquery.nouislider.css',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1057,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/slider/vendor/nouislider/redux.jquery.nouislider.js',37,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1060,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/slider/field_slider.php',15,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1063,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/slider/field_slider.js',12,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1066,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/slider/field_slider.css',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1069,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/slider/field_slider.scss',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1072,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/slider/field_slider.min.js',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1075,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/slides/field_slides.php',16,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1078,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/slides/field_slides.scss',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1081,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/slides/field_slides.css',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1084,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/slides/field_slides.js',7,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1087,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/slides/field_slides.min.js',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1090,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/sortable/field_sortable.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1093,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/sortable/field_sortable.js',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1096,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/sortable/field_sortable.php',7,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1099,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/sortable/field_sortable.min.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1102,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/sortable/field_sortable.scss',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1105,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/sorter/field_sorter.min.js',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1108,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/sorter/field_sorter.css',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1111,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/sorter/field_sorter.js',7,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1114,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/sorter/field_sorter.php',9,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1117,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/sorter/field_sorter-works.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1120,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/sorter/field_sorter.scss',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1123,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/sorter/field_sorter-works.min.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1126,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/spacing/field_spacing.js',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1129,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/spacing/field_spacing.min.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1132,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/spacing/field_spacing.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1135,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/spacing/field_spacing.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1138,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/spacing/field_spacing.php',20,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1141,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/spinner/vendor/spinner_custom.js',8,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1144,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/spinner/arrow_left.png',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1147,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/spinner/field_spinner.php',7,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1150,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/spinner/arrow_right.png',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1153,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/spinner/field_spinner.scss',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1156,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/spinner/field_spinner.js',5,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1159,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/spinner/field_spinner.css',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1162,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/spinner/field_spinner.min.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1165,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/switch/slider-control.png',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1168,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/switch/field_switch.scss',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1171,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/switch/field_switch.js',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1174,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/switch/field_switch.css',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1177,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/switch/field_switch.min.js',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1180,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/switch/switch.gif',2,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1183,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/switch/field_switch.php',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1186,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/text/field_text.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1189,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/text/field_text.php',5,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1192,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/text/field_text.scss',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1195,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/textarea/field_textarea.php',4,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1198,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/typography/field_typography.scss',7,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1201,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/typography/field_typography.min.js',11,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1204,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/typography/field_typography.js',28,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1207,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/typography/field_typography.css',5,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1210,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/typography/googlefonts.php',124,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1213,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/fields/typography/field_typography.php',55,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1216,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/scssphp/scss.inc.php',110,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1219,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/themecheck/checks/embedded.php',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1222,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/themecheck/checks/index.php',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1225,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/themecheck/checks/full_package.php',3,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1228,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/themecheck/css/admin.css',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1231,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/themecheck/js/admin.js',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1234,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/themecheck/lang/index.php',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1237,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/themecheck/lang/themeforest-check.pot',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1240,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/themecheck/class.redux_themecheck.php',8,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1243,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/themecheck/index.php',1,1,0,'2016-01-14 11:46:45','2016-01-14 11:52:24','I','complete'),(1246,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/color/validation_color.php',6,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1249,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/color_rgba/validation_color_rgba.php',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1252,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/colorrgba/validation_colorrgba.php',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1255,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/comma_numeric/validation_comma_numeric.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1258,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/css/validation_css.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1261,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/date/validation_date.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1264,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/email/validation_email.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1267,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/email_not_empty/validation_email_not_empty.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1270,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/html/validation_html.php',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1273,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/html_custom/validation_html_custom.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1276,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/js/validation_js.php',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1279,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/no_html/validation_no_html.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1282,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/no_special_chars/validation_no_special_chars.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1285,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/not_empty/validation_not_empty.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1288,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/numeric/validation_numeric.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1291,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/numeric_not_empty/validation_numeric_not_empty.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1294,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/preg_replace/validation_preg_replace.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1297,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/str_replace/validation_str_replace.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1300,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/unique_slug/validation_unique_slug.php',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1303,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/validation/url/validation_url.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1306,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/css/redux-welcome.css',11,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1309,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/css/redux-welcome.scss',18,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1312,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/js/zeroclipboard/jquery.zeroclipboard.js',66,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1315,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/js/zeroclipboard/jquery.zeroclipboard.min.js',24,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1318,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/js/zeroclipboard/ZeroClipboard.swf',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1321,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/js/jquery.easing.min.js',6,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1324,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/js/redux-welcome-admin.js',12,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1327,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/views/extensions.php',6,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1330,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/views/status_report.php',45,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1333,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/views/support.php',8,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1336,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/views/changelog.php',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1339,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/views/about.php',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1342,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/views/credits.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1345,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/welcome/welcome.php',22,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1348,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/sysinfo.php',14,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1351,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/class.redux_themecheck.php',5,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1354,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/class.redux_api.php',28,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1357,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/class.redux_filesystem.php',13,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1360,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/browser.php',51,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1363,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/class.redux_admin_notices.php',8,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1366,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/class.redux_functions.php',11,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1369,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/debug.php',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1372,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/lib.redux_instances.php',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1375,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/class.redux_instances.php',7,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1378,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/class.p.php',12,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1381,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/tracking.php',26,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1384,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/class.redux_sass.php',11,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1387,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/class.redux_cdn.php',8,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1390,1452771989,1452772255,'plugins','redux-framework/ReduxCore/inc/class.redux_helpers.php',31,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1393,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/km.mo',8,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1396,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/es_ES.mo',19,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1399,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/bg_BG.mo',9,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1402,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/id_ID.mo',10,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1405,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/sk_SK.mo',8,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1408,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/fi.mo',5,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1411,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/es_MX.mo',7,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1414,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/pt_PT.mo',7,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1417,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/lt_LT.mo',0,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1420,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/zh_CN.mo',14,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1423,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/de_DE.mo',15,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1426,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/redux-framework.pot',42,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1429,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/cs_CZ.mo',16,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1432,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/da_DK.mo',5,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1435,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/fr_FR.mo',39,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1438,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/fa_IR.mo',13,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1441,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/sv_SE.mo',13,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1444,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/hu_HU.mo',8,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1447,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/bn_BD.mo',7,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1450,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/sl_SI.mo',5,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1453,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/ne_NP.mo',14,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1456,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/nb_NO.mo',16,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1459,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/el.mo',18,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1462,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/ja.mo',16,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1465,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/he_IL.mo',11,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1468,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/hi_IN.mo',9,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1471,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/ru_RU.mo',48,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1474,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/README.txt',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1477,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/ar.mo',17,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1480,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/hr.mo',10,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1483,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/pl_PL.mo',19,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1486,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/th.mo',9,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1489,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/pt_BR.mo',17,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1492,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/nl_NL.mo',12,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1495,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/ro_RO.mo',17,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1498,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/tr_TR.mo',16,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1501,1452771989,1452772255,'plugins','redux-framework/ReduxCore/languages/it_IT.mo',15,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1504,1452771989,1452772255,'plugins','redux-framework/ReduxCore/templates/panel/content.tpl.php',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1507,1452771989,1452772255,'plugins','redux-framework/ReduxCore/templates/panel/header.tpl.php',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1510,1452771989,1452772255,'plugins','redux-framework/ReduxCore/templates/panel/menu_container.tpl.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1513,1452771989,1452772255,'plugins','redux-framework/ReduxCore/templates/panel/footer.tpl.php',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1516,1452771989,1452772255,'plugins','redux-framework/ReduxCore/templates/panel/header_stickybar.tpl.php',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1519,1452771989,1452772255,'plugins','redux-framework/ReduxCore/templates/panel/container.tpl.php',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1522,1452771989,1452772255,'plugins','redux-framework/ReduxCore/framework.php',188,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1525,1452771989,1452772255,'plugins','redux-framework/codestyles/PHPStorm.xml',5,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1528,1452771989,1452772255,'plugins','redux-framework/codestyles/README.md',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1531,1452771989,1452772255,'plugins','redux-framework/codestyles/.editorconfig',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1534,1452771989,1452772255,'plugins','redux-framework/sample/patterns/tree_bark.png',42,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1537,1452771989,1452772255,'plugins','redux-framework/sample/patterns/wild_flowers.png',47,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1540,1452771989,1452772255,'plugins','redux-framework/sample/patterns/triangular_@2X.png',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1543,1452771989,1452772255,'plugins','redux-framework/sample/patterns/triangular.png',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1546,1452771989,1452772255,'plugins','redux-framework/sample/presets/preset1.png',19,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1549,1452771989,1452772255,'plugins','redux-framework/sample/presets/preset2.png',33,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1552,1452771989,1452772255,'plugins','redux-framework/sample/barebones-config-legacy.php',15,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1555,1452771989,1452772255,'plugins','redux-framework/sample/sample-config.php',118,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1558,1452771989,1452772255,'plugins','redux-framework/sample/barebones-config.php',13,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1561,1452771989,1452772255,'plugins','redux-framework/sample/sample-config-legacy.php',115,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1564,1452771989,1452772255,'plugins','redux-framework/sample/info-html.html',52,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1567,1452771989,1452772255,'plugins','redux-framework/redux-framework.php',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1570,1452771989,1452772255,'plugins','redux-framework/wpml-config.xml',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1573,1452771989,1452772255,'plugins','redux-framework/.jshintrc',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1576,1452771989,1452772255,'plugins','redux-framework/CONTRIBUTING.md',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1579,1452771989,1452772255,'plugins','redux-framework/class.redux-plugin.php',17,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1582,1452771989,1452772255,'plugins','redux-framework/Gruntfile.js',17,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1585,1452771989,1452772255,'plugins','redux-framework/CHANGELOG.md',71,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1588,1452771989,1452772255,'plugins','redux-framework/uninstall.php',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1591,1452771989,1452772255,'plugins','redux-framework/index.php',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1594,1452771989,1452772255,'plugins','redux-framework/package.json',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1597,1452771989,1452772255,'plugins','redux-framework/composer.json',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1600,1452771989,1452772255,'plugins','redux-framework/license.txt',36,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1603,1452771989,1452772255,'plugins','redux-framework/README.md',8,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1606,1452771989,1452772255,'plugins','redux-framework/readme.txt',71,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1609,1452771989,1452772255,'plugins','woocommerce/assets/css/menu.scss',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1612,1452771989,1452772255,'plugins','woocommerce/assets/css/chosen.scss',15,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1615,1452771989,1452772255,'plugins','woocommerce/assets/css/menu.css',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1618,1452771989,1452772255,'plugins','woocommerce/assets/css/woocommerce.css',40,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1621,1452771989,1452772255,'plugins','woocommerce/assets/css/select2.scss',15,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1624,1452771989,1452772255,'plugins','woocommerce/assets/css/_variables.scss',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1627,1452771989,1452772255,'plugins','woocommerce/assets/css/select2.css',11,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1630,1452771989,1452772255,'plugins','woocommerce/assets/css/_fonts.scss',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1633,1452771989,1452772255,'plugins','woocommerce/assets/css/_animation.scss',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1636,1452771989,1452772255,'plugins','woocommerce/assets/css/wc-setup.css',8,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1639,1452771989,1452772255,'plugins','woocommerce/assets/css/chosen.css',13,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1642,1452771989,1452772255,'plugins','woocommerce/assets/css/activation.scss',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1645,1452771989,1452772255,'plugins','woocommerce/assets/css/dashboard.scss',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1648,1452771989,1452772255,'plugins','woocommerce/assets/css/admin.scss',61,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1651,1452771989,1452772255,'plugins','woocommerce/assets/css/prettyPhoto.css',9,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1654,1452771989,1452772255,'plugins','woocommerce/assets/css/auth.css',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1657,1452771989,1452772255,'plugins','woocommerce/assets/css/activation.css',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1660,1452771989,1452772255,'plugins','woocommerce/assets/css/admin.css',119,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1663,1452771989,1452772255,'plugins','woocommerce/assets/css/_mixins.scss',5,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1666,1452771989,1452772255,'plugins','woocommerce/assets/css/woocommerce-smallscreen.css',6,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1669,1452771989,1452772255,'plugins','woocommerce/assets/css/woocommerce-layout.scss',6,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1672,1452771989,1452772255,'plugins','woocommerce/assets/css/woocommerce.scss',29,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1675,1452771989,1452772255,'plugins','woocommerce/assets/css/woocommerce-smallscreen.scss',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1678,1452771989,1452772255,'plugins','woocommerce/assets/css/reports-print.css',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1681,1452771989,1452772255,'plugins','woocommerce/assets/css/reports-print.scss',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1684,1452771989,1452772255,'plugins','woocommerce/assets/css/prettyPhoto.scss',8,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1687,1452771989,1452772255,'plugins','woocommerce/assets/css/wc-setup.scss',7,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1690,1452771989,1452772255,'plugins','woocommerce/assets/css/dashboard.css',5,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1693,1452771989,1452772255,'plugins','woocommerce/assets/css/woocommerce-layout.css',14,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1696,1452771989,1452772255,'plugins','woocommerce/assets/css/auth.scss',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1699,1452771989,1452772255,'plugins','woocommerce/assets/fonts/WooCommerce.ttf',19,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1702,1452771989,1452772255,'plugins','woocommerce/assets/fonts/WooCommerce.eot',20,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1705,1452771989,1452772255,'plugins','woocommerce/assets/fonts/star.eot',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1708,1452771989,1452772255,'plugins','woocommerce/assets/fonts/star.woff',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1711,1452771989,1452772255,'plugins','woocommerce/assets/fonts/star.svg',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1714,1452771989,1452772255,'plugins','woocommerce/assets/fonts/WooCommerce.svg',47,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1717,1452771989,1452772255,'plugins','woocommerce/assets/fonts/WooCommerce.woff',20,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1720,1452771989,1452772255,'plugins','woocommerce/assets/fonts/star.ttf',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1723,1452771989,1452772255,'plugins','woocommerce/assets/images/icons/credit-cards/amex.png',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1726,1452771989,1452772255,'plugins','woocommerce/assets/images/icons/credit-cards/laser.png',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1729,1452771989,1452772255,'plugins','woocommerce/assets/images/icons/credit-cards/mastercard.png',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1732,1452771989,1452772255,'plugins','woocommerce/assets/images/icons/credit-cards/diners.png',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1735,1452771989,1452772255,'plugins','woocommerce/assets/images/icons/credit-cards/visa.png',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1738,1452771989,1452772255,'plugins','woocommerce/assets/images/icons/credit-cards/jcb.png',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1741,1452771989,1452772255,'plugins','woocommerce/assets/images/icons/credit-cards/maestro.png',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1744,1452771989,1452772255,'plugins','woocommerce/assets/images/icons/credit-cards/discover.png',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1747,1452771989,1452772255,'plugins','woocommerce/assets/images/icons/edit.png',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1750,1452771989,1452772255,'plugins','woocommerce/assets/images/icons/loader.svg',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1753,1452771989,1452772255,'plugins','woocommerce/assets/images/help.png',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1756,1452771989,1452772255,'plugins','woocommerce/assets/images/storefront.jpg',20,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1759,1452771989,1452772255,'plugins','woocommerce/assets/images/calendar.png',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1762,1452771989,1452772255,'plugins','woocommerce/assets/images/select2x2.png',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1765,1452771989,1452772255,'plugins','woocommerce/assets/images/woocommerce_logo.png',6,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1768,1452771989,1452772255,'plugins','woocommerce/assets/images/storefront-bg.jpg',17,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1771,1452771989,1452772255,'plugins','woocommerce/assets/images/placeholder.png',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1774,1452771989,1452772255,'plugins','woocommerce/assets/images/chosen-sprite@2x.png',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1777,1452771989,1452772255,'plugins','woocommerce/assets/images/select2.png',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1780,1452771989,1452772255,'plugins','woocommerce/assets/images/select2-spinner.gif',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1783,1452771989,1452772255,'plugins','woocommerce/assets/images/chosen-sprite.png',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1786,1452771989,1452772255,'plugins','woocommerce/assets/images/woocommerce_logo.svg',5,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1789,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/jquery.flot.time.js',12,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1792,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/api-keys.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1795,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/reports.min.js',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1798,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/meta-boxes-product.js',19,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1801,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/jquery.flot.js',117,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1804,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/settings.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1807,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/product-ordering.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1810,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/meta-boxes-order.js',40,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1813,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/quick-edit.js',6,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1816,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/jquery.flot.min.js',36,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1819,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/meta-boxes-product-variation.min.js',18,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1822,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/meta-boxes-order.min.js',26,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1825,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/round.min.js',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1828,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/jquery.flot.resize.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1831,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/meta-boxes.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1834,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/jquery.flot.time.min.js',5,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1837,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/settings.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1840,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/accounting.js',14,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1843,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/wc-enhanced-select.min.js',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1846,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/reports.js',7,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1849,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/jquery.flot.stack.js',7,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1852,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/jquery.flot.pie.js',24,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1855,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/term-ordering.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1858,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/jquery.flot.stack.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1861,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/quick-edit.min.js',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1864,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/meta-boxes-product-variation.js',32,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1867,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/woocommerce_admin.min.js',6,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1870,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/round.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1873,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/meta-boxes-coupon.min.js',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1876,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/jquery.flot.resize.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1879,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/product-ordering.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1882,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/meta-boxes-coupon.js',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1885,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/users.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1888,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/meta-boxes-product.min.js',12,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1891,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/accounting.min.js',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1894,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/order-backbone-modal.min.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1897,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/wc-setup.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1900,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/order-backbone-modal.js',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1903,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/api-keys.js',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1906,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/jquery.flot.pie.min.js',8,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1909,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/term-ordering.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1912,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/users.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1915,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/wc-enhanced-select.js',7,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1918,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/wc-setup.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1921,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/meta-boxes.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1924,1452771989,1452772255,'plugins','woocommerce/assets/js/admin/woocommerce_admin.js',9,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1927,1452771989,1452772255,'plugins','woocommerce/assets/js/chosen/ajax-chosen.jquery.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1930,1452771989,1452772255,'plugins','woocommerce/assets/js/chosen/chosen.jquery.js',40,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1933,1452771989,1452772255,'plugins','woocommerce/assets/js/chosen/chosen-rtl.min.js',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1936,1452771989,1452772255,'plugins','woocommerce/assets/js/chosen/chosen-rtl.js',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1939,1452771989,1452772255,'plugins','woocommerce/assets/js/chosen/ajax-chosen.jquery.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1942,1452771989,1452772255,'plugins','woocommerce/assets/js/chosen/chosen.jquery.min.js',25,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1945,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/add-payment-method.min.js',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1948,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/price-slider.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1951,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/add-to-cart-variation.min.js',9,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1954,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/cart.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1957,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/cart-fragments.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1960,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/cart.min.js',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1963,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/cart-fragments.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1966,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/add-to-cart.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1969,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/add-to-cart.js',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1972,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/address-i18n.js',4,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1975,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/checkout.min.js',11,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1978,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/woocommerce.js',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1981,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/checkout.js',16,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1984,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/single-product.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1987,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/price-slider.min.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1990,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/jquery-ui-touch-punch.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1993,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/geolocation.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1996,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/country-select.min.js',3,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(1999,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/single-product.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(2002,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/credit-card-form.js',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(2005,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/jquery-ui-touch-punch.js',5,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(2008,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/geolocation.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(2011,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/credit-card-form.min.js',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(2014,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/address-i18n.min.js',2,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(2017,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/woocommerce.min.js',1,1,0,'2016-01-14 11:46:46','2016-01-14 11:52:24','I','complete'),(2020,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/add-to-cart-variation.js',19,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2023,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/lost-password.min.js',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2026,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/add-payment-method.js',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2029,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/country-select.js',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2032,1452771989,1452772255,'plugins','woocommerce/assets/js/frontend/lost-password.js',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2035,1452771989,1452772255,'plugins','woocommerce/assets/js/jquery-blockui/jquery.blockUI.js',20,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2038,1452771989,1452772255,'plugins','woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js',10,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2041,1452771989,1452772255,'plugins','woocommerce/assets/js/jquery-cookie/jquery.cookie.js',4,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2044,1452771989,1452772255,'plugins','woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2047,1452771989,1452772255,'plugins','woocommerce/assets/js/jquery-payment/jquery.payment.js',16,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2050,1452771989,1452772255,'plugins','woocommerce/assets/js/jquery-payment/jquery.payment.min.js',8,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2053,1452771989,1452772255,'plugins','woocommerce/assets/js/jquery-qrcode/jquery.qrcode.min.js',16,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2056,1452771989,1452772255,'plugins','woocommerce/assets/js/jquery-qrcode/jquery.qrcode.js',30,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2059,1452771989,1452772255,'plugins','woocommerce/assets/js/jquery-serializejson/jquery.serializejson.min.js',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2062,1452771989,1452772255,'plugins','woocommerce/assets/js/jquery-serializejson/jquery.serializejson.js',13,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2065,1452771989,1452772255,'plugins','woocommerce/assets/js/jquery-tiptip/jquery.tipTip.js',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2068,1452771989,1452772255,'plugins','woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2071,1452771989,1452772255,'plugins','woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js',21,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2074,1452771989,1452772255,'plugins','woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.js',35,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2077,1452771989,1452772255,'plugins','woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2080,1452771989,1452772255,'plugins','woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.js',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2083,1452771989,1452772255,'plugins','woocommerce/assets/js/select2/select2.min.js',62,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2086,1452771989,1452772255,'plugins','woocommerce/assets/js/select2/select2.js',146,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2089,1452771989,1452772255,'plugins','woocommerce/assets/js/stupidtable/stupidtable.min.js',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2092,1452771989,1452772255,'plugins','woocommerce/assets/js/stupidtable/stupidtable.js',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2095,1452771989,1452772255,'plugins','woocommerce/assets/js/zeroclipboard/jquery.zeroclipboard.js',66,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2098,1452771989,1452772255,'plugins','woocommerce/assets/js/zeroclipboard/ZeroClipboard.swf',4,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2101,1452771989,1452772255,'plugins','woocommerce/assets/js/zeroclipboard/jquery.zeroclipboard.min.js',24,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2104,1452771989,1452772255,'plugins','woocommerce/dummy-data/dummy-variations.csv',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2107,1452771989,1452772255,'plugins','woocommerce/dummy-data/sample_tax_rates.csv',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2110,1452771989,1452772255,'plugins','woocommerce/dummy-data/dummy-products.csv',23,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2113,1452771989,1452772255,'plugins','woocommerce/dummy-data/dummy-data.xml',460,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2116,1452771989,1452772255,'plugins','woocommerce/i18n/languages/woocommerce.pot',233,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2119,1452771989,1452772255,'plugins','woocommerce/i18n/languages/woocommerce-admin.pot',207,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2122,1452771989,1452772255,'plugins','woocommerce/i18n/states/JP.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2125,1452771989,1452772255,'plugins','woocommerce/i18n/states/BG.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2128,1452771989,1452772255,'plugins','woocommerce/i18n/states/ID.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2131,1452771989,1452772255,'plugins','woocommerce/i18n/states/ZA.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2134,1452771989,1452772255,'plugins','woocommerce/i18n/states/BD.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2137,1452771989,1452772255,'plugins','woocommerce/i18n/states/MY.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2140,1452771989,1452772255,'plugins','woocommerce/i18n/states/MX.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2143,1452771989,1452772255,'plugins','woocommerce/i18n/states/IT.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2146,1452771989,1452772255,'plugins','woocommerce/i18n/states/AU.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2149,1452771989,1452772255,'plugins','woocommerce/i18n/states/PH.php',4,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2152,1452771989,1452772255,'plugins','woocommerce/i18n/states/HU.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2155,1452771989,1452772255,'plugins','woocommerce/i18n/states/US.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2158,1452771989,1452772255,'plugins','woocommerce/i18n/states/CN.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2161,1452771989,1452772255,'plugins','woocommerce/i18n/states/TH.php',8,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2164,1452771989,1452772255,'plugins','woocommerce/i18n/states/CA.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2167,1452771989,1452772255,'plugins','woocommerce/i18n/states/ES.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2170,1452771989,1452772255,'plugins','woocommerce/i18n/states/NZ.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2173,1452771989,1452772255,'plugins','woocommerce/i18n/states/TR.php',4,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2176,1452771989,1452772255,'plugins','woocommerce/i18n/states/BR.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2179,1452771989,1452772255,'plugins','woocommerce/i18n/states/AR.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2182,1452771989,1452772255,'plugins','woocommerce/i18n/states/NP.php',4,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2185,1452771989,1452772255,'plugins','woocommerce/i18n/states/PE.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2188,1452771989,1452772255,'plugins','woocommerce/i18n/states/IN.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2191,1452771989,1452772255,'plugins','woocommerce/i18n/states/IR.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2194,1452771989,1452772255,'plugins','woocommerce/i18n/states/HK.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2197,1452771989,1452772255,'plugins','woocommerce/i18n/states/GR.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2200,1452771989,1452772255,'plugins','woocommerce/i18n/locale-info.php',19,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2203,1452771989,1452772255,'plugins','woocommerce/i18n/countries.php',11,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2206,1452771989,1452772255,'plugins','woocommerce/includes/abstracts/abstract-wc-widget.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2209,1452771989,1452772255,'plugins','woocommerce/includes/abstracts/abstract-wc-product.php',42,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2212,1452771989,1452772255,'plugins','woocommerce/includes/abstracts/abstract-wc-payment-gateway.php',9,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2215,1452771989,1452772255,'plugins','woocommerce/includes/abstracts/abstract-wc-order.php',78,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2218,1452771989,1452772255,'plugins','woocommerce/includes/abstracts/abstract-wc-session.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2221,1452771989,1452772255,'plugins','woocommerce/includes/abstracts/abstract-wc-integration.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2224,1452771989,1452772255,'plugins','woocommerce/includes/abstracts/abstract-wc-settings-api.php',26,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2227,1452771989,1452772255,'plugins','woocommerce/includes/abstracts/abstract-wc-shipping-method.php',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2230,1452771989,1452772255,'plugins','woocommerce/includes/admin/importers/class-wc-tax-rate-importer.php',8,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2233,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/views/html-order-download-permission.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2236,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/views/html-order-fee.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2239,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/views/html-order-refund.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2242,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/views/html-variation-admin.php',16,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2245,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/views/html-order-items.php',18,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2248,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/views/html-product-download.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2251,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/views/html-order-item.php',13,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2254,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/views/html-order-shipping.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2257,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/views/html-product-attribute.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2260,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/views/html-product-variation-download.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2263,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2266,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-reviews.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2269,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php',69,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2272,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-items.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2275,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-images.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2278,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php',4,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2281,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2284,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php',16,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2287,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-short-description.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2290,1452771989,1452772255,'plugins','woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-data.php',17,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2293,1452771989,1452772255,'plugins','woocommerce/includes/admin/reports/class-wc-report-most-stocked.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2296,1452771989,1452772255,'plugins','woocommerce/includes/admin/reports/class-wc-report-coupon-usage.php',17,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2299,1452771989,1452772255,'plugins','woocommerce/includes/admin/reports/class-wc-admin-report.php',18,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2302,1452771989,1452772255,'plugins','woocommerce/includes/admin/reports/class-wc-report-sales-by-product.php',18,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2305,1452771989,1452772255,'plugins','woocommerce/includes/admin/reports/class-wc-report-sales-by-category.php',13,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2308,1452771989,1452772255,'plugins','woocommerce/includes/admin/reports/class-wc-report-stock.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2311,1452771989,1452772255,'plugins','woocommerce/includes/admin/reports/class-wc-report-out-of-stock.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2314,1452771989,1452772255,'plugins','woocommerce/includes/admin/reports/class-wc-report-customers.php',11,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2317,1452771989,1452772255,'plugins','woocommerce/includes/admin/reports/class-wc-report-customer-list.php',9,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2320,1452771989,1452772255,'plugins','woocommerce/includes/admin/reports/class-wc-report-taxes-by-code.php',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2323,1452771989,1452772255,'plugins','woocommerce/includes/admin/reports/class-wc-report-sales-by-date.php',25,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2326,1452771989,1452772255,'plugins','woocommerce/includes/admin/reports/class-wc-report-taxes-by-date.php',8,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2329,1452771989,1452772255,'plugins','woocommerce/includes/admin/reports/class-wc-report-low-in-stock.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2332,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/views/html-keys-edit.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2335,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/views/html-settings-tax.php',12,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2338,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/views/html-webhook-logs.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2341,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/views/html-webhook-log.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2344,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/views/html-webhooks-edit.php',10,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2347,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/views/settings-tax.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2350,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/class-wc-settings-accounts.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2353,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/class-wc-settings-checkout.php',11,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2356,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/class-wc-settings-products.php',17,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2359,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/class-wc-settings-shipping.php',9,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2362,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/class-wc-settings-tax.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2365,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/class-wc-settings-integrations.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2368,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/class-wc-settings-emails.php',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2371,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/class-wc-settings-general.php',8,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2374,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/class-wc-settings-page.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2377,1452771989,1452772255,'plugins','woocommerce/includes/admin/settings/class-wc-settings-api.php',4,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2380,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-admin-page-status-logs.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2383,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-email-template-preview.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2386,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-report-by-date.php',4,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2389,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-admin-page-reports.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2392,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-notice-template-check.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2395,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-admin-page-status.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2398,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-notice-install.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2401,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-quick-edit-product.php',8,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2404,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-admin-page-status-report.php',39,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2407,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-admin-page-addons.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2410,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-admin-page-status-tools.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2413,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-notice-translation-upgrade.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2416,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-bulk-edit-product.php',11,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2419,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-notice-tracking.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2422,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-notice-update.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2425,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-admin-settings.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2428,1452771989,1452772255,'plugins','woocommerce/includes/admin/views/html-notice-theme-support.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2431,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-post-types.php',78,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2434,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-setup-wizard.php',40,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2437,1452771989,1452772255,'plugins','woocommerce/includes/admin/wc-meta-box-functions.php',12,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2440,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-dashboard.php',11,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2443,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-attributes.php',22,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2446,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-addons.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2449,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-status.php',11,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2452,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-permalink-settings.php',9,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2455,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin.php',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2458,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-assets.php',23,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2461,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-pointers.php',9,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2464,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-api-keys-table-list.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2467,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-api-keys.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2470,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-meta-boxes.php',9,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2473,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-reports.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2476,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-webhooks.php',14,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2479,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-notices.php',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2482,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-duplicate-product.php',9,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2485,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-taxonomies.php',12,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2488,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-settings.php',26,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2491,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-menus.php',10,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2494,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-profile.php',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2497,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-webhooks-table-list.php',10,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2500,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-importers.php',4,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2503,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-welcome.php',129,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2506,1452771989,1452772255,'plugins','woocommerce/includes/admin/wc-admin-functions.php',12,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2509,1452771989,1452772255,'plugins','woocommerce/includes/admin/class-wc-admin-help.php',12,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2512,1452771989,1452772255,'plugins','woocommerce/includes/api/v1/interface-wc-api-handler.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2515,1452771989,1452772255,'plugins','woocommerce/includes/api/v1/class-wc-api-authentication.php',12,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2518,1452771989,1452772255,'plugins','woocommerce/includes/api/v1/class-wc-api-xml-handler.php',8,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2521,1452771989,1452772255,'plugins','woocommerce/includes/api/v1/class-wc-api-products.php',17,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2524,1452771989,1452772255,'plugins','woocommerce/includes/api/v1/class-wc-api-orders.php',12,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2527,1452771989,1452772255,'plugins','woocommerce/includes/api/v1/class-wc-api-reports.php',14,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2530,1452771989,1452772255,'plugins','woocommerce/includes/api/v1/class-wc-api-coupons.php',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2533,1452771989,1452772255,'plugins','woocommerce/includes/api/v1/class-wc-api-resource.php',12,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2536,1452771989,1452772255,'plugins','woocommerce/includes/api/v1/class-wc-api-json-handler.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2539,1452771989,1452772255,'plugins','woocommerce/includes/api/v1/class-wc-api-server.php',21,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2542,1452771989,1452772255,'plugins','woocommerce/includes/api/v1/class-wc-api-customers.php',15,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2545,1452771989,1452772255,'plugins','woocommerce/includes/api/v2/interface-wc-api-handler.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2548,1452771989,1452772255,'plugins','woocommerce/includes/api/v2/class-wc-api-exception.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2551,1452771989,1452772255,'plugins','woocommerce/includes/api/v2/class-wc-api-webhooks.php',13,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2554,1452771989,1452772255,'plugins','woocommerce/includes/api/v2/class-wc-api-authentication.php',12,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2557,1452771989,1452772255,'plugins','woocommerce/includes/api/v2/class-wc-api-products.php',82,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2560,1452771989,1452772255,'plugins','woocommerce/includes/api/v2/class-wc-api-orders.php',59,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2563,1452771989,1452772255,'plugins','woocommerce/includes/api/v2/class-wc-api-reports.php',10,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2566,1452771989,1452772255,'plugins','woocommerce/includes/api/v2/class-wc-api-coupons.php',21,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2569,1452771989,1452772255,'plugins','woocommerce/includes/api/v2/class-wc-api-resource.php',14,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2572,1452771989,1452772255,'plugins','woocommerce/includes/api/v2/class-wc-api-json-handler.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2575,1452771989,1452772255,'plugins','woocommerce/includes/api/v2/class-wc-api-server.php',20,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2578,1452771989,1452772255,'plugins','woocommerce/includes/api/v2/class-wc-api-customers.php',25,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2581,1452771989,1452772255,'plugins','woocommerce/includes/api/interface-wc-api-handler.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2584,1452771989,1452772255,'plugins','woocommerce/includes/api/class-wc-api-exception.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2587,1452771989,1452772255,'plugins','woocommerce/includes/api/class-wc-api-webhooks.php',13,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2590,1452771989,1452772255,'plugins','woocommerce/includes/api/class-wc-api-authentication.php',13,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2593,1452771989,1452772255,'plugins','woocommerce/includes/api/class-wc-api-products.php',81,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2596,1452771989,1452772255,'plugins','woocommerce/includes/api/class-wc-api-orders.php',59,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2599,1452771989,1452772255,'plugins','woocommerce/includes/api/class-wc-api-reports.php',10,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2602,1452771989,1452772255,'plugins','woocommerce/includes/api/class-wc-api-coupons.php',21,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2605,1452771989,1452772255,'plugins','woocommerce/includes/api/class-wc-api-resource.php',14,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2608,1452771989,1452772255,'plugins','woocommerce/includes/api/class-wc-api-json-handler.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2611,1452771989,1452772255,'plugins','woocommerce/includes/api/class-wc-api-server.php',20,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2614,1452771989,1452772255,'plugins','woocommerce/includes/api/class-wc-api-customers.php',25,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2617,1452771989,1452772255,'plugins','woocommerce/includes/emails/class-wc-email.php',23,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2620,1452771989,1452772255,'plugins','woocommerce/includes/emails/class-wc-email-customer-completed-order.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2623,1452771989,1452772255,'plugins','woocommerce/includes/emails/class-wc-email-cancelled-order.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2626,1452771989,1452772255,'plugins','woocommerce/includes/emails/class-wc-email-customer-reset-password.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2629,1452771989,1452772255,'plugins','woocommerce/includes/emails/class-wc-email-customer-refunded-order.php',8,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2632,1452771989,1452772255,'plugins','woocommerce/includes/emails/class-wc-email-customer-invoice.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2635,1452771989,1452772255,'plugins','woocommerce/includes/emails/class-wc-email-customer-new-account.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2638,1452771989,1452772255,'plugins','woocommerce/includes/emails/class-wc-email-customer-processing-order.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2641,1452771989,1452772255,'plugins','woocommerce/includes/emails/class-wc-email-new-order.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2644,1452771989,1452772255,'plugins','woocommerce/includes/emails/class-wc-email-customer-note.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2647,1452771989,1452772255,'plugins','woocommerce/includes/gateways/bacs/class-wc-gateway-bacs.php',13,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2650,1452771989,1452772255,'plugins','woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2653,1452771989,1452772255,'plugins','woocommerce/includes/gateways/cod/class-wc-gateway-cod.php',8,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2656,1452771989,1452772255,'plugins','woocommerce/includes/gateways/paypal/assets/images/paypal.png',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2659,1452771989,1452772255,'plugins','woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php',11,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2662,1452771989,1452772255,'plugins','woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php',11,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2665,1452771989,1452772255,'plugins','woocommerce/includes/gateways/paypal/includes/settings-paypal.php',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2668,1452771989,1452772255,'plugins','woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2671,1452771989,1452772255,'plugins','woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-refund.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2674,1452771989,1452772255,'plugins','woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2677,1452771989,1452772255,'plugins','woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php',10,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2680,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/assets/images/logo.png',29,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2683,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/assets/images/cards.png',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2686,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/assets/js/simplify-commerce.js',4,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2689,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/assets/js/simplify-commerce.min.js',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2692,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Deposit.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2695,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Exceptions.php',8,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2698,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/CardToken.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2701,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/ResourceList.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2704,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Http.php',16,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2707,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Customer.php',12,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2710,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/InvoiceItem.php',8,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2713,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Constants.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2716,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Webhook.php',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2719,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Chargeback.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2722,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Event.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2725,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Refund.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2728,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Payment.php',8,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2731,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Subscription.php',9,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2734,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/PaymentsApi.php',10,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2737,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Object.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2740,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Authentication.php',4,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2743,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/AccessToken.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2746,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Plan.php',8,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2749,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Invoice.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2752,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Coupon.php',9,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2755,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/includes/Simplify.php',4,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2758,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php',21,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2761,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php',18,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2764,1452771989,1452772255,'plugins','woocommerce/includes/gateways/simplify-commerce-deprecated/class-wc-addons-gateway-simplify-commerce-deprecated.php',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2767,1452771989,1452772255,'plugins','woocommerce/includes/libraries/class-emogrifier.php',24,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2770,1452771989,1452772255,'plugins','woocommerce/includes/shipping/flat-rate/includes/class-wc-eval-math.php',12,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2773,1452771989,1452772255,'plugins','woocommerce/includes/shipping/flat-rate/includes/settings-flat-rate.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2776,1452771989,1452772255,'plugins','woocommerce/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php',11,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2779,1452771989,1452772255,'plugins','woocommerce/includes/shipping/free-shipping/class-wc-shipping-free-shipping.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2782,1452771989,1452772255,'plugins','woocommerce/includes/shipping/international-delivery/class-wc-shipping-international-delivery.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2785,1452771989,1452772255,'plugins','woocommerce/includes/shipping/local-delivery/class-wc-shipping-local-delivery.php',5,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2788,1452771989,1452772255,'plugins','woocommerce/includes/shipping/local-pickup/class-wc-shipping-local-pickup.php',6,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2791,1452771989,1452772255,'plugins','woocommerce/includes/shortcodes/class-wc-shortcode-cart.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2794,1452771989,1452772255,'plugins','woocommerce/includes/shortcodes/class-wc-shortcode-checkout.php',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2797,1452771989,1452772255,'plugins','woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php',10,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2800,1452771989,1452772255,'plugins','woocommerce/includes/shortcodes/class-wc-shortcode-order-tracking.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2803,1452771989,1452772255,'plugins','woocommerce/includes/updates/woocommerce-update-2.4.1.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2806,1452771989,1452772255,'plugins','woocommerce/includes/updates/woocommerce-update-2.2.php',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2809,1452771989,1452772255,'plugins','woocommerce/includes/updates/woocommerce-update-2.1.php',2,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2812,1452771989,1452772255,'plugins','woocommerce/includes/updates/woocommerce-update-2.0.php',11,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2815,1452771989,1452772255,'plugins','woocommerce/includes/updates/woocommerce-update-2.4.php',7,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2818,1452771989,1452772255,'plugins','woocommerce/includes/updates/woocommerce-update-2.3.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2821,1452771989,1452772255,'plugins','woocommerce/includes/updates/woocommerce-update-2.0.9.php',1,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2824,1452771989,1452772255,'plugins','woocommerce/includes/walkers/class-product-cat-list-walker.php',4,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2827,1452771989,1452772255,'plugins','woocommerce/includes/walkers/class-product-cat-dropdown-walker.php',3,1,0,'2016-01-14 11:46:47','2016-01-14 11:52:24','I','complete'),(2830,1452771989,1452772255,'plugins','woocommerce/includes/widgets/class-wc-widget-price-filter.php',7,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2833,1452771989,1452772255,'plugins','woocommerce/includes/widgets/class-wc-widget-product-categories.php',7,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2836,1452771989,1452772255,'plugins','woocommerce/includes/widgets/class-wc-widget-product-tag-cloud.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2839,1452771989,1452772255,'plugins','woocommerce/includes/widgets/class-wc-widget-recently-viewed.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2842,1452771989,1452772255,'plugins','woocommerce/includes/widgets/class-wc-widget-cart.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2845,1452771989,1452772255,'plugins','woocommerce/includes/widgets/class-wc-widget-layered-nav-filters.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2848,1452771989,1452772255,'plugins','woocommerce/includes/widgets/class-wc-widget-products.php',6,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2851,1452771989,1452772255,'plugins','woocommerce/includes/widgets/class-wc-widget-recent-reviews.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2854,1452771989,1452772255,'plugins','woocommerce/includes/widgets/class-wc-widget-top-rated-products.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2857,1452771989,1452772255,'plugins','woocommerce/includes/widgets/class-wc-widget-product-search.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2860,1452771989,1452772255,'plugins','woocommerce/includes/widgets/class-wc-widget-layered-nav.php',12,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2863,1452771989,1452772255,'plugins','woocommerce/includes/wc-term-functions.php',19,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2866,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-countries.php',29,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2869,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-geolocation.php',9,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2872,1452771989,1452772255,'plugins','woocommerce/includes/wc-user-functions.php',15,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2875,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-order.php',9,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2878,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-payment-gateways.php',5,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2881,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-template-loader.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2884,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-emails.php',14,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2887,1452771989,1452772255,'plugins','woocommerce/includes/wc-conditional-functions.php',10,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2890,1452771989,1452772255,'plugins','woocommerce/includes/wc-webhook-functions.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2893,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-logger.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2896,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-https.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2899,1452771989,1452772255,'plugins','woocommerce/includes/wc-order-functions.php',24,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2902,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-post-types.php',23,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2905,1452771989,1452772255,'plugins','woocommerce/includes/wc-cart-functions.php',9,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2908,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-geo-ip.php',30,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2911,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-session-handler.php',8,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2914,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-integrations.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2917,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-language-pack-upgrader.php',9,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2920,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-product-simple.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2923,1452771989,1452772255,'plugins','woocommerce/includes/wc-notice-functions.php',6,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2926,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-form-handler.php',32,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2929,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-webhook.php',21,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2932,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-checkout.php',29,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2935,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-download-handler.php',14,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2938,1452771989,1452772255,'plugins','woocommerce/includes/wc-template-hooks.php',8,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2941,1452771989,1452772255,'plugins','woocommerce/includes/wc-page-functions.php',8,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2944,1452771989,1452772255,'plugins','woocommerce/includes/wc-widget-functions.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2947,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-order-item-meta.php',6,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2950,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-shortcodes.php',21,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2953,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-autoloader.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2956,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-shipping.php',13,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2959,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-order-factory.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2962,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-api.php',9,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2965,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-ajax.php',91,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2968,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-tax.php',24,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2971,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-product-grouped.php',6,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2974,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-post-data.php',8,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2977,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-query.php',29,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2980,1452771989,1452772255,'plugins','woocommerce/includes/wc-formatting-functions.php',18,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2983,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-frontend-scripts.php',14,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2986,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-order-refund.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2989,1452771989,1452772255,'plugins','woocommerce/includes/wc-core-functions.php',24,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2992,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-product-factory.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2995,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-cache-helper.php',7,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(2998,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-shipping-rate.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3001,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-customer.php',13,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3004,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-coupon.php',27,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3007,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-tracker.php',13,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3010,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-validation.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3013,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-product-external.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3016,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-breadcrumb.php',9,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3019,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-install.php',25,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3022,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-embed.php',5,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3025,1452771989,1452772255,'plugins','woocommerce/includes/wc-template-functions.php',56,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3028,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-cart.php',75,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3031,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-comments.php',9,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3034,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-product-variation.php',21,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3037,1452771989,1452772255,'plugins','woocommerce/includes/wc-deprecated-functions.php',18,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3040,1452771989,1452772255,'plugins','woocommerce/includes/wc-attribute-functions.php',5,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3043,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-product-variable.php',30,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3046,1452771989,1452772255,'plugins','woocommerce/includes/class-wc-auth.php',11,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3049,1452771989,1452772255,'plugins','woocommerce/includes/wc-coupon-functions.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3052,1452771989,1452772255,'plugins','woocommerce/includes/wc-product-functions.php',20,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3055,1452771989,1452772255,'plugins','woocommerce/templates/auth/header.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3058,1452771989,1452772255,'plugins','woocommerce/templates/auth/form-login.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3061,1452771989,1452772255,'plugins','woocommerce/templates/auth/footer.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3064,1452771989,1452772255,'plugins','woocommerce/templates/auth/form-grant-access.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3067,1452771989,1452772255,'plugins','woocommerce/templates/cart/cart-empty.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3070,1452771989,1452772255,'plugins','woocommerce/templates/cart/proceed-to-checkout-button.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3073,1452771989,1452772255,'plugins','woocommerce/templates/cart/cart-item-data.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3076,1452771989,1452772255,'plugins','woocommerce/templates/cart/shipping-calculator.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3079,1452771989,1452772255,'plugins','woocommerce/templates/cart/cart-shipping.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3082,1452771989,1452772255,'plugins','woocommerce/templates/cart/cart-totals.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3085,1452771989,1452772255,'plugins','woocommerce/templates/cart/mini-cart.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3088,1452771989,1452772255,'plugins','woocommerce/templates/cart/cross-sells.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3091,1452771989,1452772255,'plugins','woocommerce/templates/cart/cart.php',6,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3094,1452771989,1452772255,'plugins','woocommerce/templates/checkout/payment.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3097,1452771989,1452772255,'plugins','woocommerce/templates/checkout/form-checkout.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3100,1452771989,1452772255,'plugins','woocommerce/templates/checkout/thankyou.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3103,1452771989,1452772255,'plugins','woocommerce/templates/checkout/form-coupon.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3106,1452771989,1452772255,'plugins','woocommerce/templates/checkout/cart-errors.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3109,1452771989,1452772255,'plugins','woocommerce/templates/checkout/form-login.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3112,1452771989,1452772255,'plugins','woocommerce/templates/checkout/payment-method.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3115,1452771989,1452772255,'plugins','woocommerce/templates/checkout/form-billing.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3118,1452771989,1452772255,'plugins','woocommerce/templates/checkout/review-order.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3121,1452771989,1452772255,'plugins','woocommerce/templates/checkout/form-pay.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3124,1452771989,1452772255,'plugins','woocommerce/templates/checkout/form-shipping.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3127,1452771989,1452772255,'plugins','woocommerce/templates/emails/plain/customer-invoice.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3130,1452771989,1452772255,'plugins','woocommerce/templates/emails/plain/admin-cancelled-order.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3133,1452771989,1452772255,'plugins','woocommerce/templates/emails/plain/email-order-items.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3136,1452771989,1452772255,'plugins','woocommerce/templates/emails/plain/customer-new-account.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3139,1452771989,1452772255,'plugins','woocommerce/templates/emails/plain/customer-refunded-order.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3142,1452771989,1452772255,'plugins','woocommerce/templates/emails/plain/admin-new-order.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3145,1452771989,1452772255,'plugins','woocommerce/templates/emails/plain/customer-completed-order.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3148,1452771989,1452772255,'plugins','woocommerce/templates/emails/plain/customer-note.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3151,1452771989,1452772255,'plugins','woocommerce/templates/emails/plain/email-addresses.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3154,1452771989,1452772255,'plugins','woocommerce/templates/emails/plain/customer-reset-password.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3157,1452771989,1452772255,'plugins','woocommerce/templates/emails/plain/customer-processing-order.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3160,1452771989,1452772255,'plugins','woocommerce/templates/emails/customer-invoice.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3163,1452771989,1452772255,'plugins','woocommerce/templates/emails/admin-cancelled-order.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3166,1452771989,1452772255,'plugins','woocommerce/templates/emails/email-header.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3169,1452771989,1452772255,'plugins','woocommerce/templates/emails/email-order-items.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3172,1452771989,1452772255,'plugins','woocommerce/templates/emails/email-styles.php',5,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3175,1452771989,1452772255,'plugins','woocommerce/templates/emails/customer-new-account.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3178,1452771989,1452772255,'plugins','woocommerce/templates/emails/customer-refunded-order.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3181,1452771989,1452772255,'plugins','woocommerce/templates/emails/admin-new-order.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3184,1452771989,1452772255,'plugins','woocommerce/templates/emails/customer-completed-order.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3187,1452771989,1452772255,'plugins','woocommerce/templates/emails/customer-note.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3190,1452771989,1452772255,'plugins','woocommerce/templates/emails/email-footer.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3193,1452771989,1452772255,'plugins','woocommerce/templates/emails/email-addresses.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3196,1452771989,1452772255,'plugins','woocommerce/templates/emails/customer-reset-password.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3199,1452771989,1452772255,'plugins','woocommerce/templates/emails/customer-processing-order.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3202,1452771989,1452772255,'plugins','woocommerce/templates/global/sidebar.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3205,1452771989,1452772255,'plugins','woocommerce/templates/global/wrapper-start.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3208,1452771989,1452772255,'plugins','woocommerce/templates/global/quantity-input.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3211,1452771989,1452772255,'plugins','woocommerce/templates/global/wrapper-end.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3214,1452771989,1452772255,'plugins','woocommerce/templates/global/form-login.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3217,1452771989,1452772255,'plugins','woocommerce/templates/global/breadcrumb.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3220,1452771989,1452772255,'plugins','woocommerce/templates/loop/price.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3223,1452771989,1452772255,'plugins','woocommerce/templates/loop/pagination.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3226,1452771989,1452772255,'plugins','woocommerce/templates/loop/add-to-cart.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3229,1452771989,1452772255,'plugins','woocommerce/templates/loop/sale-flash.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3232,1452771989,1452772255,'plugins','woocommerce/templates/loop/result-count.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3235,1452771989,1452772255,'plugins','woocommerce/templates/loop/loop-start.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3238,1452771989,1452772255,'plugins','woocommerce/templates/loop/title.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3241,1452771989,1452772255,'plugins','woocommerce/templates/loop/loop-end.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3244,1452771989,1452772255,'plugins','woocommerce/templates/loop/rating.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3247,1452771989,1452772255,'plugins','woocommerce/templates/loop/no-products-found.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3250,1452771989,1452772255,'plugins','woocommerce/templates/loop/orderby.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3253,1452771989,1452772255,'plugins','woocommerce/templates/myaccount/form-lost-password.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3256,1452771989,1452772255,'plugins','woocommerce/templates/myaccount/form-edit-account.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3259,1452771989,1452772255,'plugins','woocommerce/templates/myaccount/my-downloads.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3262,1452771989,1452772255,'plugins','woocommerce/templates/myaccount/form-edit-address.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3265,1452771989,1452772255,'plugins','woocommerce/templates/myaccount/my-account.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3268,1452771989,1452772255,'plugins','woocommerce/templates/myaccount/my-address.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3271,1452771989,1452772255,'plugins','woocommerce/templates/myaccount/my-orders.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3274,1452771989,1452772255,'plugins','woocommerce/templates/myaccount/form-login.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3277,1452771989,1452772255,'plugins','woocommerce/templates/myaccount/form-add-payment-method.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3280,1452771989,1452772255,'plugins','woocommerce/templates/myaccount/view-order.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3283,1452771989,1452772255,'plugins','woocommerce/templates/notices/notice.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3286,1452771989,1452772255,'plugins','woocommerce/templates/notices/error.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3289,1452771989,1452772255,'plugins','woocommerce/templates/notices/success.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3292,1452771989,1452772255,'plugins','woocommerce/templates/order/order-details-item.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3295,1452771989,1452772255,'plugins','woocommerce/templates/order/order-details-customer.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3298,1452771989,1452772255,'plugins','woocommerce/templates/order/order-details.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3301,1452771989,1452772255,'plugins','woocommerce/templates/order/form-tracking.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3304,1452771989,1452772255,'plugins','woocommerce/templates/order/order-again.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3307,1452771989,1452772255,'plugins','woocommerce/templates/order/tracking.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3310,1452771989,1452772255,'plugins','woocommerce/templates/single-product/add-to-cart/variable.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3313,1452771989,1452772255,'plugins','woocommerce/templates/single-product/add-to-cart/simple.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3316,1452771989,1452772255,'plugins','woocommerce/templates/single-product/add-to-cart/external.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3319,1452771989,1452772255,'plugins','woocommerce/templates/single-product/add-to-cart/grouped.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3322,1452771989,1452772255,'plugins','woocommerce/templates/single-product/tabs/additional-information.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3325,1452771989,1452772255,'plugins','woocommerce/templates/single-product/tabs/description.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3328,1452771989,1452772255,'plugins','woocommerce/templates/single-product/tabs/tabs.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3331,1452771989,1452772255,'plugins','woocommerce/templates/single-product/related.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3334,1452771989,1452772255,'plugins','woocommerce/templates/single-product/price.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3337,1452771989,1452772255,'plugins','woocommerce/templates/single-product/product-image.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3340,1452771989,1452772255,'plugins','woocommerce/templates/single-product/review.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3343,1452771989,1452772255,'plugins','woocommerce/templates/single-product/meta.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3346,1452771989,1452772255,'plugins','woocommerce/templates/single-product/sale-flash.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3349,1452771989,1452772255,'plugins','woocommerce/templates/single-product/product-attributes.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3352,1452771989,1452772255,'plugins','woocommerce/templates/single-product/product-thumbnails.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3355,1452771989,1452772255,'plugins','woocommerce/templates/single-product/title.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3358,1452771989,1452772255,'plugins','woocommerce/templates/single-product/rating.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3361,1452771989,1452772255,'plugins','woocommerce/templates/single-product/short-description.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3364,1452771989,1452772255,'plugins','woocommerce/templates/single-product/share.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3367,1452771989,1452772255,'plugins','woocommerce/templates/single-product/up-sells.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3370,1452771989,1452772255,'plugins','woocommerce/templates/product-searchform.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3373,1452771989,1452772255,'plugins','woocommerce/templates/archive-product.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3376,1452771989,1452772255,'plugins','woocommerce/templates/single-product-reviews.php',5,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3379,1452771989,1452772255,'plugins','woocommerce/templates/content-product.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3382,1452771989,1452772255,'plugins','woocommerce/templates/content-single-product.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3385,1452771989,1452772255,'plugins','woocommerce/templates/taxonomy-product_cat.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3388,1452771989,1452772255,'plugins','woocommerce/templates/content-product_cat.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3391,1452771989,1452772255,'plugins','woocommerce/templates/taxonomy-product_tag.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3394,1452771989,1452772255,'plugins','woocommerce/templates/single-product.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3397,1452771989,1452772255,'plugins','woocommerce/templates/content-widget-product.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3400,1452771989,1452772255,'plugins','woocommerce/woocommerce.php',15,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3403,1452771989,1452772255,'plugins','woocommerce/readme.txt',25,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3406,1452771989,1452772255,'plugins','woocommerce/license.txt',36,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3409,1452771989,1452772255,'plugins','woocommerce/uninstall.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3412,1452771989,1452772255,'plugins','contact-form-7/admin/css/styles-rtl.css',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3415,1452771989,1452772255,'plugins','contact-form-7/admin/css/styles.css',6,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3418,1452771989,1452772255,'plugins','contact-form-7/admin/includes/tag-generator.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3421,1452771989,1452772255,'plugins','contact-form-7/admin/includes/admin-functions.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3424,1452771989,1452772255,'plugins','contact-form-7/admin/includes/help-tabs.php',8,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3427,1452771989,1452772255,'plugins','contact-form-7/admin/includes/editor.php',8,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3430,1452771989,1452772255,'plugins','contact-form-7/admin/includes/class-contact-forms-list-table.php',5,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3433,1452771989,1452772255,'plugins','contact-form-7/admin/js/scripts.js',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3436,1452771989,1452772255,'plugins','contact-form-7/admin/js/tag-generator.js',6,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3439,1452771989,1452772255,'plugins','contact-form-7/admin/edit-contact-form.php',9,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3442,1452771989,1452772255,'plugins','contact-form-7/admin/admin.php',16,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3445,1452771989,1452772255,'plugins','contact-form-7/images/ajax-loader.gif',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3448,1452771989,1452772255,'plugins','contact-form-7/includes/css/styles-rtl.css',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3451,1452771989,1452772255,'plugins','contact-form-7/includes/css/styles.css',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3454,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png',5,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3457,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3460,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3463,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png',5,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3466,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png',7,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3469,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png',7,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3472,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png',7,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3475,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3478,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3481,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/animated-overlay.gif',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3484,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3487,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3490,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3493,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3496,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css',27,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3499,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery.ui.theme.css',17,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3502,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css',32,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3505,1452771989,1452772255,'plugins','contact-form-7/includes/js/scripts.js',12,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3508,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery.form.min.js',15,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3511,1452771989,1452772255,'plugins','contact-form-7/includes/js/jquery.form.js',43,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3514,1452771989,1452772255,'plugins','contact-form-7/includes/upgrade.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3517,1452771989,1452772255,'plugins','contact-form-7/includes/integration.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3520,1452771989,1452772255,'plugins','contact-form-7/includes/formatting.php',8,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3523,1452771989,1452772255,'plugins','contact-form-7/includes/functions.php',7,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3526,1452771989,1452772255,'plugins','contact-form-7/includes/capabilities.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3529,1452771989,1452772255,'plugins','contact-form-7/includes/contact-form-template.php',6,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3532,1452771989,1452772255,'plugins','contact-form-7/includes/pipe.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3535,1452771989,1452772255,'plugins','contact-form-7/includes/validation.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3538,1452771989,1452772255,'plugins','contact-form-7/includes/shortcodes.php',13,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3541,1452771989,1452772255,'plugins','contact-form-7/includes/contact-form.php',23,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3544,1452771989,1452772255,'plugins','contact-form-7/includes/l10n.php',5,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3547,1452771989,1452772255,'plugins','contact-form-7/includes/submission.php',7,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3550,1452771989,1452772255,'plugins','contact-form-7/includes/controller.php',6,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3553,1452771989,1452772255,'plugins','contact-form-7/includes/mail.php',9,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3556,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-bs_BA.mo',8,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3559,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-sr_RS.mo',18,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3562,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-hy_AM.mo',19,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3565,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-hu_HU.mo',37,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3568,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-el.mo',26,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3571,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-da_DK.mo',33,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3574,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-ko_KR.mo',21,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3577,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-hi_IN.mo',21,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3580,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-pt_BR.mo',20,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3583,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-tl.mo',18,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3586,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-ta.mo',26,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3589,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-nb_NO.mo',15,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3592,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-ar.mo',21,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3595,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-eu.mo',16,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3598,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-ga_IE.mo',16,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3601,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-nl_NL.mo',34,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3604,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-zh_TW.mo',15,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3607,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-pt_PT.mo',36,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3610,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-uk.mo',24,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3613,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-bn_IN.mo',25,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3616,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-he_IL.mo',30,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3619,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-cs_CZ.mo',20,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3622,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-mt_MT.mo',14,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3625,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-bg_BG.mo',6,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3628,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-be_BY.mo',18,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3631,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-lt_LT.mo',17,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3634,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-gu_IN.mo',24,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3637,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-pl_PL.mo',18,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3640,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-ca.mo',18,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3643,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-lv.mo',15,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3646,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-de_DE.mo',29,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3649,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-mk_MK.mo',19,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3652,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-ro_RO.mo',18,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3655,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-az.mo',15,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3658,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-fi.mo',19,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3661,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-ru_RU.mo',34,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3664,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-th.mo',28,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3667,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-ml_IN.mo',21,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3670,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-gl_ES.mo',15,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3673,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-bn_BD.mo',11,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3676,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-sv_SE.mo',33,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3679,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-ht.mo',19,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3682,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-sk_SK.mo',20,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3685,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-sl_SI.mo',28,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3688,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-zh_CN.mo',17,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3691,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-ja.mo',40,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3694,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-id_ID.mo',12,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3697,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-si_LK.mo',23,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3700,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-vi.mo',14,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3703,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-tr_TR.mo',36,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3706,1452771989,1452772255,'plugins','contact-form-7/languages/readme.txt',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3709,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-fr_FR.mo',20,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3712,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-ms_MY.mo',14,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3715,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-et.mo',32,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3718,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-pa_IN.mo',27,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3721,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-ckb.mo',23,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3724,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-it_IT.mo',16,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3727,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-sq.mo',5,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3730,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-hr.mo',33,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3733,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-es_ES.mo',36,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3736,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-fa_IR.mo',41,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3739,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-eo_EO.mo',14,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3742,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-ka_GE.mo',22,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3745,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7-af.mo',14,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3748,1452771989,1452772255,'plugins','contact-form-7/languages/contact-form-7.pot',42,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3751,1452771989,1452772255,'plugins','contact-form-7/modules/flamingo.php',5,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3754,1452771989,1452772255,'plugins','contact-form-7/modules/recaptcha.php',15,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3757,1452771989,1452772255,'plugins','contact-form-7/modules/quiz.php',7,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3760,1452771989,1452772255,'plugins','contact-form-7/modules/akismet.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3763,1452771989,1452772255,'plugins','contact-form-7/modules/listo.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3766,1452771989,1452772255,'plugins','contact-form-7/modules/submit.php',3,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3769,1452771989,1452772255,'plugins','contact-form-7/modules/response.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3772,1452771989,1452772255,'plugins','contact-form-7/modules/jetpack.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3775,1452771989,1452772255,'plugins','contact-form-7/modules/textarea.php',7,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3778,1452771989,1452772255,'plugins','contact-form-7/modules/acceptance.php',6,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3781,1452771989,1452772255,'plugins','contact-form-7/modules/number.php',9,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3784,1452771989,1452772255,'plugins','contact-form-7/modules/date.php',8,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3787,1452771989,1452772255,'plugins','contact-form-7/modules/file.php',12,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3790,1452771989,1452772255,'plugins','contact-form-7/modules/count.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3793,1452771989,1452772255,'plugins','contact-form-7/modules/text.php',11,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3796,1452771989,1452772255,'plugins','contact-form-7/modules/select.php',8,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3799,1452771989,1452772255,'plugins','contact-form-7/modules/checkbox.php',11,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3802,1452771989,1452772255,'plugins','contact-form-7/modules/really-simple-captcha.php',16,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3805,1452771989,1452772255,'plugins','contact-form-7/tmp-contact-form-7-readme.pot',12,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3808,1452771989,1452772255,'plugins','contact-form-7/readme.txt',8,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3811,1452771989,1452772255,'plugins','contact-form-7/license.txt',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3814,1452771989,1452772255,'plugins','contact-form-7/uninstall.php',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3817,1452771989,1452772255,'plugins','contact-form-7/settings.php',4,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3820,1452771989,1452772255,'plugins','contact-form-7/tmp-contact-form-7.pot',35,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3823,1452771989,1452772255,'plugins','contact-form-7/wp-contact-form-7.php',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3826,1452771989,1452772255,'plugins','envato-toolkit/assets/css/style.css',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3829,1452771989,1452772255,'plugins','envato-toolkit/assets/fonts/envato.eot',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3832,1452771989,1452772255,'plugins','envato-toolkit/assets/fonts/envato.svg',1,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3835,1452771989,1452772255,'plugins','envato-toolkit/assets/fonts/envato.ttf',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3838,1452771989,1452772255,'plugins','envato-toolkit/assets/fonts/envato.woff',2,1,0,'2016-01-14 11:46:48','2016-01-14 11:52:24','I','complete'),(3841,1452771989,1452772255,'plugins','envato-toolkit/assets/js/ajax-notification.js',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3844,1452771989,1452772255,'plugins','envato-toolkit/includes/class-envato-api.php',12,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3847,1452771989,1452772255,'plugins','envato-toolkit/includes/class-envato-backup.php',24,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3850,1452771989,1452772255,'plugins','envato-toolkit/includes/class-github-updater.php',12,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3853,1452771989,1452772255,'plugins','envato-toolkit/includes/class-wp-upgrader.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3856,1452771989,1452772255,'plugins','envato-toolkit/languages/envato-wordpress-toolkit.po',8,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3859,1452771989,1452772255,'plugins','envato-toolkit/index.php',49,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3862,1452771989,1452772255,'plugins','envato-toolkit/readme.txt',6,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3865,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-red.css',7,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3868,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-green.css.map',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3871,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/checkbox.css.map',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3874,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-blue.css',7,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3877,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-blue.min.css',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3880,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/admin.min.css',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3883,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-green.min.css',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3886,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-light.css',7,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3889,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form.css',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3892,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-light.min.css',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3895,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-light.css.map',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3898,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-dark.css.map',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3901,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form.min.css',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3904,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-red.css.map',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3907,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/checkbox.min.css',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3910,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/checkbox.css',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3913,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-dark.min.css',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3916,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/admin.css',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3919,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-dark.css',7,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3922,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-green.css',7,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3925,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-blue.css.map',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3928,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form.css.map',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3931,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/css/form-theme-red.min.css',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3934,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/img/icon.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3937,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/img/icon-large.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3940,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/js/third-party/placeholders.min.js',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3943,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/js/third-party/beautify-html.js',39,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3946,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/js/third-party/beautify-html.min.js',11,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3949,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/js/form-request.js',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3952,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/js/form-request.min.js',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3955,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/js/admin.min.js',8,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3958,1452771989,1452772255,'plugins','mailchimp-for-wp/assets/js/admin.js',17,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3961,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/admin/class-usage-tracking-nag.php',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3964,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/admin/class-update-control.php',7,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3967,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/admin/class-admin.php',14,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3970,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/admin/class-db-upgrader.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3973,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/admin/class-remote-content-block.php',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3976,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/admin/class-usage-tracking.php',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3979,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/functions/template.php',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3982,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/functions/general.php',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3985,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/integrations/class-multisite.php',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3988,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/integrations/class-buddypress.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3991,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/integrations/class-comment-form.php',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3994,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/integrations/class-cf7.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(3997,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/integrations/class-events-manager.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4000,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/integrations/class-general.php',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4003,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/integrations/class-registration-form.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4006,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/integrations/class-user-integration.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4009,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/integrations/class-bbpress.php',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4012,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/integrations/class-edd.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4015,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/integrations/class-woocommerce.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4018,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/integrations/class-integration.php',9,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4021,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/views/parts/admin-need-support.php',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4024,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/views/parts/admin-footer.php',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4027,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/views/parts/admin-upgrade-to-pro.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4030,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/views/parts/date-polyfill.js',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4033,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/views/parts/admin-field-wizard.php',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4036,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/views/parts/form-enhancements.js',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4039,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/views/api-settings.php',7,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4042,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/views/form-settings.php',19,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4045,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/views/checkbox-settings.php',7,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4048,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-field-map.php',7,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4051,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-request.php',8,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4054,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-mailchimp.php',9,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4057,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-api.php',11,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4060,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-checkbox-manager.php',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4063,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-form-validator.php',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4066,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-widget.php',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4069,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-subscribe-request.php',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4072,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-form-listener.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4075,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-tools.php',6,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4078,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-form.php',12,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4081,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/interface-request.php',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4084,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-form-manager.php',6,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4087,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-plugin.php',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4090,1452771989,1452772255,'plugins','mailchimp-for-wp/includes/class-unsubscribe-request.php',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4093,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-pt_BR.mo',42,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4096,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-da_DK.po',61,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4099,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-fa_IR.po',102,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4102,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-fi_FI.po',90,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4105,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-id_ID.po',88,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4108,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-zh_CN.mo',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4111,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-sk_SK.po',87,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4114,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-ms_MY.mo',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4117,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-ms_MY.po',60,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4120,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-hu_HU.mo',42,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4123,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-es_ES.mo',44,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4126,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-zh_HK.po',60,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4129,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-de_CH.mo',38,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4132,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-es.po',57,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4135,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-es_PR.mo',29,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4138,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-nl_NL.mo',39,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4141,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-ja_JP.mo',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4144,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-ca_ES.po',96,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4147,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-fr_FR.po',93,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4150,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-bg_BG.mo',11,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4153,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-sl_SI.po',61,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4156,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-sr_RS.po',61,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4159,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-zh_TW.mo',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4162,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-pt_PT.mo',33,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4165,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-vi_VN.mo',34,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4168,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-it_IT.mo',39,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4171,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-ro_RO.po',61,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4174,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-sv_SE.po',94,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4177,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-zh_CN.po',60,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4180,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-ru_RU.mo',55,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4183,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-de_DE.po',94,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4186,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-hu_HU.po',95,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4189,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-tr_TR.po',86,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4192,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-zh_TW.po',62,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4195,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-ca_ES.mo',44,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4198,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-de_CH.po',93,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4201,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-no_NO.po',62,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4204,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-af_ZA.mo',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4207,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-el_GR.po',109,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4210,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-sv_SE.mo',42,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4213,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-th_TH.mo',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4216,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-gl_ES.mo',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4219,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-es_PR.po',90,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4222,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-gl_ES.po',60,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4225,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-pt_PT.po',91,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4228,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-it_IT.po',94,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4231,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-ru_RU.po',108,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4234,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-pl_PL.mo',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4237,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-pl_PL.po',61,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4240,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-bg_BG.po',66,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4243,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-sr_RS.mo',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4246,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-de_DE.mo',39,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4249,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-no_NO.mo',6,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4252,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-cs_CZ.mo',26,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4255,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-sw_KE.po',60,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4258,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-fi_FI.mo',32,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4261,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-sw_KE.mo',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4264,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-lt_LT.po',61,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4267,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-da_DK.mo',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4270,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-th_TH.po',60,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4273,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-lt_LT.mo',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4276,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-vi_VN.po',92,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4279,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-ro_RO.mo',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4282,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-ja_JP.po',60,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4285,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-sk_SK.mo',23,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4288,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-cs_CZ.po',88,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4291,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-pt_BR.po',95,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4294,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-es_ES.po',97,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4297,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-he_IL.mo',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4300,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-nl_NL.po',93,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4303,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-id_ID.mo',28,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4306,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-tr_TR.mo',24,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4309,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp.pot',57,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4312,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-he_IL.po',60,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4315,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-sl_SI.mo',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4318,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-zh_HK.mo',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4321,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-fa_IR.mo',49,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4324,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-af_ZA.po',61,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4327,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-es.mo',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4330,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-fr_FR.mo',34,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4333,1452771989,1452772255,'plugins','mailchimp-for-wp/languages/mailchimp-for-wp-el_GR.mo',57,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4336,1452771989,1452772255,'plugins','mailchimp-for-wp/vendor/composer/autoload_namespaces.php',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4339,1452771989,1452772255,'plugins','mailchimp-for-wp/vendor/composer/LICENSE',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4342,1452771989,1452772255,'plugins','mailchimp-for-wp/vendor/composer/autoload_psr4.php',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4345,1452771989,1452772255,'plugins','mailchimp-for-wp/vendor/composer/autoload_real.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4348,1452771989,1452772255,'plugins','mailchimp-for-wp/vendor/composer/autoload_classmap.php',11,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4351,1452771989,1452772255,'plugins','mailchimp-for-wp/vendor/composer/autoload_real_52.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4354,1452771989,1452772255,'plugins','mailchimp-for-wp/vendor/composer/ClassLoader.php',13,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4357,1452771989,1452772255,'plugins','mailchimp-for-wp/vendor/composer/ClassLoader52.php',7,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4360,1452771989,1452772255,'plugins','mailchimp-for-wp/vendor/autoload_52.php',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4363,1452771989,1452772255,'plugins','mailchimp-for-wp/wpml-config.xml',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4366,1452771989,1452772255,'plugins','mailchimp-for-wp/LICENSE',33,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4369,1452771989,1452772255,'plugins','mailchimp-for-wp/mailchimp-for-wp.php',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4372,1452771989,1452772255,'plugins','mailchimp-for-wp/readme.txt',30,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4375,1452771989,1452772255,'plugins','regenerate-thumbnails/jquery-ui/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4378,1452771989,1452772255,'plugins','regenerate-thumbnails/jquery-ui/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4381,1452771989,1452772255,'plugins','regenerate-thumbnails/jquery-ui/redmond/images/ui-bg_glass_85_dfeffc_1x400.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4384,1452771989,1452772255,'plugins','regenerate-thumbnails/jquery-ui/redmond/images/ui-bg_flat_55_fbec88_40x100.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4387,1452771989,1452772255,'plugins','regenerate-thumbnails/jquery-ui/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4390,1452771989,1452772255,'plugins','regenerate-thumbnails/jquery-ui/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4393,1452771989,1452772255,'plugins','regenerate-thumbnails/jquery-ui/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4396,1452771989,1452772255,'plugins','regenerate-thumbnails/jquery-ui/redmond/images/ui-bg_glass_95_fef1ec_1x400.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4399,1452771989,1452772255,'plugins','regenerate-thumbnails/jquery-ui/redmond/jquery-ui-1.7.2.custom.css',27,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4402,1452771989,1452772255,'plugins','regenerate-thumbnails/jquery-ui/jquery.ui.progressbar.min.1.7.2.js',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4405,1452771989,1452772255,'plugins','regenerate-thumbnails/jquery-ui/jquery.ui.progressbar.min.js',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4408,1452771989,1452772255,'plugins','regenerate-thumbnails/screenshot-3.png',50,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4411,1452771989,1452772255,'plugins','regenerate-thumbnails/screenshot-1.png',83,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4414,1452771989,1452772255,'plugins','regenerate-thumbnails/readme.txt',6,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4417,1452771989,1452772255,'plugins','regenerate-thumbnails/regenerate-thumbnails.php',18,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4420,1452771989,1452772255,'plugins','regenerate-thumbnails/screenshot-2.png',27,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4423,1452771989,1452772255,'plugins','revslider/admin/assets/css/font/egfont.eot',51,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4426,1452771989,1452772255,'plugins','revslider/admin/assets/css/font/egfont.svg',101,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4429,1452771989,1452772255,'plugins','revslider/admin/assets/css/font/egfont.ttf',51,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4432,1452771989,1452772255,'plugins','revslider/admin/assets/css/font/egfont.woff',32,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4435,1452771989,1452772255,'plugins','revslider/admin/assets/css/font/index.php',0,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4438,1452771989,1452772255,'plugins','revslider/admin/assets/css/admin.css',121,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4441,1452771989,1452772255,'plugins','revslider/admin/assets/css/edit_layers.css',132,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4444,1452771989,1452772255,'plugins','revslider/admin/assets/css/global.css',8,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4447,1452771989,1452772255,'plugins','revslider/admin/assets/css/index.php',0,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4450,1452771989,1452772255,'plugins','revslider/admin/assets/css/tipsy.css',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4453,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/add_preset.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4456,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/arrows.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4459,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/auto.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4462,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/bullets.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4465,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/cssicon.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4468,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/fullscreen.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4471,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/fullwidth.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4474,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/imageicon.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4477,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/index.php',0,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4480,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/jqueryicon.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4483,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/linktoslide.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4486,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/mini-customizeslide.jpg',9,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4489,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/mini-editslide.jpg',13,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4492,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/mini-implement.jpg',8,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4495,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/openclose.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4498,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/showimage.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4501,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/tabs.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4504,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/thumbnails.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4507,1452771989,1452772255,'plugins','revslider/admin/assets/images/mainoptions/tp_uparrow.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4510,1452771989,1452772255,'plugins','revslider/admin/assets/images/navigationeditor/index.php',0,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4513,1452771989,1452772255,'plugins','revslider/admin/assets/images/navigationeditor/tp_thumb.jpg',20,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4516,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/carousel_full_rounded.png',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4519,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/carousel_thumbs_right_fullscreen.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4522,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/cover_carousel_endless.png',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4525,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/cover_carousel_thumbs.png',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4528,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/flat_carousel.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4531,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/flat_carousel_thumbs.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4534,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/flat_carousel_thumbs_left.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4537,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/index.php',0,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4540,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/scroll_fullscreen.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4543,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/slideshow_auto_layout.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4546,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/thumbs_left_auto.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4549,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/thumbs_right_auto.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4552,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/thumb_auto1.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4555,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderpresets/wide_fullscreen.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4558,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderselector/index.php',0,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4561,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderselector/type_carousel.png',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4564,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderselector/type_hero.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4567,1452771989,1452772255,'plugins','revslider/admin/assets/images/sliderselector/type_slider.png',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4570,1452771989,1452772255,'plugins','revslider/admin/assets/images/slidersources/index.php',0,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4573,1452771989,1452772255,'plugins','revslider/admin/assets/images/slidersources/tp_source_defa.png',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4576,1452771989,1452772255,'plugins','revslider/admin/assets/images/slidersources/tp_source_face.png',11,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4579,1452771989,1452772255,'plugins','revslider/admin/assets/images/slidersources/tp_source_flic.png',4,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4582,1452771989,1452772255,'plugins','revslider/admin/assets/images/slidersources/tp_source_inst.png',17,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4585,1452771989,1452772255,'plugins','revslider/admin/assets/images/slidersources/tp_source_post.png',6,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4588,1452771989,1452772255,'plugins','revslider/admin/assets/images/slidersources/tp_source_twit.png',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4591,1452771989,1452772255,'plugins','revslider/admin/assets/images/slidersources/tp_source_vime.png',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4594,1452771989,1452772255,'plugins','revslider/admin/assets/images/slidersources/tp_source_wooc.png',9,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4597,1452771989,1452772255,'plugins','revslider/admin/assets/images/slidersources/tp_source_yout.png',8,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4600,1452771989,1452772255,'plugins','revslider/admin/assets/images/sources/fb.png',18,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4603,1452771989,1452772255,'plugins','revslider/admin/assets/images/sources/fr.png',11,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4606,1452771989,1452772255,'plugins','revslider/admin/assets/images/sources/ig.png',15,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4609,1452771989,1452772255,'plugins','revslider/admin/assets/images/sources/index.php',0,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4612,1452771989,1452772255,'plugins','revslider/admin/assets/images/sources/notice.txt',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4615,1452771989,1452772255,'plugins','revslider/admin/assets/images/sources/post.png',17,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4618,1452771989,1452772255,'plugins','revslider/admin/assets/images/sources/revolution_slide1.png',19,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4621,1452771989,1452772255,'plugins','revslider/admin/assets/images/sources/revolution_slide2.png',19,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4624,1452771989,1452772255,'plugins','revslider/admin/assets/images/sources/tw.png',9,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4627,1452771989,1452772255,'plugins','revslider/admin/assets/images/sources/vm.png',24,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4630,1452771989,1452772255,'plugins','revslider/admin/assets/images/sources/wc.png',19,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4633,1452771989,1452772255,'plugins','revslider/admin/assets/images/sources/yt.png',15,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4636,1452771989,1452772255,'plugins','revslider/admin/assets/images/toolbar/addlayer.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4639,1452771989,1452772255,'plugins','revslider/admin/assets/images/toolbar/advancedcss.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4642,1452771989,1452772255,'plugins','revslider/admin/assets/images/toolbar/animate_in.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4645,1452771989,1452772255,'plugins','revslider/admin/assets/images/toolbar/animate_out.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4648,1452771989,1452772255,'plugins','revslider/admin/assets/images/toolbar/arrow_grey.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4651,1452771989,1452772255,'plugins','revslider/admin/assets/images/toolbar/arrow_white.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4654,1452771989,1452772255,'plugins','revslider/admin/assets/images/toolbar/backtoidle.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4657,1452771989,1452772255,'plugins','revslider/admin/assets/images/toolbar/conflict.png',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4660,1452771989,1452772255,'plugins','unicase-extensions/languages/unicase-extension.pot',12,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4663,1452771989,1452772255,'plugins','unicase-extensions/modules/js_composer/config/map.php',20,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4666,1452771989,1452772255,'plugins','unicase-extensions/modules/js_composer/include/shortcodes/shortcode_unicase_banner.php',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4669,1452771989,1452772255,'plugins','unicase-extensions/modules/js_composer/include/shortcodes/shortcode_unicase_blog_carousel.php',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4672,1452771989,1452772255,'plugins','unicase-extensions/modules/js_composer/include/shortcodes/shortcode_unicase_brands_carousel.php',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4675,1452771989,1452772255,'plugins','unicase-extensions/modules/js_composer/include/shortcodes/shortcode_unicase_product_tabs.php',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4678,1452771989,1452772255,'plugins','unicase-extensions/modules/js_composer/include/shortcodes/shortcode_unicase_product_tabs_carousel.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4681,1452771989,1452772255,'plugins','unicase-extensions/modules/js_composer/include/shortcodes/shortcode_unicase_products_carousel.php',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4684,1452771989,1452772255,'plugins','unicase-extensions/modules/js_composer/js_composer.php',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4687,1452771989,1452772255,'plugins','unicase-extensions/modules/post-types/static-block.php',12,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4690,1452771989,1452772255,'plugins','unicase-extensions/modules/theme-shortcodes/class-unicase-query-shortcode.php',7,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4693,1452771989,1452772255,'plugins','unicase-extensions/modules/theme-shortcodes/theme-shortcodes.php',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4696,1452771989,1452772255,'plugins','unicase-extensions/unicase-extensions.php',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4699,1452771989,1452772255,'plugins','js_composer/assets/css/lib/typicons/src/font/LICENCE.md',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4702,1452771989,1452772255,'plugins','js_composer/assets/css/lib/typicons/src/font/typicons.eot',98,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4705,1452771989,1452772255,'plugins','js_composer/assets/css/lib/typicons/src/font/typicons.min.css',15,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4708,1452771989,1452772255,'plugins','js_composer/assets/css/lib/typicons/src/font/typicons.svg',183,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4711,1452771989,1452772255,'plugins','js_composer/assets/css/lib/typicons/src/font/typicons.ttf',98,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4714,1452771989,1452772255,'plugins','js_composer/assets/css/lib/typicons/src/font/typicons.woff',59,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4717,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.eot',75,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4720,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg',113,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4723,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.ttf',75,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4726,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.woff',45,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4729,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-entypo/vc_entypo.min.css',13,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4732,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.eot',16,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4735,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg',94,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4738,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.ttf',16,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4741,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.woff',27,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4744,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-linecons/vc_linecons_icons.min.css',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4747,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.eot',23,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4750,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg',42,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4753,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.ttf',23,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4756,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.woff',14,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4759,1452771989,1452772255,'plugins','js_composer/assets/css/lib/vc-open-iconic/vc_openiconic.min.css',7,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4762,1452771989,1452772255,'plugins','js_composer/assets/css/lib/isotope.min.css',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4765,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4768,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_0_eeeeee_40x100.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4771,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_55_ffffff_40x100.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4774,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_75_ffffff_40x100.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4777,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/images/ui-bg_glass_65_ffffff_1x400.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4780,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4783,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/images/ui-bg_highlight-soft_25_eaf2fa_1x100.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4786,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/images/ui-bg_highlight-soft_50_dddddd_1x100.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4789,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/images/ui-icons_1982d1_256x240.png',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4792,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/images/ui-icons_333333_256x240.png',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4795,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/images/ui-icons_454545_256x240.png',5,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4798,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/images/ui-icons_ff0046_256x240.png',6,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4801,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/images/ui-resize-icon.png',1,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4804,1452771989,1452772255,'plugins','js_composer/assets/css/ui-custom-theme/jquery-ui-less.custom.min.css',18,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4807,1452771989,1452772255,'plugins','js_composer/assets/css/js_composer.min.css',710,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4810,1452771989,1452772255,'plugins','js_composer/assets/css/js_composer_backend_editor.min.css',406,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4813,1452771989,1452772255,'plugins','js_composer/assets/css/js_composer_frontend_editor.min.css',195,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4816,1452771989,1452772255,'plugins','js_composer/assets/css/js_composer_frontend_editor_iframe.min.css',48,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4819,1452771989,1452772255,'plugins','js_composer/assets/css/js_composer_settings.min.css',47,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4822,1452771989,1452772255,'plugins','js_composer/assets/css/vc-ie8.min.css',3,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4825,1452771989,1452772255,'plugins','js_composer/assets/css/vc_lte_ie9.min.css',2,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4828,1452771989,1452772255,'plugins','js_composer/assets/fonts/vc_grid/vc_grid_v1.eot',6,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4831,1452771989,1452772255,'plugins','js_composer/assets/fonts/vc_grid/vc_grid_v1.svg',13,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4834,1452771989,1452772255,'plugins','js_composer/assets/fonts/vc_grid/vc_grid_v1.ttf',6,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4837,1452771989,1452772255,'plugins','js_composer/assets/fonts/vc_grid/vc_grid_v1.woff',6,1,0,'2016-01-14 11:46:49','2016-01-14 11:52:24','I','complete'),(4840,1452771989,1452772255,'plugins','js_composer/assets/images/icons/address-book.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4843,1452771989,1452772255,'plugins','js_composer/assets/images/icons/alarm-clock.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4846,1452771989,1452772255,'plugins','js_composer/assets/images/icons/anchor.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4849,1452771989,1452772255,'plugins','js_composer/assets/images/icons/application-image.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4852,1452771989,1452772255,'plugins','js_composer/assets/images/icons/arrow.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4855,1452771989,1452772255,'plugins','js_composer/assets/images/icons/asterisk.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4858,1452771989,1452772255,'plugins','js_composer/assets/images/icons/auction-hammer.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4861,1452771989,1452772255,'plugins','js_composer/assets/images/icons/balloon-buzz.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4864,1452771989,1452772255,'plugins','js_composer/assets/images/icons/balloon-facebook.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4867,1452771989,1452772255,'plugins','js_composer/assets/images/icons/balloon-twitter.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4870,1452771989,1452772255,'plugins','js_composer/assets/images/icons/balloon.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4873,1452771989,1452772255,'plugins','js_composer/assets/images/icons/battery-full.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4876,1452771989,1452772255,'plugins','js_composer/assets/images/icons/binocular.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4879,1452771989,1452772255,'plugins','js_composer/assets/images/icons/blue-document-excel.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4882,1452771989,1452772255,'plugins','js_composer/assets/images/icons/blue-document-image.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4885,1452771989,1452772255,'plugins','js_composer/assets/images/icons/blue-document-music.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4888,1452771989,1452772255,'plugins','js_composer/assets/images/icons/blue-document-office.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4891,1452771989,1452772255,'plugins','js_composer/assets/images/icons/blue-document-pdf.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4894,1452771989,1452772255,'plugins','js_composer/assets/images/icons/blue-document-powerpoint.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4897,1452771989,1452772255,'plugins','js_composer/assets/images/icons/blue-document-word.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4900,1452771989,1452772255,'plugins','js_composer/assets/images/icons/bookmark.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4903,1452771989,1452772255,'plugins','js_composer/assets/images/icons/camcorder.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4906,1452771989,1452772255,'plugins','js_composer/assets/images/icons/camera.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4909,1452771989,1452772255,'plugins','js_composer/assets/images/icons/chart-pie.png',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4912,1452771989,1452772255,'plugins','js_composer/assets/images/icons/chart.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4915,1452771989,1452772255,'plugins','js_composer/assets/images/icons/clock.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4918,1452771989,1452772255,'plugins','js_composer/assets/images/icons/control.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4921,1452771989,1452772255,'plugins','js_composer/assets/images/icons/fire.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4924,1452771989,1452772255,'plugins','js_composer/assets/images/icons/heart.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4927,1452771989,1452772255,'plugins','js_composer/assets/images/icons/mail.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4930,1452771989,1452772255,'plugins','js_composer/assets/images/icons/plus-shield.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4933,1452771989,1452772255,'plugins','js_composer/assets/images/icons/video.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4936,1452771989,1452772255,'plugins','js_composer/assets/images/flickr.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4939,1452771989,1452772255,'plugins','js_composer/assets/images/spinner.gif',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4942,1452771989,1452772255,'plugins','js_composer/assets/images/toggle_close.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4945,1452771989,1452772255,'plugins','js_composer/assets/images/toggle_open.png',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4948,1452771989,1452772255,'plugins','js_composer/assets/js/dist/backend-actions.min.js',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4951,1452771989,1452772255,'plugins','js_composer/assets/js/dist/backend.min.js',256,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4954,1452771989,1452772255,'plugins','js_composer/assets/js/dist/edit-form.min.js',17,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4957,1452771989,1452772255,'plugins','js_composer/assets/js/dist/frontend-editor.min.js',259,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4960,1452771989,1452772255,'plugins','js_composer/assets/js/dist/grid-builder.min.js',24,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4963,1452771989,1452772255,'plugins','js_composer/assets/js/dist/js_composer_front.min.js',19,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4966,1452771989,1452772255,'plugins','js_composer/assets/js/dist/page_editable.min.js',20,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4969,1452771989,1452772255,'plugins','js_composer/assets/js/dist/settings.min.js',32,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4972,1452771989,1452772255,'plugins','js_composer/assets/js/dist/vc_grid.min.js',22,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4975,1452771989,1452772255,'plugins','js_composer/assets/js/editors/templates-preview.js',7,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4978,1452771989,1452772255,'plugins','js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4981,1452771989,1452772255,'plugins','js_composer/assets/js/vendors/advanced_custom_fields.js',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4984,1452771989,1452772255,'plugins','js_composer/assets/js/vendors/qtranslate_backend.js',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4987,1452771989,1452772255,'plugins','js_composer/assets/js/vendors/qtranslate_frontend.js',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4990,1452771989,1452772255,'plugins','js_composer/assets/js/vendors/woocommerce-add-to-cart.js',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4993,1452771989,1452772255,'plugins','js_composer/assets/js/vendors/woocommerce.js',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4996,1452771989,1452772255,'plugins','js_composer/assets/js/vendors/yoast.js',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(4999,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/content_block.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5002,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/empty_containers.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5005,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/rows_columns.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5008,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_accordion.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5011,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_accordion_tab.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5014,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_button.less',8,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5017,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_button3.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5020,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_call_to_action3.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5023,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_charts.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5026,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_column_text.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5029,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_cta_button.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5032,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_empty_space.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5035,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_facebook.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5038,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_flickr.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5041,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_gallery.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5044,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_gmaps.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5047,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_googleplus.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5050,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_images_carousel.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5053,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_message_box.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5056,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_pie.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5059,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_pinterest.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5062,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_posts_slider.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5065,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_progress_bar.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5068,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_raw_html.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5071,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_raw_js.less',0,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5074,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_separator.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5077,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_single_image.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5080,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_tab.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5083,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_tabs.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5086,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_teaser_grid.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5089,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_toggle.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5092,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_tour.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5095,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_tta.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5098,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_tweetmeme.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5101,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_twitter.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5104,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_video.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5107,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_widget_sidebar.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5110,1452771989,1452772255,'plugins','js_composer/assets/less/backend_shortcodes/vc_wp_widget.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5113,1452771989,1452772255,'plugins','js_composer/assets/less/config/admin_variables.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5116,1452771989,1452772255,'plugins','js_composer/assets/less/config/variables.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5119,1452771989,1452772255,'plugins','js_composer/assets/less/config/variables_colors.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5122,1452771989,1452772255,'plugins','js_composer/assets/less/config/variables_common.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5125,1452771989,1452772255,'plugins','js_composer/assets/less/lib/backend_controls.less',6,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5128,1452771989,1452772255,'plugins','js_composer/assets/less/lib/backend_draganddrop.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5131,1452771989,1452772255,'plugins','js_composer/assets/less/lib/backend_grid_element_pointers.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5134,1452771989,1452772255,'plugins','js_composer/assets/less/lib/bootstrap-components.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5137,1452771989,1452772255,'plugins','js_composer/assets/less/lib/controls.less',11,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5140,1452771989,1452772255,'plugins','js_composer/assets/less/lib/css3_animations.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5143,1452771989,1452772255,'plugins','js_composer/assets/less/lib/editor.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5146,1452771989,1452772255,'plugins','js_composer/assets/less/lib/elements_icons.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5149,1452771989,1452772255,'plugins','js_composer/assets/less/lib/front.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5152,1452771989,1452772255,'plugins','js_composer/assets/less/lib/frontend_draganddrop.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5155,1452771989,1452772255,'plugins','js_composer/assets/less/lib/frontend_editor_controls.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5158,1452771989,1452772255,'plugins','js_composer/assets/less/lib/frontend_vc_elements.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5161,1452771989,1452772255,'plugins','js_composer/assets/less/lib/frontend_vc_row.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5164,1452771989,1452772255,'plugins','js_composer/assets/less/lib/grid.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5167,1452771989,1452772255,'plugins','js_composer/assets/less/lib/media-gallery.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5170,1452771989,1452772255,'plugins','js_composer/assets/less/lib/panel_preview.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5173,1452771989,1452772255,'plugins','js_composer/assets/less/lib/parallax.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5176,1452771989,1452772255,'plugins','js_composer/assets/less/lib/pixel_icons.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5179,1452771989,1452772255,'plugins','js_composer/assets/less/lib/resizable_modal.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5182,1452771989,1452772255,'plugins','js_composer/assets/less/lib/responsive-utilities.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5185,1452771989,1452772255,'plugins','js_composer/assets/less/lib/utils.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5188,1452771989,1452772255,'plugins','js_composer/assets/less/lib/vc_font.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5191,1452771989,1452772255,'plugins','js_composer/assets/less/lib/vc_mixins.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5194,1452771989,1452772255,'plugins','js_composer/assets/less/lib/vc_pointer.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5197,1452771989,1452772255,'plugins','js_composer/assets/less/lib/vc_row.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5200,1452771989,1452772255,'plugins','js_composer/assets/less/lib/wpb_icon.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5203,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-content.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5206,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-footer.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5209,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-header.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5212,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-window.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5215,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5218,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-button.less',8,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5221,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-dropdown.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5224,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-flex-bootstrap.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5227,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-fonts.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5230,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-gaps.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5233,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-helper.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5236,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-icon-pixel.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5239,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-list-bar.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5242,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-loaders.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5245,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-panel-edit-element.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5248,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-panel-row-layout.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5251,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-panel-templates.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5254,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-prompt.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5257,1452771989,1452772255,'plugins','js_composer/assets/less/modules/ui/vc_ui-tabs-line.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5260,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_buttons.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5263,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_fullscreen.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5266,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_helper.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5269,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_license_activation_notice.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5272,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_messages.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5275,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_modals.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5278,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_navbar.less',7,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5281,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_panels.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5284,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_placeholder.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5287,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_preloader.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5290,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_switcher.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5293,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_table.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5296,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_teaser_box.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5299,1452771989,1452772255,'plugins','js_composer/assets/less/modules/vc_welcome.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5302,1452771989,1452772255,'plugins','js_composer/assets/less/pages/vc_welcome.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5305,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_animated_block.less',10,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5308,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_animated_block_admin.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5311,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_col.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5314,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_gitem_zone_height_mode.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5317,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_post_data.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5320,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_row.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5323,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_row_admin.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5326,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5329,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_a.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5332,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_admin.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5335,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_b.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5338,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_c.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5341,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/navbar.less',0,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5344,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/preview.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5347,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/vc_gitem_editor.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5350,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_item/vc_grid_item.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5353,1452771989,1452772255,'plugins','js_composer/assets/less/params/autocomplete.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5356,1452771989,1452772255,'plugins','js_composer/assets/less/params/colorpicker.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5359,1452771989,1452772255,'plugins','js_composer/assets/less/params/column_offset.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5362,1452771989,1452772255,'plugins','js_composer/assets/less/params/css_editor.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5365,1452771989,1452772255,'plugins','js_composer/assets/less/params/dropdown.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5368,1452771989,1452772255,'plugins','js_composer/assets/less/params/hidden.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5371,1452771989,1452772255,'plugins','js_composer/assets/less/params/iconpicker.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5374,1452771989,1452772255,'plugins','js_composer/assets/less/params/loop.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5377,1452771989,1452772255,'plugins','js_composer/assets/less/params/options_field.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5380,1452771989,1452772255,'plugins','js_composer/assets/less/params/param_group.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5383,1452771989,1452772255,'plugins','js_composer/assets/less/params/sorted_list.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5386,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5389,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_grid_element.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5392,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_link.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5395,1452771989,1452772255,'plugins','js_composer/assets/less/params/vc_message_color.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5398,1452771989,1452772255,'plugins','js_composer/assets/less/popups/modal_add_element.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5401,1452771989,1452772255,'plugins','js_composer/assets/less/popups/panel_edit_form.less',6,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5404,1452771989,1452772255,'plugins','js_composer/assets/less/popups/panel_edit_layout.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5407,1452771989,1452772255,'plugins','js_composer/assets/less/popups/panel_post_settings.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5410,1452771989,1452772255,'plugins','js_composer/assets/less/settings_tabs/automapper.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5413,1452771989,1452772255,'plugins','js_composer/assets/less/settings_tabs/custom_css.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5416,1452771989,1452772255,'plugins','js_composer/assets/less/settings_tabs/design_options.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5419,1452771989,1452772255,'plugins','js_composer/assets/less/settings_tabs/element_css.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5422,1452771989,1452772255,'plugins','js_composer/assets/less/settings_tabs/general_settings.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5425,1452771989,1452772255,'plugins','js_composer/assets/less/settings_tabs/product_license.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5428,1452771989,1452772255,'plugins','js_composer/assets/less/settings_tabs/tabs_ui.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5431,1452771989,1452772255,'plugins','js_composer/assets/less/settings_tabs/user-group.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5434,1452771989,1452772255,'plugins','js_composer/assets/less/settings_tabs/vc_roles.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5437,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/tta/vc_tta-colors.less',13,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5440,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/tta/vc_tta-core.less',18,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5443,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/tta/vc_tta-frontend-editor.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5446,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/tta/vc_tta-icon-controls.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5449,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/tta/vc_tta-mixins.less',12,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5452,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/tta/vc_tta-options.less',21,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5455,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/tta/vc_tta-variables.less',7,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5458,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_bordered.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5461,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_default.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5464,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_default_less_rounded.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5467,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_dropdown.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5470,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_filled.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5473,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5476,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_arrows.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5479,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_carousel.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5482,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_filter.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5485,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_gap.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5488,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_loading.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5491,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_pagination_dots.less',6,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5494,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_pagination_numbers.less',7,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5497,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_style.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5500,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_2.less',7,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5503,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_front.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5506,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_mixins.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5509,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_variables.less',6,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5512,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/_shortcodes_container.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5515,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_alert.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5518,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_button.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5521,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_button3.less',25,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5524,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_button3_editform.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5527,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_call_to_action.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5530,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_call_to_action3.less',19,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5533,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_carousel.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5536,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_charts.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5539,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_cta3_editform.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5542,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_custom_heading.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5545,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_flickr.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5548,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_google_maps.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5551,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_icon_element.less',8,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5554,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_image_gallery.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5557,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_pagination.less',8,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5560,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_pie.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5563,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_post_slider.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5566,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_progress_bar.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5569,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_responsive.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5572,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_separator.less',7,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5575,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_single_image.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5578,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_social_btns.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5581,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_tabs_tour_accordion.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5584,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_teaser_grid.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5587,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_toggle.less',13,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5590,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_tta.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5593,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_video_widget.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5596,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_widgetised_column.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5599,1452771989,1452772255,'plugins','js_composer/assets/less/shortcodes/vc_zoom.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5602,1452771989,1452772255,'plugins','js_composer/assets/less/vendor/contact_form_7.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5605,1452771989,1452772255,'plugins','js_composer/assets/less/vendor/gravity_form.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5608,1452771989,1452772255,'plugins','js_composer/assets/less/vendor/jwplayer.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5611,1452771989,1452772255,'plugins','js_composer/assets/less/vendor/layerslider.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5614,1452771989,1452772255,'plugins','js_composer/assets/less/vendor/rev_slider.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5617,1452771989,1452772255,'plugins','js_composer/assets/less/vendor/woocommerce.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5620,1452771989,1452772255,'plugins','js_composer/assets/less/wp/accordion.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5623,1452771989,1452772255,'plugins','js_composer/assets/less/wp/form.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5626,1452771989,1452772255,'plugins','js_composer/assets/less/js_composer.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5629,1452771989,1452772255,'plugins','js_composer/assets/less/js_composer_backend_editor.less',6,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5632,1452771989,1452772255,'plugins','js_composer/assets/less/js_composer_frontend_editor.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5635,1452771989,1452772255,'plugins','js_composer/assets/less/js_composer_frontend_editor_iframe.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5638,1452771989,1452772255,'plugins','js_composer/assets/less/js_composer_settings.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5641,1452771989,1452772255,'plugins','js_composer/assets/less/vc_lte_ie9.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5644,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js',322,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5647,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js',20,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5650,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5653,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js',132,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5656,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/animate-css/animate.min.css',52,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5659,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js',31,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5662,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/js/affix.min.js',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5665,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/js/alert.min.js',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5668,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/js/button.min.js',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5671,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5674,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5677,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5680,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/js/modal.min.js',6,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5683,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/js/popover.min.js',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5686,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5689,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/js/tab.min.js',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5692,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js',10,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5695,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/js/transition.min.js',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5698,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/alerts.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5701,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/background-variant.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5704,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/border-radius.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5707,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/buttons.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5710,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/center-block.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5713,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/clearfix.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5716,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/forms.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5719,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/gradients.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5722,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/grid-framework.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5725,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/grid.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5728,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/hide-text.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5731,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/image.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5734,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/labels.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5737,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/list-group.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5740,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/nav-divider.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5743,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/nav-vertical-align.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5746,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/opacity.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5749,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/pagination.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5752,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/panels.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5755,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/progress-bar.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5758,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/reset-filter.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5761,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/resize.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5764,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/responsive-visibility.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5767,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/size.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5770,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/tab-focus.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5773,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/table-row.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5776,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/text-emphasis.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5779,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/text-overflow.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5782,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins/vendor-prefixes.less',7,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5785,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/alerts.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5788,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/badges.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5791,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/bootstrap.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5794,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/breadcrumbs.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5797,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/button-groups.less',6,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5800,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/buttons.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5803,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/carousel.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5806,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/close.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5809,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/code.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5812,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/component-animations.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5815,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/dropdowns.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5818,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/forms.less',13,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5821,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/glyphicons.less',15,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5824,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/grid.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5827,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/input-groups.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5830,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/jumbotron.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5833,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/labels.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5836,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/list-group.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5839,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/media.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5842,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/mixins.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5845,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/modals.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5848,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/navbar.less',15,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5851,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/navs.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5854,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/normalize.less',8,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5857,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/pager.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5860,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/pagination.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5863,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/panels.less',6,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5866,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/popovers.less',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5869,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/print.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5872,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/progress-bars.less',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5875,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/responsive-embed.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5878,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/responsive-utilities.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5881,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/scaffolding.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5884,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/tables.less',5,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5887,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/theme.less',7,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5890,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/thumbnails.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5893,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/tooltip.less',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5896,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/type.less',6,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5899,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/utilities.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5902,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/variables.less',26,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5905,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/bootstrap3/less/wells.less',1,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5908,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/chartjs/Chart.min.js',51,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5911,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/chartjs/README.md',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5914,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.eot',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5917,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg',3,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5920,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.ttf',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5923,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.woff',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5926,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/flexslider/images/bg_play_pause.png',2,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5929,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/flexslider/flexslider.min.css',4,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5932,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js',22,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5935,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/flexslider/README.mdown',10,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5938,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/font-awesome/css/font-awesome.min.css',22,1,0,'2016-01-14 11:46:50','2016-01-14 11:52:24','I','complete'),(5941,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot',55,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5944,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg',281,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5947,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.ttf',110,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5950,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff',64,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5953,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/font-awesome/fonts/FontAwesome.otf',84,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5956,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js',7,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5959,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js',35,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5962,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/isotope/README.mdown',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5965,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5968,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/jquery-ui-tabs-rotate/README',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5971,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/json-js/json2.min.js',4,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5974,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/json-js/README',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5977,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/lessjs/dist/less.min.js',130,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5980,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js',25,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5983,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/masonry/README.mdown',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5986,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/nivoslider/themes/default/arrows.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5989,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/nivoslider/themes/default/bullets.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5992,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/nivoslider/themes/default/default.min.css',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5995,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/nivoslider/themes/default/loading.gif',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(5998,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js',12,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6001,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/nivoslider/license.txt',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6004,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/nivoslider/nivo-slider.min.css',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6007,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6010,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/progress-circle/README.md',4,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6013,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6016,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/scrollTo/LICENSE',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6019,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js',13,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6022,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/skrollr/README.md',31,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6025,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js',6,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6028,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/vcIconPicker/css/jquery.fonticonpicker.min.css',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6031,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/vcIconPicker/themes/grey-theme/jquery.fonticonpicker.vcgrey.min.css',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6034,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js',15,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6037,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/zoom/jquery.zoom.min.js',4,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6040,1452771989,1452772255,'plugins','js_composer/assets/lib/bower/zoom/readme.md',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6043,1452771989,1452772255,'plugins','js_composer/assets/lib/owl-carousel2-dist/assets/owl.min.css',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6046,1452771989,1452772255,'plugins','js_composer/assets/lib/owl-carousel2-dist/assets/owl.video.play.png',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6049,1452771989,1452772255,'plugins','js_composer/assets/lib/owl-carousel2-dist/LICENSE',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6052,1452771989,1452772255,'plugins','js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js',41,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6055,1452771989,1452772255,'plugins','js_composer/assets/lib/php.default/php.default.min.js',127,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6058,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/css/prettyPhoto.min.css',21,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6061,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6064,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6067,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6070,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/default_thumbnail.gif',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6073,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6076,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png',4,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6079,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/btnNext.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6082,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6085,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/contentPattern.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6088,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/default_thumbnail.gif',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6091,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/loader.gif',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6094,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/sprite.png',4,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6097,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/default_thumb.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6100,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/loader.gif',7,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6103,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite.png',7,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6106,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_next.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6109,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_prev.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6112,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_x.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6115,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_y.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6118,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/btnNext.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6121,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6124,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6127,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6130,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6133,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6136,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6139,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/loader.gif',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6142,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/sprite.png',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6145,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6148,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6151,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/default_thumbnail.gif',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6154,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/loader.gif',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6157,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/sprite.png',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6160,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/btnNext.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6163,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6166,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/default_thumbnail.gif',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6169,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/loader.gif',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6172,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/sprite.png',4,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6175,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js',24,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6178,1452771989,1452772255,'plugins','js_composer/assets/lib/prettyphoto/README',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6181,1452771989,1452772255,'plugins','js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6184,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_accordion/vc-accordion.min.js',12,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6187,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_carousel/css/vc_carousel.min.css',11,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6190,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.eot',25,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6193,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg',62,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6196,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.ttf',39,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6199,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.woff',30,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6202,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_carousel/js/transition.min.js',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6205,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js',10,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6208,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_carousel/LICENSE',12,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6211,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6214,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6217,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6220,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6223,1452771989,1452772255,'plugins','js_composer/assets/lib/vc_tabs/vc-tabs.min.js',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6226,1452771989,1452772255,'plugins','js_composer/assets/lib/waypoints/waypoints.min.js',8,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6229,1452771989,1452772255,'plugins','js_composer/assets/vc/3rd-party/jwplayer.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6232,1452771989,1452772255,'plugins','js_composer/assets/vc/editors/ui/vc_ui-header-graphics/vc_ui-header-graphic.png',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6235,1452771989,1452772255,'plugins','js_composer/assets/vc/editors/ui/vc_ui-header-graphics/vc_ui-icon-pixel-search.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6238,1452771989,1452772255,'plugins','js_composer/assets/vc/editors/ui/vc_ui-icon-pixel/controls.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6241,1452771989,1452772255,'plugins','js_composer/assets/vc/editors/ui/vc_ui-icon-pixel/vc_ui-sprite.png',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6244,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/screen_sizes/ipad_h.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6247,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/screen_sizes/ipad_v.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6250,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/screen_sizes/iphone_h.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6253,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/screen_sizes/iphone_v.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6256,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/screen_sizes/laptop.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6259,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/fb/box_count.png',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6262,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/fb/button_count.png',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6265,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/fb/standart.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6268,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/gp/medium.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6271,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/gp/medium_bubble.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6274,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/gp/medium_desc.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6277,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/gp/small.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6280,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/gp/small_bubble.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6283,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/gp/small_desc.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6286,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/gp/standard.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6289,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/gp/standard_bubble.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6292,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/gp/standard_desc.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6295,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/gp/tall.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6298,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/gp/tall_bubble.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6301,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/gp/tall_desc.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6304,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/pinterest/horizontal.png',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6307,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/pinterest/none.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6310,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/pinterest/vertical.png',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6313,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/social/tw/none.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6316,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/close_panel.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6319,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/controls.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6322,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/empty_row_sprite.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6325,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/expand.gif',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6328,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/eye_ico.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6331,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/js_icon.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6334,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/layout_sprite.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6337,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/modal_minimize.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6340,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/move.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6343,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/preloader.gif',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6346,1452771989,1452772255,'plugins','js_composer/assets/vc/fe/visual_composer_32.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6349,1452771989,1452772255,'plugins','js_composer/assets/vc/loaders/spinner-light.svg',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6352,1452771989,1452772255,'plugins','js_composer/assets/vc/loaders/spinner.svg',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6355,1452771989,1452772255,'plugins','js_composer/assets/vc/logo/64x64.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6358,1452771989,1452772255,'plugins','js_composer/assets/vc/row_layouts/1.gif',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6361,1452771989,1452772255,'plugins','js_composer/assets/vc/row_layouts/12_12.gif',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6364,1452771989,1452772255,'plugins','js_composer/assets/vc/row_layouts/13_13_13.gif',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6367,1452771989,1452772255,'plugins','js_composer/assets/vc/row_layouts/13_23.gif',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6370,1452771989,1452772255,'plugins','js_composer/assets/vc/row_layouts/14_12_14.gif',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6373,1452771989,1452772255,'plugins','js_composer/assets/vc/row_layouts/14_14_14_14.gif',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6376,1452771989,1452772255,'plugins','js_composer/assets/vc/row_layouts/14_34.gif',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6379,1452771989,1452772255,'plugins','js_composer/assets/vc/row_layouts/14_46_16.gif',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6382,1452771989,1452772255,'plugins','js_composer/assets/vc/row_layouts/16_16_16_12.gif',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6385,1452771989,1452772255,'plugins','js_composer/assets/vc/row_layouts/16_16_16_16_16_16.gif',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6388,1452771989,1452772255,'plugins','js_composer/assets/vc/row_layouts/23_13.gif',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6391,1452771989,1452772255,'plugins','js_composer/assets/vc/row_layouts/56_16.gif',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6394,1452771989,1452772255,'plugins','js_composer/assets/vc/vc-welcome/01_49.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6397,1452771989,1452772255,'plugins','js_composer/assets/vc/vc-welcome/02_49.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6400,1452771989,1452772255,'plugins','js_composer/assets/vc/vc-welcome/03_49.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6403,1452771989,1452772255,'plugins','js_composer/assets/vc/vc-welcome/screenshot49.png',12,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6406,1452771989,1452772255,'plugins','js_composer/assets/vc/add.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6409,1452771989,1452772255,'plugins','js_composer/assets/vc/alert.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6412,1452771989,1452772255,'plugins','js_composer/assets/vc/atm_controls.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6415,1452771989,1452772255,'plugins','js_composer/assets/vc/blank.gif',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6418,1452771989,1452772255,'plugins','js_composer/assets/vc/blur.svg',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6421,1452771989,1452772255,'plugins','js_composer/assets/vc/column_offset_screen_size.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6424,1452771989,1452772255,'plugins','js_composer/assets/vc/controls.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6427,1452771989,1452772255,'plugins','js_composer/assets/vc/drag_handler.gif',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6430,1452771989,1452772255,'plugins','js_composer/assets/vc/elements_icons_sprite.png',51,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6433,1452771989,1452772255,'plugins','js_composer/assets/vc/empty_row.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6436,1452771989,1452772255,'plugins','js_composer/assets/vc/exclamation.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6439,1452771989,1452772255,'plugins','js_composer/assets/vc/gb_additional_content.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6442,1452771989,1452772255,'plugins','js_composer/assets/vc/info.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6445,1452771989,1452772255,'plugins','js_composer/assets/vc/item_icon.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6448,1452771989,1452772255,'plugins','js_composer/assets/vc/logo_ce.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6451,1452771989,1452772255,'plugins','js_composer/assets/vc/minus.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6454,1452771989,1452772255,'plugins','js_composer/assets/vc/navbar_controls.png',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6457,1452771989,1452772255,'plugins','js_composer/assets/vc/no_image.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6460,1452771989,1452772255,'plugins','js_composer/assets/vc/pattern.gif',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6463,1452771989,1452772255,'plugins','js_composer/assets/vc/plus.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6466,1452771989,1452772255,'plugins','js_composer/assets/vc/remove.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6469,1452771989,1452772255,'plugins','js_composer/assets/vc/rowbg.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6472,1452771989,1452772255,'plugins','js_composer/assets/vc/search.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6475,1452771989,1452772255,'plugins','js_composer/assets/vc/separator.gif',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6478,1452771989,1452772255,'plugins','js_composer/assets/vc/tick.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6481,1452771989,1452772255,'plugins','js_composer/assets/vc/vc_gitem_image.png',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6484,1452771989,1452772255,'plugins','js_composer/assets/vc/visual_composer.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6487,1452771989,1452772255,'plugins','js_composer/assets/vc/visual_composer_32.png',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6490,1452771989,1452772255,'plugins','js_composer/config/buttons/shortcode-vc-btn.php',9,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6493,1452771989,1452772255,'plugins','js_composer/config/buttons/shortcode-vc-cta.php',10,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6496,1452771989,1452772255,'plugins','js_composer/config/containers/shortcode-vc-column-inner.php',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6499,1452771989,1452772255,'plugins','js_composer/config/containers/shortcode-vc-column.php',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6502,1452771989,1452772255,'plugins','js_composer/config/containers/shortcode-vc-row-inner.php',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6505,1452771989,1452772255,'plugins','js_composer/config/containers/shortcode-vc-row.php',6,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6508,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-column-text.php',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6511,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-custom-heading.php',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6514,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-empty-space.php',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6517,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-flickr.php',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6520,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-gallery.php',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6523,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-gmaps.php',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6526,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-icon.php',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6529,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-images-carousel.php',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6532,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-line-chart.php',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6535,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-message.php',9,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6538,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-pie.php',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6541,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-posts-slider.php',6,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6544,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-progress-bar.php',6,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6547,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-round-chart.php',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6550,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-separator.php',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6553,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-single-image.php',7,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6556,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-text-separator.php',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6559,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-toggle.php',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6562,1452771989,1452772255,'plugins','js_composer/config/content/shortcode-vc-video.php',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6565,1452771989,1452772255,'plugins','js_composer/config/content/vc-custom-heading-element.php',4,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6568,1452771989,1452772255,'plugins','js_composer/config/content/vc-icon-element.php',8,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6571,1452771989,1452772255,'plugins','js_composer/config/deprecated/shortcode-vc-accordion-tab.php',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6574,1452771989,1452772255,'plugins','js_composer/config/deprecated/shortcode-vc-accordion.php',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6577,1452771989,1452772255,'plugins','js_composer/config/deprecated/shortcode-vc-button.php',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6580,1452771989,1452772255,'plugins','js_composer/config/deprecated/shortcode-vc-button2.php',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6583,1452771989,1452772255,'plugins','js_composer/config/deprecated/shortcode-vc-carousel.php',5,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6586,1452771989,1452772255,'plugins','js_composer/config/deprecated/shortcode-vc-cta-button.php',3,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6589,1452771989,1452772255,'plugins','js_composer/config/deprecated/shortcode-vc-cta-button2.php',4,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6592,1452771989,1452772255,'plugins','js_composer/config/deprecated/shortcode-vc-posts-grid.php',4,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6595,1452771989,1452772255,'plugins','js_composer/config/deprecated/shortcode-vc-tab.php',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6598,1452771989,1452772255,'plugins','js_composer/config/deprecated/shortcode-vc-tabs.php',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6601,1452771989,1452772255,'plugins','js_composer/config/deprecated/shortcode-vc-tour.php',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6604,1452771989,1452772255,'plugins','js_composer/config/grids/shortcode-vc-basic-grid.php',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6607,1452771989,1452772255,'plugins','js_composer/config/grids/shortcode-vc-masonry-grid.php',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6610,1452771989,1452772255,'plugins','js_composer/config/grids/shortcode-vc-masonry-media-grid.php',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6613,1452771989,1452772255,'plugins','js_composer/config/grids/shortcode-vc-media-grid.php',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6616,1452771989,1452772255,'plugins','js_composer/config/grids/vc-grids-common.php',24,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6619,1452771989,1452772255,'plugins','js_composer/config/grids/vc-grids-functions.php',4,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6622,1452771989,1452772255,'plugins','js_composer/config/social/shortcode-vc-facebook.php',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6625,1452771989,1452772255,'plugins','js_composer/config/social/shortcode-vc-googleplus.php',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6628,1452771989,1452772255,'plugins','js_composer/config/social/shortcode-vc-pinterest.php',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6631,1452771989,1452772255,'plugins','js_composer/config/social/shortcode-vc-tweetmeme.php',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6634,1452771989,1452772255,'plugins','js_composer/config/structure/shortcode-vc-raw-html.php',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6637,1452771989,1452772255,'plugins','js_composer/config/structure/shortcode-vc-raw-js.php',1,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6640,1452771989,1452772255,'plugins','js_composer/config/structure/shortcode-vc-widget-sidebar.php',2,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6643,1452771989,1452772255,'plugins','js_composer/config/tta/shortcode-vc-tta-accordion.php',7,1,0,'2016-01-14 11:46:51','2016-01-14 11:52:24','I','complete'),(6646,1452771989,1452772255,'plugins','js_composer/config/tta/shortcode-vc-tta-pageable.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6649,1452771989,1452772255,'plugins','js_composer/config/tta/shortcode-vc-tta-section.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6652,1452771989,1452772255,'plugins','js_composer/config/tta/shortcode-vc-tta-tabs.php',7,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6655,1452771989,1452772255,'plugins','js_composer/config/tta/shortcode-vc-tta-tour.php',8,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6658,1452771989,1452772255,'plugins','js_composer/config/wp/shortcode-vc-wp-archives.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6661,1452771989,1452772255,'plugins','js_composer/config/wp/shortcode-vc-wp-calendar.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6664,1452771989,1452772255,'plugins','js_composer/config/wp/shortcode-vc-wp-categories.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6667,1452771989,1452772255,'plugins','js_composer/config/wp/shortcode-vc-wp-custommenu.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6670,1452771989,1452772255,'plugins','js_composer/config/wp/shortcode-vc-wp-links.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6673,1452771989,1452772255,'plugins','js_composer/config/wp/shortcode-vc-wp-meta.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6676,1452771989,1452772255,'plugins','js_composer/config/wp/shortcode-vc-wp-pages.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6679,1452771989,1452772255,'plugins','js_composer/config/wp/shortcode-vc-wp-posts.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6682,1452771989,1452772255,'plugins','js_composer/config/wp/shortcode-vc-wp-recentcomments.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6685,1452771989,1452772255,'plugins','js_composer/config/wp/shortcode-vc-wp-rss.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6688,1452771989,1452772255,'plugins','js_composer/config/wp/shortcode-vc-wp-search.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6691,1452771989,1452772255,'plugins','js_composer/config/wp/shortcode-vc-wp-tagcloud.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6694,1452771989,1452772255,'plugins','js_composer/config/wp/shortcode-vc-wp-text.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6697,1452771989,1452772255,'plugins','js_composer/config/lean-map.php',16,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6700,1452771989,1452772255,'plugins','js_composer/config/shortcode-vc-btn.php',9,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6703,1452771989,1452772255,'plugins','js_composer/config/shortcode-vc-icon-element.php',7,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6706,1452771989,1452772255,'plugins','js_composer/config/shortcode-vc-media-grid.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6709,1452771989,1452772255,'plugins','js_composer/config/templates.php',131,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6712,1452771989,1452772255,'plugins','js_composer/config/vc-grids-common.php',28,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6715,1452771989,1452772255,'plugins','js_composer/include/autoload/params/hidden.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6718,1452771989,1452772255,'plugins','js_composer/include/autoload/params/vc_grid_item.php',6,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6721,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-pages/automapper.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6724,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-pages/page-custom-css.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6727,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-pages/page-design-options.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6730,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-pages/page-role-manager.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6733,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-pages/pages.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6736,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-pages/settings-tabs.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6739,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-pages/welcome-screen.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6742,1452771989,1452772255,'plugins','js_composer/include/autoload/vendors/acf.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6745,1452771989,1452772255,'plugins','js_composer/include/autoload/vendors/cf7.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6748,1452771989,1452772255,'plugins','js_composer/include/autoload/vendors/gravity_forms.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6751,1452771989,1452772255,'plugins','js_composer/include/autoload/vendors/jwplayer.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6754,1452771989,1452772255,'plugins','js_composer/include/autoload/vendors/layerslider.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6757,1452771989,1452772255,'plugins','js_composer/include/autoload/vendors/mqtranslate.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6760,1452771989,1452772255,'plugins','js_composer/include/autoload/vendors/ninja_forms.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6763,1452771989,1452772255,'plugins','js_composer/include/autoload/vendors/qtranslate.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6766,1452771989,1452772255,'plugins','js_composer/include/autoload/vendors/revslider.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6769,1452771989,1452772255,'plugins','js_composer/include/autoload/vendors/woocommerce.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6772,1452771989,1452772255,'plugins','js_composer/include/autoload/vendors/wp_customize.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6775,1452771989,1452772255,'plugins','js_composer/include/autoload/vendors/wpml.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6778,1452771989,1452772255,'plugins','js_composer/include/autoload/vendors/yoast_seo.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6781,1452771989,1452772255,'plugins','js_composer/include/autoload/backend-editor-ie.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6784,1452771989,1452772255,'plugins','js_composer/include/autoload/bc-access-rules-4.8.php',6,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6787,1452771989,1452772255,'plugins','js_composer/include/autoload/class-vc-settings-presets.php',8,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6790,1452771989,1452772255,'plugins','js_composer/include/autoload/class-vc-vendor-presets.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6793,1452771989,1452772255,'plugins','js_composer/include/autoload/components.json',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6796,1452771989,1452772255,'plugins','js_composer/include/autoload/frontend-editor-ie.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6799,1452771989,1452772255,'plugins','js_composer/include/autoload/hook-vc-grid.php',10,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6802,1452771989,1452772255,'plugins','js_composer/include/autoload/hook-vc-iconpicker-param.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6805,1452771989,1452772255,'plugins','js_composer/include/autoload/hook-vc-message.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6808,1452771989,1452772255,'plugins','js_composer/include/autoload/hook-vc-pie.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6811,1452771989,1452772255,'plugins','js_composer/include/autoload/hook-vc-progress-bar.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6814,1452771989,1452772255,'plugins','js_composer/include/autoload/hook-vc-wp-text.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6817,1452771989,1452772255,'plugins','js_composer/include/autoload/params-to-init.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6820,1452771989,1452772255,'plugins','js_composer/include/autoload/ui-vc-pointers.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6823,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-grid-item-editor.php',11,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6826,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-image-filters.php',9,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6829,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-pointers-backend-editor.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6832,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-pointers-frontend-editor.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6835,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-settings-presets.php',7,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6838,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-shortcode-autoloader.php',7,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6841,1452771989,1452772255,'plugins','js_composer/include/autoload/vc-single-image.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6844,1452771989,1452772255,'plugins','js_composer/include/classes/core/access/abstract-class-vc-access.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6847,1452771989,1452772255,'plugins','js_composer/include/classes/core/access/class-vc-current-user-access-controller.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6850,1452771989,1452772255,'plugins','js_composer/include/classes/core/access/class-vc-current-user-access.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6853,1452771989,1452772255,'plugins','js_composer/include/classes/core/access/class-vc-role-access-controller.php',6,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6856,1452771989,1452772255,'plugins','js_composer/include/classes/core/access/class-vc-role-access.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6859,1452771989,1452772255,'plugins','js_composer/include/classes/core/class-vc-base.php',28,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6862,1452771989,1452772255,'plugins','js_composer/include/classes/core/class-vc-mapper.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6865,1452771989,1452772255,'plugins','js_composer/include/classes/core/class-vc-page.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6868,1452771989,1452772255,'plugins','js_composer/include/classes/core/class-vc-pages-group.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6871,1452771989,1452772255,'plugins','js_composer/include/classes/core/class-vc-post-admin.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6874,1452771989,1452772255,'plugins','js_composer/include/classes/core/class-vc-shared-library.php',9,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6877,1452771989,1452772255,'plugins','js_composer/include/classes/core/class-vc-sort.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6880,1452771989,1452772255,'plugins','js_composer/include/classes/core/class-wpb-map.php',20,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6883,1452771989,1452772255,'plugins','js_composer/include/classes/core/interfaces.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6886,1452771989,1452772255,'plugins','js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php',6,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6889,1452771989,1452772255,'plugins','js_composer/include/classes/editors/navbar/class-vc-navbar.php',6,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6892,1452771989,1452772255,'plugins','js_composer/include/classes/editors/popups/class-vc-add-element-box.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6895,1452771989,1452772255,'plugins','js_composer/include/classes/editors/popups/class-vc-edit-layout.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6898,1452771989,1452772255,'plugins','js_composer/include/classes/editors/popups/class-vc-post-settings.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6901,1452771989,1452772255,'plugins','js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6904,1452771989,1452772255,'plugins','js_composer/include/classes/editors/popups/class-vc-templates-editor.php',15,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6907,1452771989,1452772255,'plugins','js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php',28,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6910,1452771989,1452772255,'plugins','js_composer/include/classes/editors/class-vc-backend-editor.php',10,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6913,1452771989,1452772255,'plugins','js_composer/include/classes/editors/class-vc-edit-form-fields.php',11,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6916,1452771989,1452772255,'plugins','js_composer/include/classes/editors/class-vc-frontend-editor.php',27,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6919,1452771989,1452772255,'plugins','js_composer/include/classes/settings/class-vc-automapper.php',18,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6922,1452771989,1452772255,'plugins','js_composer/include/classes/settings/class-vc-license.php',15,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6925,1452771989,1452772255,'plugins','js_composer/include/classes/settings/class-vc-roles.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6928,1452771989,1452772255,'plugins','js_composer/include/classes/settings/class-vc-settings.php',40,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6931,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6934,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/example.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6937,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/layerslider-vc.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6940,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/rev-slider-vc.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6943,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/shortcodes.php',42,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6946,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-accordion-tab.php',6,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6949,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-accordion.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6952,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-basic-grid.php',19,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6955,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-btn.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6958,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-button.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6961,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-button2.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6964,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-carousel.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6967,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-column-inner.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6970,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-column-text.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6973,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-column.php',9,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6976,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-cta-button.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6979,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-cta-button2.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6982,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-cta.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6985,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-custom-field.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6988,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-custom-heading.php',6,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6991,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-empty-space.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6994,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-facebook.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(6997,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-flickr.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7000,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gallery.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7003,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem-animated-block.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7006,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem-col.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7009,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem-image.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7012,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem-post-data.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7015,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem-post-date.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7018,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7021,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem-post-meta.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7024,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem-post-title.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7027,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem-row.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7030,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem-zone-a.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7033,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem-zone-b.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7036,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem-zone-c.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7039,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem-zone.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7042,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gitem.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7045,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-gmaps.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7048,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-googleplus.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7051,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-icon.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7054,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-images-carousel.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7057,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-line-chart.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7060,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-masonry-grid.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7063,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-masonry-media-grid.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7066,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-media-grid.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7069,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-message.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7072,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-pie.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7075,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-pinterest.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7078,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-posts-grid.php',6,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7081,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-posts-slider.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7084,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-progress-bar.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7087,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-raw-html.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7090,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-raw-js.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7093,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-round-chart.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7096,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-row-inner.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7099,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-row.php',9,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7102,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-separator.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7105,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-single-image.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7108,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-tab.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7111,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-tabs.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7114,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-text-separator.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7117,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-toggle.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7120,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-tour.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7123,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-tta-accordion.php',11,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7126,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-tta-pageable.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7129,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-tta-section.php',7,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7132,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-tta-tabs.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7135,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-tta-tour.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7138,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-tweetmeme.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7141,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-twitter.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7144,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-video.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7147,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/vc-widget-sidebar.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7150,1452771989,1452772255,'plugins','js_composer/include/classes/shortcodes/wordpress-widgets.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7153,1452771989,1452772255,'plugins','js_composer/include/classes/updaters/class-vc-updater.php',8,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7156,1452771989,1452772255,'plugins','js_composer/include/classes/updaters/class-vc-updating-manager.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7159,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7162,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7165,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7168,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7171,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7174,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7177,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7180,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7183,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7186,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7189,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7192,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7195,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7198,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php',9,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7201,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7204,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php',52,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7207,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7210,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7213,1452771989,1452772255,'plugins','js_composer/include/classes/vendors/class-vc-vendors-manager.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7216,1452771989,1452772255,'plugins','js_composer/include/helpers/class-vc-color-helper.php',12,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7219,1452771989,1452772255,'plugins','js_composer/include/helpers/filters.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7222,1452771989,1452772255,'plugins','js_composer/include/helpers/helpers.php',34,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7225,1452771989,1452772255,'plugins','js_composer/include/helpers/helpers_api.php',17,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7228,1452771989,1452772255,'plugins','js_composer/include/helpers/helpers_factory.php',14,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7231,1452771989,1452772255,'plugins','js_composer/include/params/animation_style/animation_style.php',15,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7234,1452771989,1452772255,'plugins','js_composer/include/params/autocomplete/autocomplete.php',9,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7237,1452771989,1452772255,'plugins','js_composer/include/params/colorpicker/colorpicker.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7240,1452771989,1452772255,'plugins','js_composer/include/params/column_offset/column_offset.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7243,1452771989,1452772255,'plugins','js_composer/include/params/css_editor/css_editor.php',8,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7246,1452771989,1452772255,'plugins','js_composer/include/params/custom_markup/custom_markup.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7249,1452771989,1452772255,'plugins','js_composer/include/params/el_id/el_id.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7252,1452771989,1452772255,'plugins','js_composer/include/params/font_container/font_container.php',14,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7255,1452771989,1452772255,'plugins','js_composer/include/params/google_fonts/google_fonts.php',16,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7258,1452771989,1452772255,'plugins','js_composer/include/params/hidden/hidden.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7261,1452771989,1452772255,'plugins','js_composer/include/params/href/href.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7264,1452771989,1452772255,'plugins','js_composer/include/params/iconpicker/iconpicker.php',80,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7267,1452771989,1452772255,'plugins','js_composer/include/params/loop/loop.php',21,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7270,1452771989,1452772255,'plugins','js_composer/include/params/options/options.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7273,1452771989,1452772255,'plugins','js_composer/include/params/param_group/param_group.php',6,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7276,1452771989,1452772255,'plugins','js_composer/include/params/params_preset/params_preset.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7279,1452771989,1452772255,'plugins','js_composer/include/params/sorted_list/sorted_list.php',6,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7282,1452771989,1452772255,'plugins','js_composer/include/params/tab_id/tab_id.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7285,1452771989,1452772255,'plugins','js_composer/include/params/textarea_html/textarea_html.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7288,1452771989,1452772255,'plugins','js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7291,1452771989,1452772255,'plugins','js_composer/include/params/vc_grid_element/vc_grid_element.php',10,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7294,1452771989,1452772255,'plugins','js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7297,1452771989,1452772255,'plugins','js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7300,1452771989,1452772255,'plugins','js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7303,1452771989,1452772255,'plugins','js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php',8,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7306,1452771989,1452772255,'plugins','js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7309,1452771989,1452772255,'plugins','js_composer/include/params/vc_grid_item/attributes.php',10,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7312,1452771989,1452772255,'plugins','js_composer/include/params/vc_grid_item/class-vc-grid-item.php',10,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7315,1452771989,1452772255,'plugins','js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7318,1452771989,1452772255,'plugins','js_composer/include/params/vc_grid_item/shortcodes.php',26,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7321,1452771989,1452772255,'plugins','js_composer/include/params/vc_grid_item/templates.php',61,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7324,1452771989,1452772255,'plugins','js_composer/include/params/vc_link/vc_link.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7327,1452771989,1452772255,'plugins','js_composer/include/params/default_params.php',11,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7330,1452771989,1452772255,'plugins','js_composer/include/params/load.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7333,1452771989,1452772255,'plugins','js_composer/include/params/params.php',7,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7336,1452771989,1452772255,'plugins','js_composer/include/templates/editors/navbar/navbar.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7339,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/access-manager-js.tpl.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7342,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/add_element_search.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7345,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/add_element_tabs.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7348,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7351,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/backend_controls.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7354,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7357,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7360,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/frontend_controls.tpl.php',19,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7363,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/post_shortcodes.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7366,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/prompt.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7369,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7372,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/templates_search.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7375,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7378,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/vc_ui-presets-dropdown.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7381,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7384,1452771989,1452772255,'plugins','js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7387,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/modal_edit_element.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7390,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/panel_edit_layout.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7393,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7396,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/panel_post_settings.tpl.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7399,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7402,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/panel_templates.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7405,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/panel_templates_editor.tpl.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7408,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7411,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/vc_ui-header.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7414,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7417,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7420,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7423,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7426,1452771989,1452772255,'plugins','js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7429,1452771989,1452772255,'plugins','js_composer/include/templates/editors/backend_editor.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7432,1452771989,1452772255,'plugins','js_composer/include/templates/editors/frontend_editor.tpl.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7435,1452771989,1452772255,'plugins','js_composer/include/templates/editors/frontend_template.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7438,1452771989,1452772255,'plugins','js_composer/include/templates/editors/vc_ui-template-preview.tpl.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7441,1452771989,1452772255,'plugins','js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7444,1452771989,1452772255,'plugins','js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7447,1452771989,1452772255,'plugins','js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7450,1452771989,1452772255,'plugins','js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php',7,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7453,1452771989,1452772255,'plugins','js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7456,1452771989,1452772255,'plugins','js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7459,1452771989,1452772255,'plugins','js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7462,1452771989,1452772255,'plugins','js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7465,1452771989,1452772255,'plugins','js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7468,1452771989,1452772255,'plugins','js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7471,1452771989,1452772255,'plugins','js_composer/include/templates/pages/partials/_settings_tabs.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7474,1452771989,1452772255,'plugins','js_composer/include/templates/pages/partials/_tabs.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7477,1452771989,1452772255,'plugins','js_composer/include/templates/pages/vc-settings/index.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7480,1452771989,1452772255,'plugins','js_composer/include/templates/pages/vc-settings/tab-vc-roles.php',4,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7483,1452771989,1452772255,'plugins','js_composer/include/templates/pages/vc-settings/tab.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7486,1452771989,1452772255,'plugins','js_composer/include/templates/pages/vc-settings/vc-automapper.php',1,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7489,1452771989,1452772255,'plugins','js_composer/include/templates/pages/vc-welcome/index.php',2,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7492,1452771989,1452772255,'plugins','js_composer/include/templates/pages/vc-welcome/vc-faq.php',5,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7495,1452771989,1452772255,'plugins','js_composer/include/templates/pages/vc-welcome/vc-resources.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7498,1452771989,1452772255,'plugins','js_composer/include/templates/pages/vc-welcome/vc-welcome.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7501,1452771989,1452772255,'plugins','js_composer/include/templates/params/column_offset/template.tpl.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7504,1452771989,1452772255,'plugins','js_composer/include/templates/params/google_fonts/template.php',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7507,1452771989,1452772255,'plugins','js_composer/include/templates/params/loop/templates.html',10,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7510,1452771989,1452772255,'plugins','js_composer/include/templates/params/options/templates.html',3,1,0,'2016-01-14 11:46:52','2016-01-14 11:52:24','I','complete'),(7513,1452771989,1452772255,'plugins','js_composer/include/templates/params/param_group/add.tpl.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7516,1452771989,1452772255,'plugins','js_composer/include/templates/params/param_group/content.tpl.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7519,1452771989,1452772255,'plugins','js_composer/include/templates/params/param_group/inner_content.tpl.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7522,1452771989,1452772255,'plugins','js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7525,1452771989,1452772255,'plugins','js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7528,1452771989,1452772255,'plugins','js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7531,1452771989,1452772255,'plugins','js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7534,1452771989,1452772255,'plugins','js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7537,1452771989,1452772255,'plugins','js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7540,1452771989,1452772255,'plugins','js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7543,1452771989,1452772255,'plugins','js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7546,1452771989,1452772255,'plugins','js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7549,1452771989,1452772255,'plugins','js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7552,1452771989,1452772255,'plugins','js_composer/include/templates/params/vc_grid_item/preview.tpl.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7555,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/post_block/_item.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7558,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/layerslider_vc.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7561,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/rev_slider_vc.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7564,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_accordion.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7567,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_accordion_tab.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7570,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_basic_grid.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7573,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_basic_grid_filter.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7576,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_btn.php',6,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7579,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_button.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7582,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_button2.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7585,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_carousel.php',7,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7588,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_column.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7591,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_column_inner.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7594,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_column_text.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7597,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_cta.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7600,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_cta_button.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7603,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_cta_button2.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7606,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_custom_field.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7609,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_custom_heading.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7612,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_empty_space.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7615,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_facebook.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7618,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_flickr.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7621,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_gallery.php',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7624,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_gitem.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7627,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_gitem_animated_block.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7630,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_gitem_block.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7633,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_gitem_col.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7636,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_gitem_image.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7639,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_gitem_post_data.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7642,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_gitem_post_meta.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7645,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_gitem_row.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7648,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_gitem_zone.php',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7651,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_gitem_zone_c.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7654,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_gmaps.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7657,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_googleplus.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7660,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_icon.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7663,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_images_carousel.php',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7666,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_item.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7669,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_items.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7672,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_line_chart.php',6,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7675,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_message.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7678,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_pie.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7681,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_pinterest.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7684,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_posts_grid.php',8,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7687,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_posts_slider.php',7,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7690,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_progress_bar.php',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7693,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_raw_html.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7696,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_round_chart.php',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7699,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_row.php',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7702,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_row_inner.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7705,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_separator.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7708,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_single_image.php',6,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7711,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_tab.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7714,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_tabs.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7717,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_text_separator.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7720,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_toggle.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7723,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_tta_global.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7726,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_tta_pageable_section.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7729,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_tta_section.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7732,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_tweetmeme.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7735,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_video.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7738,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_widget_sidebar.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7741,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_wp_archives.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7744,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_wp_calendar.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7747,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_wp_categories.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7750,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_wp_custommenu.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7753,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_wp_links.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7756,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_wp_meta.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7759,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_wp_pages.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7762,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_wp_posts.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7765,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_wp_recentcomments.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7768,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_wp_rss.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7771,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_wp_search.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7774,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_wp_tagcloud.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7777,1452771989,1452772255,'plugins','js_composer/include/templates/shortcodes/vc_wp_text.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7780,1452771989,1452772255,'plugins','js_composer/include/templates/teaser.html.php',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7783,1452771989,1452772255,'plugins','js_composer/locale/default.mo',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7786,1452771989,1452772255,'plugins','js_composer/locale/default.po',266,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7789,1452771989,1452772255,'plugins','js_composer/locale/js_composer-bg_BG.mo',63,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7792,1452771989,1452772255,'plugins','js_composer/locale/js_composer-bg_BG.po',340,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7795,1452771989,1452772255,'plugins','js_composer/locale/js_composer-cs_CZ.mo',85,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7798,1452771989,1452772255,'plugins','js_composer/locale/js_composer-cs_CZ.po',376,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7801,1452771989,1452772255,'plugins','js_composer/locale/js_composer-de_DE.mo',47,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7804,1452771989,1452772255,'plugins','js_composer/locale/js_composer-de_DE.po',342,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7807,1452771989,1452772255,'plugins','js_composer/locale/js_composer-es_ES.mo',19,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7810,1452771989,1452772255,'plugins','js_composer/locale/js_composer-es_ES.po',308,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7813,1452771989,1452772255,'plugins','js_composer/locale/js_composer-fa_IR.mo',53,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7816,1452771989,1452772255,'plugins','js_composer/locale/js_composer-fa_IR.po',320,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7819,1452771989,1452772255,'plugins','js_composer/locale/js_composer-fr_FR.mo',48,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7822,1452771989,1452772255,'plugins','js_composer/locale/js_composer-fr_FR.po',326,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7825,1452771989,1452772255,'plugins','js_composer/locale/js_composer-it_IT.mo',26,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7828,1452771989,1452772255,'plugins','js_composer/locale/js_composer-it_IT.po',304,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7831,1452771989,1452772255,'plugins','js_composer/locale/js_composer-ja_JP.mo',92,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7834,1452771989,1452772255,'plugins','js_composer/locale/js_composer-ja_JP.po',388,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7837,1452771989,1452772255,'plugins','js_composer/locale/js_composer-nl_NL.mo',32,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7840,1452771989,1452772255,'plugins','js_composer/locale/js_composer-nl_NL.po',322,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7843,1452771989,1452772255,'plugins','js_composer/locale/js_composer-pl_PL.mo',12,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7846,1452771989,1452772255,'plugins','js_composer/locale/js_composer-pl_PL.po',296,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7849,1452771989,1452772255,'plugins','js_composer/locale/js_composer-pt_BR.mo',48,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7852,1452771989,1452772255,'plugins','js_composer/locale/js_composer-pt_BR.po',321,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7855,1452771989,1452772255,'plugins','js_composer/locale/js_composer-ru_RU.mo',30,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7858,1452771989,1452772255,'plugins','js_composer/locale/js_composer-ru_RU.po',313,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7861,1452771989,1452772255,'plugins','js_composer/locale/js_composer-zh_TW.mo',36,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7864,1452771989,1452772255,'plugins','js_composer/locale/js_composer-zh_TW.po',307,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7867,1452771989,1452772255,'plugins','js_composer/locale/readme.txt',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7870,1452771989,1452772255,'plugins','js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php',8,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7873,1452771989,1452772255,'plugins','js_composer/vendor/mmihey/PHP-Instagram-effects/LICENCE',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7876,1452771989,1452772255,'plugins','js_composer/vendor/mmihey/PHP-Instagram-effects/README.md',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7879,1452771989,1452772255,'plugins','js_composer/changes.txt',37,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7882,1452771989,1452772255,'plugins','js_composer/credits.txt',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7885,1452771989,1452772255,'plugins','js_composer/index.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7888,1452771989,1452772255,'plugins','js_composer/js_composer.php',22,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7891,1452771989,1452772255,'plugins','js_composer/vc_classmap.json.php',10,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7894,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/css/jquery.dataTables.css',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7897,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/css/admin.css',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7900,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/css/colorbox.css',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7903,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/css/style.css',6,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7906,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/css/widget.css',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7909,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/colorbox/loading.gif',10,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7912,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/colorbox/controls.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7915,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/colorbox/loading_background.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7918,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/colorbox/border.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7921,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/behance.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7924,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/skype.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7927,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/dribble.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7930,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/instagram.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7933,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/flickr.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7936,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/rss.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7939,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/facebook.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7942,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/twitter.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7945,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/pinterest.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7948,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/tumblr.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7951,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/linkedin.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7954,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/gplus.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7957,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/email.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7960,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/socials/youtube.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7963,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/04-bg.png',7,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7966,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/08-icon.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7969,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/01.png',98,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7972,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/08-bg.png',7,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7975,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/07-bg.png',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7978,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/04.png',77,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7981,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/box-bottom.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7984,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/04-icon.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7987,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/loader.gif',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7990,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/06.png',106,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7993,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/09-icon.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7996,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/01-icon.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(7999,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/upgrade.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8002,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/07-icon.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8005,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/10.png',91,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8008,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/06-icon.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8011,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/08.png',83,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8014,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/mascotte.png',7,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8017,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/05-icon.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8020,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/03-icon.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8023,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/logo.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8026,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/10-icon.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8029,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/02-bg.png',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8032,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/05.png',105,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8035,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/07.png',115,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8038,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/01-bg.png',7,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8041,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/09-bg.png',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8044,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/02-icon.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8047,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/09.png',53,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8050,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/02.png',97,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8053,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/06-bg.png',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8056,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/bg-pattern.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8059,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/10-bg.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8062,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/05-bg.png',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8065,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/03.png',85,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8068,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/images/03-bg.png',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8071,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/js/jquery.dataTables.min.js',114,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8074,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/js/jquery.colorbox-min.js',12,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8077,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/js/FixedColumns.min.js',17,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8080,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/js/woocompare-admin.js',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8083,1452771989,1452772255,'plugins','yith-woocommerce-compare/assets/js/woocompare.js',9,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8086,1452771989,1452772255,'plugins','yith-woocommerce-compare/includes/class.yith-woocompare.php',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8089,1452771989,1452772255,'plugins','yith-woocommerce-compare/includes/class.yith-woocompare-frontend.php',26,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8092,1452771989,1452772255,'plugins','yith-woocommerce-compare/includes/class.yith-woocompare-admin.php',15,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8095,1452771989,1452772255,'plugins','yith-woocommerce-compare/includes/functions.yith-woocompare.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8098,1452771989,1452772255,'plugins','yith-woocommerce-compare/includes/class.yith-woocompare-helper.php',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8101,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-it_IT.po',37,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8104,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-fa_IR.mo',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8107,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-fa_IR.po',13,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8110,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-fr_FR.po',12,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8113,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare.pot',11,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8116,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-tr_TR.mo',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8119,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-sk_SK.mo',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8122,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-bg_BG.po',12,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8125,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-it_IT.mo',13,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8128,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-bg_BG.mo',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8131,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-nl_NL.po',18,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8134,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-fr_FR.mo',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8137,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-tr_TR.po',13,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8140,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-pt_BR.mo',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8143,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-pt_BR.po',13,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8146,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-nl_NL.mo',12,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8149,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-es_ES.po',13,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8152,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-sk_SK.po',13,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8155,1452771989,1452772255,'plugins','yith-woocommerce-compare/languages/yith-woocommerce-compare-es_ES.mo',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8158,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/chosen/chosen.css',13,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8161,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/codemirror/codemirror.css',6,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8164,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-icons_fbc856_256x240.png',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8167,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-icons_3383bb_256x240.png',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8170,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8173,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-icons_454545_256x240.png',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8176,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8179,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8182,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8185,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8188,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8191,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-icons_999999_256x240.png',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8194,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8197,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8200,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-icons_70b2e1_256x240.png',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8203,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8206,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/overcast/jquery-ui-1.8.9.custom.css',21,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8209,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/yit-plugin-panel.css',17,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8212,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/yit-upgrader.css',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8215,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/css/metaboxes.css',26,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8218,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/chosen/chosen-sprite.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8221,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/chosen/chosen-sprite@2x.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8224,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/slider/grey.gif',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8227,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/slider/orange.gif',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8230,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/slider/tooltip.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8233,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/slider/handle.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8236,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/ui-icons_222222_256x240.png',7,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8239,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/double-sidebar.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8242,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/no-sidebar.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8245,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/spinner.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8248,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/x.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8251,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/on.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8254,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/ui-icons_454545_256x240.png',7,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8257,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/sidebar-right.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8260,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/sidebar-left.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8263,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/ui-icons_888888_256x240.png',7,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8266,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/select.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8269,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/off.png',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8272,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/ui-icons_2e83ff_256x240.png',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8275,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/sleep.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8278,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/yithemes-icon.png',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8281,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/images/licence-error.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8284,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/chosen/ajax-chosen.jquery.js',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8287,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/chosen/chosen.jquery.js',42,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8290,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/chosen/ajax-chosen.jquery.min.js',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8293,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/codemirror/codemirror.js',222,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8296,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/codemirror/javascript.js',24,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8299,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/yit-wp-pointer.min.js',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8302,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/metabox.js',12,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8305,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/yit-plugin-panel.min.js',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8308,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/panel.spinner.min.js',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8311,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/yit-cptu-sortable-posts.js',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8314,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/metabox.min.js',6,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8317,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/yit-cpt-unlimited.js',3,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8320,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/multisite-updater.js',9,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8323,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/yit-plugin-panel.js',11,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8326,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/yit-cpt-unlimited.min.js',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8329,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/yit-wp-pointer.js',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8332,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/panel.spinner.js',5,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8335,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/assets/js/multisite-updater.min.js',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8338,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/languages/yith-plugin-fw-it_IT.po',31,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8341,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/languages/yith-plugin-fw.pot',24,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8344,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/languages/yith-plugin-fw-it_IT.mo',18,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8347,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/lib/yit-metabox.php',18,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8350,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/lib/yit-plugin-common.php',45,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8353,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/lib/yit-plugin-subpanel.php',7,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8356,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/lib/yit-plugin-panel.php',31,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8359,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/lib/yit-plugin-gradients.php',17,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8362,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/lib/yit-cpt-unlimited.php',65,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8365,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/lib/yit-video.php',7,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8368,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/lib/yit-plugin-panel-wc.php',17,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8371,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/lib/yit-pointers.php',16,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8374,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/lib/yit-upgrade.php',24,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8377,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/licence/assets/css/yit-licence.css',9,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8380,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/licence/assets/images/licence-error.png',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8383,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/licence/assets/js/yit-licence.min.js',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8386,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/licence/assets/js/yit-licence.js',6,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8389,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/licence/lib/yit-licence.php',21,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8392,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/licence/lib/yit-plugin-licence.php',6,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8395,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/licence/lib/yit-theme-licence.php',6,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8398,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/licence/templates/panel/activation/activation-panel.php',9,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8401,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/onoff.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8404,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/select.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8407,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/textarea.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8410,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/icon-list.php',6,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8413,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/sidebars.php',7,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8416,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/select-icon.php',4,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8419,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/sep.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8422,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/textarea-editor.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8425,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/text-array.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8428,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/chosen.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8431,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/text.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8434,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/select-mailchimp.php',2,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8437,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/title.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8440,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/colorpicker.php',1,1,0,'2016-01-14 11:46:53','2016-01-14 11:52:24','I','complete'),(8443,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/slider.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8446,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/sidebarlist.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8449,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/images.php',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8452,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/hidden.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8455,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/customtabs.php',6,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8458,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/contactform.php',28,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8461,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/sidebar-layout.php',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8464,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/ajax-products.php',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8467,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/preview.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8470,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/datepicker.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8473,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/checkbox.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8476,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/number.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8479,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/image-gallery.php',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8482,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/upload.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8485,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/responsivesliders.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8488,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/typography.php',12,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8491,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/simple-text.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8494,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/types/categories.php',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8497,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/metaboxes/tab.php',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8500,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/types/select.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8503,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/types/textarea.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8506,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/types/layout-panel.php',0,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8509,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/types/on-off.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8512,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/types/chosen.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8515,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/types/text.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8518,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/types/select-mailchimp.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8521,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/types/connected-list.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8524,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/types/slider.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8527,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/types/text-button.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8530,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/types/upload.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8533,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/types/textarea-codemirror.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8536,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/woocommerce/woocommerce-panel.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8539,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/woocommerce/woocommerce-upload.php',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8542,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/woocommerce/woocommerce-form.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8545,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/videobox.php',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8548,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/templates/panel/infobox.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8551,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/yit-plugin-registration-hook.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8554,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/yit-plugin.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8557,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/init.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8560,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/yit-functions.php',27,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8563,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-fw/yit-deactive-plugin.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8566,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-options/general-options.php',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8569,1452771989,1452772255,'plugins','yith-woocommerce-compare/plugin-options/premium-options.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8572,1452771989,1452772255,'plugins','yith-woocommerce-compare/templates/admin/premium.php',17,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8575,1452771989,1452772255,'plugins','yith-woocommerce-compare/templates/compare.php',10,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8578,1452771989,1452772255,'plugins','yith-woocommerce-compare/widgets/class.yith-woocompare-widget.php',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8581,1452771989,1452772255,'plugins','yith-woocommerce-compare/wpml-config.xml',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8584,1452771989,1452772255,'plugins','yith-woocommerce-compare/tmp-yith-woocommerce-compare-readme.pot',11,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8587,1452771989,1452772255,'plugins','yith-woocommerce-compare/screenshot-3.png',84,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8590,1452771989,1452772255,'plugins','yith-woocommerce-compare/screenshot-1.png',234,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8593,1452771989,1452772255,'plugins','yith-woocommerce-compare/init.php',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8596,1452771989,1452772255,'plugins','yith-woocommerce-compare/tmp-yith-woocommerce-compare.pot',37,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8599,1452771989,1452772255,'plugins','yith-woocommerce-compare/screenshot-2.png',153,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8602,1452771989,1452772255,'plugins','yith-woocommerce-compare/README.txt',7,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8605,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/css/style.css',14,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8608,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/css/jquery.selectBox.css',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8611,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/css/font-awesome.css',15,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8614,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/css/admin.css',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8617,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/css/font-awesome.min.css',24,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8620,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/css/font-awesome-ie7.css',23,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8623,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/fontawesome/fontawesome-webfont.woff2',56,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8626,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/fontawesome/fontawesome-webfont.ttf',120,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8629,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/fontawesome/fontawesome-webfont.eot',60,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8632,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/fontawesome/fontawesome-webfont.woff',70,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8635,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/fontawesome/FontAwesome.otf',92,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8638,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/fontawesome/fontawesome-webfont.svg',307,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8641,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/09.png',32,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8644,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/06.png',38,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8647,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/icon-5.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8650,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/multiple-wishlist.png',41,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8653,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/12-bg.png',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8656,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/09-icon.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8659,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/admin-panel.png',68,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8662,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/background-2.png',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8665,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/08-icon.png',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8668,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/background-1.png',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8671,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/background-5.png',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8674,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/11-bg.png',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8677,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/02.png',21,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8680,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/05.png',29,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8683,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/search-wishlist.png',36,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8686,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/icon-1.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8689,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/03.png',38,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8692,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/08-bg.png',9,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8695,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/13-icon.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8698,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/07.png',39,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8701,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/private-wishlist.png',47,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8704,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/10-bg.png',7,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8707,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/11-icon.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8710,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/06-bg.png',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8713,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/icon-4.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8716,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/07-bg.png',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8719,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/13.png',86,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8722,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/06-icon.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8725,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/04.png',34,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8728,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/01.png',31,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8731,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/10-icon.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8734,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/12-icon.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8737,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/07-icon.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8740,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/icon-3.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8743,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/background-4.png',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8746,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/13-bg.png',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8749,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/background-3.png',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8752,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/ask-an-estimate.png',44,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8755,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/11.png',78,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8758,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/icon-6.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8761,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/upgrade.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8764,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/12.png',35,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8767,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/10.png',91,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8770,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/09-bg.png',7,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8773,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/yith-wfbt-slider.jpg',49,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8776,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/08.png',32,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8779,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/landing/icon-2.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8782,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8785,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/twitter.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8788,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/wpspin_light.gif',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8791,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/facebook.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8794,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/logo.png',6,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8797,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/video-thumb.jpg',58,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8800,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/ajax-loader.gif',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8803,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/pinterest.jpg',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8806,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/googleplus.jpg',13,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8809,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.gif',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8812,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/images/email.jpg',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8815,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/js/admin/yith-wcwl.js',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8818,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/js/unminified/admin/yith-wcwl.js',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8821,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/js/unminified/jquery.yith-wcwl.js',21,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8824,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/js/unminified/jquery.selectBox.js',38,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8827,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/js/jquery.selectBox.min.js',16,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8830,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/assets/js/jquery.yith-wcwl.js',10,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8833,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/includes/class.yith-wcwl-ui.php',12,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8836,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/includes/class.yith-wcwl-init.php',17,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8839,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/includes/class.yith-wcwl-admin-init.php',56,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8842,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/includes/class.yith-wcwl-shortcode.php',14,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8845,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/includes/class.yith-wcwl.php',51,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8848,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/includes/class.yith-wcwl-install.php',8,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8851,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/includes/functions.yith-wcwl.php',7,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8854,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-it_IT.po',58,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8857,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-ru_RU.po',29,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8860,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-uk_UA.po',29,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8863,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-tr_TR.mo',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8866,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-es_ES.po',33,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8869,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-es_ES.mo',16,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8872,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-zh_TW.po',28,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8875,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-pt_BR.po',33,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8878,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-de_DE.mo',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8881,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-pt_PT.mo',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8884,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-he_IL.mo',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8887,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-pt_PT.po',32,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8890,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-de_DE.po',33,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8893,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-es_AR.mo',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8896,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-ru_RU.mo',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8899,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-fa_IR.po',55,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8902,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-fr_FR.po',33,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8905,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-zh_TW.mo',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8908,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-uk_UA.mo',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8911,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-zh_CN.po',28,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8914,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-sv_SE.po',49,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8917,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-fa_IR.mo',14,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8920,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-pt_BR.mo',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8923,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-pl_PL.po',28,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8926,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-es_AR.po',34,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8929,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-it_IT.mo',26,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8932,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-sv_SE.mo',15,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8935,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-es_MX.mo',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8938,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-he_IL.po',31,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8941,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-fr_FR.mo',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8944,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-zh_CN.mo',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8947,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist.pot',27,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8950,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-pl_PL.mo',7,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8953,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-es_MX.po',33,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8956,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/languages/yith-woocommerce-wishlist-tr_TR.po',32,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8959,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/chosen/chosen.css',13,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8962,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/codemirror/codemirror.css',6,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8965,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-icons_3383bb_256x240.png',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8968,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-icons_fbc856_256x240.png',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8971,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-bg_flat_55_eeeeee_40x100.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8974,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-bg_glass_60_eeeeee_1x400.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8977,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-bg_glass_35_dddddd_1x400.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8980,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8983,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-icons_454545_256x240.png',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8986,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-icons_70b2e1_256x240.png',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8989,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-bg_flat_0_eeeeee_40x100.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8992,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-bg_flat_55_c0402a_40x100.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8995,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-icons_999999_256x240.png',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(8998,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9001,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9004,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/images/ui-bg_inset-hard_75_999999_1x100.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9007,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/overcast/jquery-ui-1.8.9.custom.css',21,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9010,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/yit-plugin-panel.css',17,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9013,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/yit-upgrader.css',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9016,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/css/metaboxes.css',26,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9019,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/chosen/chosen-sprite.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9022,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/chosen/chosen-sprite@2x.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9025,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/slider/handle.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9028,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/slider/orange.gif',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9031,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/slider/grey.gif',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9034,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/slider/tooltip.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9037,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/off.png',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9040,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/ui-icons_2e83ff_256x240.png',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9043,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/select.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9046,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/sleep.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9049,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/spinner.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9052,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/ui-icons_888888_256x240.png',7,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9055,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/no-sidebar.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9058,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/x.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9061,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/ui-icons_454545_256x240.png',7,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9064,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/ui-icons_222222_256x240.png',7,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9067,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/double-sidebar.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9070,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/on.png',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9073,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/yithemes-icon.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9076,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/sidebar-right.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9079,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/sidebar-left.png',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9082,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/images/licence-error.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9085,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/chosen/ajax-chosen.jquery.js',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9088,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/chosen/chosen.jquery.js',42,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9091,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/chosen/ajax-chosen.jquery.min.js',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9094,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/codemirror/codemirror.js',222,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9097,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/codemirror/javascript.js',24,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9100,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/panel.spinner.min.js',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9103,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/yit-cpt-unlimited.min.js',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9106,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/yit-plugin-panel.js',11,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9109,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/yit-cpt-unlimited.js',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9112,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/metabox.js',12,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9115,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/multisite-updater.min.js',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9118,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/multisite-updater.js',9,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9121,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/metabox.min.js',6,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9124,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/yit-cptu-sortable-posts.js',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9127,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/yit-plugin-panel.min.js',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9130,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/panel.spinner.js',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9133,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/yit-wp-pointer.min.js',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9136,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/assets/js/yit-wp-pointer.js',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9139,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/languages/yith-plugin-fw-it_IT.mo',16,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9142,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/languages/yith-plugin-fw-it_IT.po',34,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9145,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/languages/yith-plugin-fw.pot',25,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9148,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/lib/yit-plugin-panel.php',31,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9151,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/lib/yit-plugin-subpanel.php',7,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9154,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/lib/yit-plugin-common.php',45,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9157,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/lib/yit-metabox.php',18,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9160,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/lib/yit-pointers.php',16,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9163,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/lib/yit-cpt-unlimited.php',65,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9166,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/lib/yit-plugin-panel-wc.php',17,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9169,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/lib/yit-upgrade.php',23,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9172,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/lib/yit-video.php',7,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9175,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/lib/yit-plugin-gradients.php',17,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9178,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/licence/assets/css/yit-licence.css',12,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9181,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/licence/assets/images/licence-error.png',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9184,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/licence/assets/js/yit-licence.js',9,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9187,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/licence/assets/js/yit-licence.min.js',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9190,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/licence/lib/yit-licence.php',28,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9193,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/licence/lib/yit-plugin-licence.php',6,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9196,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/licence/lib/yit-theme-licence.php',7,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9199,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/licence/templates/panel/activation/activation-panel.php',13,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9202,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/responsivesliders.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9205,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/preview.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9208,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/checkbox.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9211,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/title.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9214,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/categories.php',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9217,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/slider.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9220,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/images.php',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9223,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/select-mailchimp.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9226,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/sidebars.php',7,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9229,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/textarea.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9232,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/colorpicker.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9235,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/sep.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9238,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/contactform.php',28,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9241,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/image-gallery.php',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9244,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/text-array.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9247,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/select-icon.php',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9250,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/textarea-editor.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9253,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/text.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9256,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/ajax-products.php',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9259,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/sidebar-layout.php',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9262,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/number.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9265,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/sidebarlist.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9268,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/typography.php',12,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9271,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/simple-text.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9274,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/upload.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9277,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/customtabs.php',6,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9280,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/chosen.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9283,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/hidden.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9286,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/onoff.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9289,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/datepicker.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9292,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/icon-list.php',6,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9295,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/types/select.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9298,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/metaboxes/tab.php',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9301,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/types/slider.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9304,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/types/select-mailchimp.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9307,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/types/textarea-codemirror.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9310,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/types/textarea.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9313,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/types/layout-panel.php',0,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9316,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/types/text.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9319,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/types/connected-list.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9322,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/types/upload.php',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9325,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/types/on-off.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9328,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/types/chosen.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9331,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/types/text-button.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9334,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/types/select.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9337,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/woocommerce/woocommerce-videobox.php',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9340,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/woocommerce/woocommerce-form.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9343,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/woocommerce/woocommerce-upload.php',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9346,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/woocommerce/woocommerce-panel.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9349,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/woocommerce/woocommerce-boxinfo.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9352,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/videobox.php',4,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9355,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/templates/panel/infobox.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9358,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/init.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9361,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/yit-plugin.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9364,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/yit-plugin-registration-hook.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9367,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/yit-deactive-plugin.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9370,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-fw/yit-functions.php',29,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9373,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-options/colors-options.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9376,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-options/settings-options.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9379,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/plugin-options/premium-options.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9382,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/templates/admin/wishlist-panel-premium.php',22,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9385,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/templates/wishlist.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9388,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/templates/add-to-wishlist-button.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9391,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/templates/share.php',3,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9394,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/templates/wishlist-view.php',16,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9397,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/templates/add-to-wishlist.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9400,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/yit-common/assets/css/yith-panel.css',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9403,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/yit-common/assets/js/google_fonts.json',9,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9406,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/yit-common/assets/js/yith-panel.js',12,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9409,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/yit-common/google_fonts.php',2,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9412,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/yit-common/yith-panel.php',22,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9415,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/yit-common/yit-functions.php',7,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9418,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/init.php',5,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9421,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/wpml-config.xml',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9424,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/README.txt',15,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9427,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/screenshot-4.png',170,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9430,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/screenshot-3.png',210,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9433,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/screenshot-1.png',115,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9436,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/screenshot-2.png',111,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9439,1452771989,1452772255,'plugins','yith-woocommerce-wishlist/uninstall.php',1,1,0,'2016-01-14 11:46:54','2016-01-14 11:52:24','I','complete'),(9442,1452771989,1452772255,'plugins','wp-dbmyadmin/css/sy_style.css',3,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9445,1452771989,1452772255,'plugins','wp-dbmyadmin/img/ajax-loader.gif',1,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9448,1452771989,1452772255,'plugins','wp-dbmyadmin/img/back.png',1,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9451,1452771989,1452772255,'plugins','wp-dbmyadmin/js/sy_js.js',2,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9454,1452771989,1452772255,'plugins','wp-dbmyadmin/readme.txt',2,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9457,1452771989,1452772255,'plugins','wp-dbmyadmin/dbMyadmin.php',7,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9460,1452771989,1452772255,'plugins','database-to-excel/DatabaseToExcel.php',7,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9463,1452771989,1452772255,'plugins','database-to-excel/readme.txt',2,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9466,1452771989,1452772255,'plugins','database-to-excel/logo.png',1,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9469,1452771989,1452772255,'plugins','database-to-excel/style.css',1,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9472,1452771989,1452772255,'plugins','export-db-to-a-new-domain/css/style.css',1,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9475,1452771989,1452772255,'plugins','export-db-to-a-new-domain/js/script.js',2,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9478,1452771989,1452772255,'plugins','export-db-to-a-new-domain/readme.txt',2,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9481,1452771989,1452772255,'plugins','export-db-to-a-new-domain/license.txt',35,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9484,1452771989,1452772255,'plugins','export-db-to-a-new-domain/edbfnd.php',6,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9487,1452771989,1452772255,'plugins','export-db-to-a-new-domain/edbfnd-admin.php',4,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9490,1452771989,1452772255,'plugins','wp-database-admin/css/wda_style.css',5,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9493,1452771989,1452772255,'plugins','wp-database-admin/font-awesome-4.2.0/css/font-awesome.min.css',22,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9496,1452771989,1452772255,'plugins','wp-database-admin/font-awesome-4.2.0/css/font-awesome.css',28,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9499,1452771989,1452772255,'plugins','wp-database-admin/font-awesome-4.2.0/fonts/fontawesome-webfont.eot',55,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9502,1452771989,1452772255,'plugins','wp-database-admin/font-awesome-4.2.0/fonts/FontAwesome.otf',84,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9505,1452771989,1452772255,'plugins','wp-database-admin/font-awesome-4.2.0/fonts/fontawesome-webfont.svg',281,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9508,1452771989,1452772255,'plugins','wp-database-admin/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf',110,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9511,1452771989,1452772255,'plugins','wp-database-admin/font-awesome-4.2.0/fonts/fontawesome-webfont.woff',64,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9514,1452771989,1452772255,'plugins','wp-database-admin/js/wda_jquery.js',11,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9517,1452771989,1452772255,'plugins','wp-database-admin/screenshot-4.png',269,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9520,1452771989,1452772255,'plugins','wp-database-admin/screenshot-3.png',90,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9523,1452771989,1452772255,'plugins','wp-database-admin/screenshot-1.png',74,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9526,1452771989,1452772255,'plugins','wp-database-admin/index.php',1,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9529,1452771989,1452772255,'plugins','wp-database-admin/readme.txt',2,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9532,1452771989,1452772255,'plugins','wp-database-admin/wda_ui.php',12,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9535,1452771989,1452772255,'plugins','wp-database-admin/screenshot-2.png',61,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9538,1452771989,1452772255,'plugins','wp-database-admin/wda_functions.php',3,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9541,1452771989,1452772255,'plugins','wp-database-admin/class.wda_db_access.php',3,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9544,1452771989,1452772255,'plugins','wp-database-admin/wda_lib.php',4,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9547,1452771989,1452772255,'plugins','database-browser/languages/databasebrowser-es_ES.mo',2,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9550,1452771989,1452772255,'plugins','database-browser/languages/databasebrowser-es_ES.pot',3,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9553,1452771989,1452772255,'plugins','database-browser/views/query.php',1,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9556,1452771989,1452772255,'plugins','database-browser/views/filters.php',1,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9559,1452771989,1452772255,'plugins','database-browser/views/navigation.php',1,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9562,1452771989,1452772255,'plugins','database-browser/views/results.php',1,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9565,1452771989,1452772255,'plugins','database-browser/views/title.php',1,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9568,1452771989,1452772255,'plugins','database-browser/pagination.class.php',2,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9571,1452771989,1452772255,'plugins','database-browser/database-browser.js',1,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9574,1452771989,1452772255,'plugins','database-browser/database-browser.css',1,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9577,1452771989,1452772255,'plugins','database-browser/plugin-register.class.php',4,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9580,1452771989,1452772255,'plugins','database-browser/screenshot-1.png',52,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9583,1452771989,1452772255,'plugins','database-browser/readme.txt',3,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9586,1452771989,1452772255,'plugins','database-browser/database-browser.php',27,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9589,1452771989,1452772255,'plugins','file-manager-database-backup/readme.txt',2,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9592,1452771989,1452772255,'plugins','file-manager-database-backup/index.php',10,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9595,1452771989,1452772255,'plugins','file-manager-database-backup/filemanager.php',79,1,0,'2016-01-14 11:46:55','2016-01-14 11:52:24','I','complete'),(9597,1452771989,1452772161,'themes','twentyfifteen/css/editor-style.css',6,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9600,1452771989,1452772161,'themes','twentyfifteen/css/ie.css',14,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9603,1452771989,1452772161,'themes','twentyfifteen/css/ie7.css',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9606,1452771989,1452772161,'themes','twentyfifteen/genericons/COPYING.txt',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9609,1452771989,1452772161,'themes','twentyfifteen/genericons/genericons.css',27,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9612,1452771989,1452772161,'themes','twentyfifteen/genericons/Genericons.eot',23,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9615,1452771989,1452772161,'themes','twentyfifteen/genericons/Genericons.svg',78,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9618,1452771989,1452772161,'themes','twentyfifteen/genericons/Genericons.ttf',23,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9621,1452771989,1452772161,'themes','twentyfifteen/genericons/Genericons.woff',15,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9624,1452771989,1452772161,'themes','twentyfifteen/genericons/LICENSE.txt',18,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9627,1452771989,1452772161,'themes','twentyfifteen/genericons/README.md',7,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9630,1452771989,1452772161,'themes','twentyfifteen/inc/back-compat.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9633,1452771989,1452772161,'themes','twentyfifteen/inc/custom-header.php',10,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9636,1452771989,1452772161,'themes','twentyfifteen/inc/customizer.php',20,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9639,1452771989,1452772161,'themes','twentyfifteen/inc/template-tags.php',8,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9642,1452771989,1452772161,'themes','twentyfifteen/js/color-scheme-control.js',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9645,1452771989,1452772161,'themes','twentyfifteen/js/customize-preview.js',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9648,1452771989,1452772161,'themes','twentyfifteen/js/functions.js',6,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9651,1452771989,1452772161,'themes','twentyfifteen/js/html5.js',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9654,1452771989,1452772161,'themes','twentyfifteen/js/keyboard-image-navigation.js',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9657,1452771989,1452772161,'themes','twentyfifteen/js/skip-link-focus-fix.js',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9660,1452771989,1452772161,'themes','twentyfifteen/languages/twentyfifteen.pot',7,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9663,1452771989,1452772161,'themes','twentyfifteen/404.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9666,1452771989,1452772161,'themes','twentyfifteen/archive.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9669,1452771989,1452772161,'themes','twentyfifteen/author-bio.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9672,1452771989,1452772161,'themes','twentyfifteen/comments.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9675,1452771989,1452772161,'themes','twentyfifteen/content-link.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9678,1452771989,1452772161,'themes','twentyfifteen/content-none.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9681,1452771989,1452772161,'themes','twentyfifteen/content-page.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9684,1452771989,1452772161,'themes','twentyfifteen/content-search.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9687,1452771989,1452772161,'themes','twentyfifteen/content.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9690,1452771989,1452772161,'themes','twentyfifteen/footer.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9693,1452771989,1452772161,'themes','twentyfifteen/functions.php',13,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9696,1452771989,1452772161,'themes','twentyfifteen/header.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9699,1452771989,1452772161,'themes','twentyfifteen/image.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9702,1452771989,1452772161,'themes','twentyfifteen/index.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9705,1452771989,1452772161,'themes','twentyfifteen/page.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9708,1452771989,1452772161,'themes','twentyfifteen/readme.txt',4,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9711,1452771989,1452772161,'themes','twentyfifteen/rtl.css',13,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9714,1452771989,1452772161,'themes','twentyfifteen/screenshot.png',368,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9717,1452771989,1452772161,'themes','twentyfifteen/search.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9720,1452771989,1452772161,'themes','twentyfifteen/sidebar.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9723,1452771989,1452772161,'themes','twentyfifteen/single.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9726,1452771989,1452772161,'themes','twentyfifteen/style.css',95,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9729,1452771989,1452772161,'themes','twentyfourteen/css/editor-style.css',12,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9732,1452771989,1452772161,'themes','twentyfourteen/css/ie.css',25,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9735,1452771989,1452772161,'themes','twentyfourteen/genericons/font/genericons-regular-webfont.eot',15,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9738,1452771989,1452772161,'themes','twentyfourteen/genericons/font/genericons-regular-webfont.svg',40,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9741,1452771989,1452772161,'themes','twentyfourteen/genericons/font/genericons-regular-webfont.ttf',27,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9744,1452771989,1452772161,'themes','twentyfourteen/genericons/font/genericons-regular-webfont.woff',17,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9747,1452771989,1452772161,'themes','twentyfourteen/genericons/COPYING.txt',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9750,1452771989,1452772161,'themes','twentyfourteen/genericons/Genericons-Regular.otf',18,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9753,1452771989,1452772161,'themes','twentyfourteen/genericons/genericons.css',31,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9756,1452771989,1452772161,'themes','twentyfourteen/genericons/LICENSE.txt',18,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9759,1452771989,1452772161,'themes','twentyfourteen/genericons/README.txt',6,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9762,1452771989,1452772161,'themes','twentyfourteen/images/pattern-dark.svg',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9765,1452771989,1452772161,'themes','twentyfourteen/images/pattern-light.svg',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9768,1452771989,1452772161,'themes','twentyfourteen/inc/back-compat.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9771,1452771989,1452772161,'themes','twentyfourteen/inc/custom-header.php',5,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9774,1452771989,1452772161,'themes','twentyfourteen/inc/customizer.php',6,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9777,1452771989,1452772161,'themes','twentyfourteen/inc/featured-content.php',15,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9780,1452771989,1452772161,'themes','twentyfourteen/inc/template-tags.php',8,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9783,1452771989,1452772161,'themes','twentyfourteen/inc/widgets.php',10,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9786,1452771989,1452772161,'themes','twentyfourteen/js/customizer.js',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9789,1452771989,1452772161,'themes','twentyfourteen/js/featured-content-admin.js',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9792,1452771989,1452772161,'themes','twentyfourteen/js/functions.js',5,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9795,1452771989,1452772161,'themes','twentyfourteen/js/html5.js',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9798,1452771989,1452772161,'themes','twentyfourteen/js/keyboard-image-navigation.js',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9801,1452771989,1452772161,'themes','twentyfourteen/js/slider.js',19,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9804,1452771989,1452772161,'themes','twentyfourteen/languages/twentyfourteen.pot',11,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9807,1452771989,1452772161,'themes','twentyfourteen/page-templates/contributors.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9810,1452771989,1452772161,'themes','twentyfourteen/page-templates/full-width.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9813,1452771989,1452772161,'themes','twentyfourteen/404.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9816,1452771989,1452772161,'themes','twentyfourteen/archive.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9819,1452771989,1452772161,'themes','twentyfourteen/author.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9822,1452771989,1452772161,'themes','twentyfourteen/category.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9825,1452771989,1452772161,'themes','twentyfourteen/comments.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9828,1452771989,1452772161,'themes','twentyfourteen/content-aside.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9831,1452771989,1452772161,'themes','twentyfourteen/content-audio.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9834,1452771989,1452772161,'themes','twentyfourteen/content-featured-post.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9837,1452771989,1452772161,'themes','twentyfourteen/content-gallery.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9840,1452771989,1452772161,'themes','twentyfourteen/content-image.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9843,1452771989,1452772161,'themes','twentyfourteen/content-link.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9846,1452771989,1452772161,'themes','twentyfourteen/content-none.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9849,1452771989,1452772161,'themes','twentyfourteen/content-page.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9852,1452771989,1452772161,'themes','twentyfourteen/content-quote.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9855,1452771989,1452772161,'themes','twentyfourteen/content-video.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9858,1452771989,1452772161,'themes','twentyfourteen/content.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9861,1452771989,1452772161,'themes','twentyfourteen/featured-content.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9864,1452771989,1452772161,'themes','twentyfourteen/footer.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9867,1452771989,1452772161,'themes','twentyfourteen/functions.php',17,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9870,1452771989,1452772161,'themes','twentyfourteen/header.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9873,1452771989,1452772161,'themes','twentyfourteen/image.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9876,1452771989,1452772161,'themes','twentyfourteen/index.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9879,1452771989,1452772161,'themes','twentyfourteen/page.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9882,1452771989,1452772161,'themes','twentyfourteen/readme.txt',4,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9885,1452771989,1452772161,'themes','twentyfourteen/rtl.css',16,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9888,1452771989,1452772161,'themes','twentyfourteen/screenshot.png',603,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9891,1452771989,1452772161,'themes','twentyfourteen/search.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9894,1452771989,1452772161,'themes','twentyfourteen/sidebar-content.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9897,1452771989,1452772161,'themes','twentyfourteen/sidebar-footer.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9900,1452771989,1452772161,'themes','twentyfourteen/sidebar.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9903,1452771989,1452772161,'themes','twentyfourteen/single.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9906,1452771989,1452772161,'themes','twentyfourteen/style.css',76,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9909,1452771989,1452772161,'themes','twentyfourteen/tag.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9912,1452771989,1452772161,'themes','twentyfourteen/taxonomy-post_format.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9915,1452771989,1452772161,'themes','twentysixteen/css/editor-style.css',7,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9918,1452771989,1452772161,'themes','twentysixteen/css/ie.css',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9921,1452771989,1452772161,'themes','twentysixteen/css/ie7.css',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9924,1452771989,1452772161,'themes','twentysixteen/css/ie8.css',4,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9927,1452771989,1452772161,'themes','twentysixteen/genericons/COPYING.txt',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9930,1452771989,1452772161,'themes','twentysixteen/genericons/genericons.css',28,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9933,1452771989,1452772161,'themes','twentysixteen/genericons/Genericons.eot',22,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9936,1452771989,1452772161,'themes','twentysixteen/genericons/Genericons.svg',76,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9939,1452771989,1452772161,'themes','twentysixteen/genericons/Genericons.ttf',22,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9942,1452771989,1452772161,'themes','twentysixteen/genericons/Genericons.woff',14,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9945,1452771989,1452772161,'themes','twentysixteen/genericons/LICENSE.txt',18,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9948,1452771989,1452772161,'themes','twentysixteen/genericons/README.md',11,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9951,1452771989,1452772161,'themes','twentysixteen/inc/back-compat.php',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9954,1452771989,1452772161,'themes','twentysixteen/inc/customizer.php',29,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9957,1452771989,1452772161,'themes','twentysixteen/inc/template-tags.php',8,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9960,1452771989,1452772161,'themes','twentysixteen/js/color-scheme-control.js',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9963,1452771989,1452772161,'themes','twentysixteen/js/customize-preview.js',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9966,1452771989,1452772161,'themes','twentysixteen/js/functions.js',7,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9969,1452771989,1452772161,'themes','twentysixteen/js/html5.js',11,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9972,1452771989,1452772161,'themes','twentysixteen/js/keyboard-image-navigation.js',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9975,1452771989,1452772161,'themes','twentysixteen/js/skip-link-focus-fix.js',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9978,1452771989,1452772161,'themes','twentysixteen/languages/twentysixteen.pot',8,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9981,1452771989,1452772161,'themes','twentysixteen/template-parts/biography.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9984,1452771989,1452772161,'themes','twentysixteen/template-parts/content-none.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9987,1452771989,1452772161,'themes','twentysixteen/template-parts/content-page.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9990,1452771989,1452772161,'themes','twentysixteen/template-parts/content-search.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9993,1452771989,1452772161,'themes','twentysixteen/template-parts/content-single.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9996,1452771989,1452772161,'themes','twentysixteen/template-parts/content.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(9999,1452771989,1452772161,'themes','twentysixteen/404.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10002,1452771989,1452772161,'themes','twentysixteen/archive.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10005,1452771989,1452772161,'themes','twentysixteen/comments.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10008,1452771989,1452772161,'themes','twentysixteen/footer.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10011,1452771989,1452772161,'themes','twentysixteen/functions.php',14,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10014,1452771989,1452772161,'themes','twentysixteen/header.php',5,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10017,1452771989,1452772161,'themes','twentysixteen/image.php',4,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10020,1452771989,1452772161,'themes','twentysixteen/index.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10023,1452771989,1452772161,'themes','twentysixteen/page.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10026,1452771989,1452772161,'themes','twentysixteen/readme.txt',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10029,1452771989,1452772161,'themes','twentysixteen/rtl.css',13,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10032,1452771989,1452772161,'themes','twentysixteen/screenshot.png',453,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10035,1452771989,1452772161,'themes','twentysixteen/search.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10038,1452771989,1452772161,'themes','twentysixteen/searchform.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10041,1452771989,1452772161,'themes','twentysixteen/sidebar-content-bottom.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10044,1452771989,1452772161,'themes','twentysixteen/sidebar.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10047,1452771989,1452772161,'themes','twentysixteen/single.php',2,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10050,1452771989,1452772161,'themes','twentysixteen/style.css',67,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10053,1452771989,1452772161,'themes','index.php',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10056,1452771989,1452772161,'themes','nirvana/admin/css/admin.css',21,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10059,1452771989,1452772161,'themes','nirvana/admin/css/codemirror.css',7,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10062,1452771989,1452772161,'themes','nirvana/admin/images/schemes/Afterglow Essence.png',31,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10065,1452771989,1452772161,'themes','nirvana/admin/images/schemes/Grayscale.png',32,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10068,1452771989,1452772161,'themes','nirvana/admin/images/schemes/Chocolate Cake.png',34,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10071,1452771989,1452772161,'themes','nirvana/admin/images/schemes/Bleached Landscape.png',36,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10074,1452771989,1452772161,'themes','nirvana/admin/images/schemes/Autumn Rose.png',36,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10077,1452771989,1452772161,'themes','nirvana/admin/images/schemes/Mid Nightmare.png',31,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10080,1452771989,1452772161,'themes','nirvana/admin/images/schemes/Bloody Delight.png',32,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10083,1452771989,1452772161,'themes','nirvana/admin/images/schemes/Fresh Fresca.png',34,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10086,1452771989,1452772161,'themes','nirvana/admin/images/schemes/Straight Skyline.png',32,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10089,1452771989,1452772161,'themes','nirvana/admin/images/schemes/Nirvana Default.png',32,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10092,1452771989,1452772161,'themes','nirvana/admin/images/schemes/Shades of Gray.png',34,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10095,1452771989,1452772161,'themes','nirvana/admin/images/schemes/More or Less.png',27,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10098,1452771989,1452772161,'themes','nirvana/admin/images/3cSl.png',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10101,1452771989,1452772161,'themes','nirvana/admin/images/colorschemes-logo.png',7,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10104,1452771989,1452772161,'themes','nirvana/admin/images/1c.png',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10107,1452771989,1452772161,'themes','nirvana/admin/images/3cSs.png',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10110,1452771989,1452772161,'themes','nirvana/admin/images/2cSr.png',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10113,1452771989,1452772161,'themes','nirvana/admin/images/3cSr.png',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10116,1452771989,1452772161,'themes','nirvana/admin/images/loading-big.gif',5,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10119,1452771989,1452772161,'themes','nirvana/admin/images/2cSl.png',1,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10122,1452771989,1452772161,'themes','nirvana/admin/images/testimg.jpg',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10125,1452771989,1452772161,'themes','nirvana/admin/images/coffee.png',7,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10128,1452771989,1452772161,'themes','nirvana/admin/images/placeholder.gif',3,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10131,1452771989,1452772161,'themes','nirvana/admin/images/nirvana-logo.png',6,1,0,'2016-01-14 11:46:59','2016-01-14 11:50:51','I','complete'),(10134,1452771989,1452772161,'themes','nirvana/admin/js/accordion-slider.js',25,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10137,1452771989,1452772161,'themes','nirvana/admin/js/codemirror.min.js',123,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10140,1452771989,1452772161,'themes','nirvana/admin/js/widgets.js',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10143,1452771989,1452772161,'themes','nirvana/admin/js/admin.js',14,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10146,1452771989,1452772161,'themes','nirvana/admin/prototypes.php',4,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10149,1452771989,1452772161,'themes','nirvana/admin/schemes.php',35,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10152,1452771989,1452772161,'themes','nirvana/admin/defaults.php',16,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10155,1452771989,1452772161,'themes','nirvana/admin/admin-functions.php',16,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10158,1452771989,1452772161,'themes','nirvana/admin/main.php',30,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10161,1452771989,1452772161,'themes','nirvana/admin/sanitize.php',10,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10164,1452771989,1452772161,'themes','nirvana/admin/settings.php',92,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10167,1452771989,1452772161,'themes','nirvana/admin/customizer.php',6,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10170,1452771989,1452772161,'themes','nirvana/content/content-link.php',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10173,1452771989,1452772161,'themes','nirvana/content/content-image.php',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10176,1452771989,1452772161,'themes','nirvana/content/content.php',3,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10179,1452771989,1452772161,'themes','nirvana/content/content-status.php',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10182,1452771989,1452772161,'themes','nirvana/content/content-aside.php',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10185,1452771989,1452772161,'themes','nirvana/content/content-chat.php',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10188,1452771989,1452772161,'themes','nirvana/content/content-frontpage.php',3,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10191,1452771989,1452772161,'themes','nirvana/content/content-gallery.php',3,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10194,1452771989,1452772161,'themes','nirvana/content/content-index.php',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10197,1452771989,1452772161,'themes','nirvana/content/content-quote.php',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10200,1452771989,1452772161,'themes','nirvana/content/content-page.php',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10203,1452771989,1452772161,'themes','nirvana/content/content-video.php',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10206,1452771989,1452772161,'themes','nirvana/content/content-audio.php',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10209,1452771989,1452772161,'themes','nirvana/fonts/opensans-semibold-webfont.eot',21,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10212,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-extralight-webfont.woff',26,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10215,1452771989,1452772161,'themes','nirvana/fonts/yanonekaffeesatz-regular-webfont.ttf',56,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10218,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-extralight-webfont.ttf',67,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10221,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-b-webfont.eot',35,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10224,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-regular-webfont.ttf',67,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10227,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-extralight-webfont.eot',26,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10230,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-regular-webfont.svg',107,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10233,1452771989,1452772161,'themes','nirvana/fonts/Oswald-Regular-webfont.svg',30,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10236,1452771989,1452772161,'themes','nirvana/fonts/Oswald-Light-webfont.eot',22,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10239,1452771989,1452772161,'themes','nirvana/fonts/opensans-light-webfont.ttf',44,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10242,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-semibold-webfont.svg',105,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10245,1452771989,1452772161,'themes','nirvana/fonts/Oswald-Regular-webfont.woff',17,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10248,1452771989,1452772161,'themes','nirvana/fonts/yanonekaffeesatz-regular-webfont.svg',91,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10251,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-l-webfont.ttf',102,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10254,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-l-webfont.svg',123,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10257,1452771989,1452772161,'themes','nirvana/fonts/yanonekaffeesatz-light-webfont.svg',90,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10260,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-m-webfont.ttf',111,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10263,1452771989,1452772161,'themes','nirvana/fonts/yanonekaffeesatz-light-webfont.woff',31,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10266,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-semibold-webfont.woff',27,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10269,1452771989,1452772161,'themes','nirvana/fonts/opensans-extrabold-webfont.eot',22,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10272,1452771989,1452772161,'themes','nirvana/fonts/opensans-extrabold-webfont.svg',117,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10275,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-b-webfont.woff',37,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10278,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-l-webfont.woff',35,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10281,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-c-webfont.eot',37,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10284,1452771989,1452772161,'themes','nirvana/fonts/Oswald-Light-webfont.svg',30,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10287,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-light-webfont.woff',26,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10290,1452771989,1452772161,'themes','nirvana/fonts/opensans-regular-webfont.woff',25,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10293,1452771989,1452772161,'themes','nirvana/fonts/Oswald-Regular-webfont.ttf',32,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10296,1452771989,1452772161,'themes','nirvana/fonts/elusive.svg',28,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10299,1452771989,1452772161,'themes','nirvana/fonts/DroidSans-webfont.ttf',45,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10302,1452771989,1452772161,'themes','nirvana/fonts/DroidSans-webfont.svg',143,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10305,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-r-webfont.eot',34,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10308,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-light-webfont.svg',104,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10311,1452771989,1452772161,'themes','nirvana/fonts/DroidSans-webfont.eot',23,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10314,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-c-webfont.woff',40,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10317,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-extralight-webfont.svg',104,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10320,1452771989,1452772161,'themes','nirvana/fonts/opensans-light-webfont.svg',115,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10323,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-light-webfont.ttf',67,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10326,1452771989,1452772161,'themes','nirvana/fonts/elusive.eot',24,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10329,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-r-webfont.svg',127,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10332,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-r-webfont.ttf',112,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10335,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-b-webfont.ttf',111,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10338,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-regular-webfont.eot',27,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10341,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-bold-webfont.svg',103,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10344,1452771989,1452772161,'themes','nirvana/fonts/opensans-bold-webfont.woff',25,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10347,1452771989,1452772161,'themes','nirvana/fonts/opensans-semibold-webfont.woff',25,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10350,1452771989,1452772161,'themes','nirvana/fonts/opensans-bold-webfont.svg',116,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10353,1452771989,1452772161,'themes','nirvana/fonts/yanonekaffeesatz-light-webfont.ttf',57,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10356,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-regular-webfont.woff',27,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10359,1452771989,1452772161,'themes','nirvana/fonts/elusive.ttf',24,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10362,1452771989,1452772161,'themes','nirvana/fonts/Oswald-Regular-webfont.eot',32,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10365,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-c-webfont.svg',136,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10368,1452771989,1452772161,'themes','nirvana/fonts/opensans-extrabold-webfont.woff',26,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10371,1452771989,1452772161,'themes','nirvana/fonts/yanonekaffeesatz-light-webfont.eot',28,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10374,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-m-webfont.svg',127,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10377,1452771989,1452772161,'themes','nirvana/fonts/opensans-extrabold-webfont.ttf',46,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10380,1452771989,1452772161,'themes','nirvana/fonts/elusive.woff',15,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10383,1452771989,1452772161,'themes','nirvana/fonts/yanonekaffeesatz-regular-webfont.eot',28,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10386,1452771989,1452772161,'themes','nirvana/fonts/opensans-regular-webfont.eot',21,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10389,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-m-webfont.woff',37,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10392,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-b-webfont.svg',160,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10395,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-semibold-webfont.ttf',67,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10398,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-m-webfont.eot',34,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10401,1452771989,1452772161,'themes','nirvana/fonts/opensans-bold-webfont.ttf',46,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10404,1452771989,1452772161,'themes','nirvana/fonts/opensans-regular-webfont.ttf',45,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10407,1452771989,1452772161,'themes','nirvana/fonts/opensans-regular-webfont.svg',117,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10410,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-r-webfont.woff',37,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10413,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-light-webfont.eot',27,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10416,1452771989,1452772161,'themes','nirvana/fonts/fontfaces.css',17,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10419,1452771989,1452772161,'themes','nirvana/fonts/opensans-light-webfont.eot',21,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10422,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-bold-webfont.woff',26,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10425,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-bold-webfont.eot',26,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10428,1452771989,1452772161,'themes','nirvana/fonts/opensans-light-webfont.woff',24,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10431,1452771989,1452772161,'themes','nirvana/fonts/opensans-semibold-webfont.ttf',45,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10434,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-bold-webfont.ttf',66,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10437,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-c-webfont.ttf',114,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10440,1452771989,1452772161,'themes','nirvana/fonts/Oswald-Light-webfont.ttf',22,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10443,1452771989,1452772161,'themes','nirvana/fonts/Oswald-Light-webfont.woff',15,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10446,1452771989,1452772161,'themes','nirvana/fonts/yanonekaffeesatz-regular-webfont.woff',31,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10449,1452771989,1452772161,'themes','nirvana/fonts/sourcesanspro-semibold-webfont.eot',27,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10452,1452771989,1452772161,'themes','nirvana/fonts/opensans-bold-webfont.eot',22,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10455,1452771989,1452772161,'themes','nirvana/fonts/opensans-semibold-webfont.svg',117,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10458,1452771989,1452772161,'themes','nirvana/fonts/DroidSans-webfont.woff',25,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10461,1452771989,1452772161,'themes','nirvana/fonts/ubuntu-l-webfont.eot',33,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10464,1452771989,1452772161,'themes','nirvana/images/columns/cake1.png',84,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10467,1452771989,1452772161,'themes','nirvana/images/columns/nirvana-column2.jpg',26,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10470,1452771989,1452772161,'themes','nirvana/images/columns/nirvana-column6.jpg',61,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10473,1452771989,1452772161,'themes','nirvana/images/columns/nirvana-column3.jpg',29,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10476,1452771989,1452772161,'themes','nirvana/images/columns/cake2.png',86,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10479,1452771989,1452772161,'themes','nirvana/images/columns/nirvana-column4.jpg',63,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10482,1452771989,1452772161,'themes','nirvana/images/columns/nirvana-column5.jpg',66,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10485,1452771989,1452772161,'themes','nirvana/images/columns/nirvana-column1.jpg',25,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10488,1452771989,1452772161,'themes','nirvana/images/headers/tempera_thumbnail.png',18,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10491,1452771989,1452772161,'themes','nirvana/images/headers/tempera.png',22,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10494,1452771989,1452772161,'themes','nirvana/images/nivoslider/arrows.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10497,1452771989,1452772161,'themes','nirvana/images/nivoslider/loading.gif',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10500,1452771989,1452772161,'themes','nirvana/images/nivoslider/bullets.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10503,1452771989,1452772161,'themes','nirvana/images/patterns/pattern.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10506,1452771989,1452772161,'themes','nirvana/images/patterns/pattern3.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10509,1452771989,1452772161,'themes','nirvana/images/patterns/pattern4.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10512,1452771989,1452772161,'themes','nirvana/images/patterns/pattern1.png',3,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10515,1452771989,1452772161,'themes','nirvana/images/patterns/pattern2.png',3,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10518,1452771989,1452772161,'themes','nirvana/images/patterns/pattern7.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10521,1452771989,1452772161,'themes','nirvana/images/patterns/pattern6.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10524,1452771989,1452772161,'themes','nirvana/images/patterns/pattern9.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10527,1452771989,1452772161,'themes','nirvana/images/patterns/pattern5.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10530,1452771989,1452772161,'themes','nirvana/images/patterns/pattern8.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10533,1452771989,1452772161,'themes','nirvana/images/slider/nirvana-slide3.jpg',57,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10536,1452771989,1452772161,'themes','nirvana/images/slider/nirvana-slide2.jpg',43,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10539,1452771989,1452772161,'themes','nirvana/images/slider/nirvana-slide4.jpg',209,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10542,1452771989,1452772161,'themes','nirvana/images/slider/nirvana-slide1.jpg',63,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10545,1452771989,1452772161,'themes','nirvana/images/socials/SoundCloud.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10548,1452771989,1452772161,'themes','nirvana/images/socials/LastFM.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10551,1452771989,1452772161,'themes','nirvana/images/socials/RSS.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10554,1452771989,1452772161,'themes','nirvana/images/socials/DeviantArt.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10557,1452771989,1452772161,'themes','nirvana/images/socials/Flickr.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10560,1452771989,1452772161,'themes','nirvana/images/socials/AIM.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10563,1452771989,1452772161,'themes','nirvana/images/socials/Phone.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10566,1452771989,1452772161,'themes','nirvana/images/socials/Skype.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10569,1452771989,1452772161,'themes','nirvana/images/socials/Twitter.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10572,1452771989,1452772161,'themes','nirvana/images/socials/Amazon.png',4,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10575,1452771989,1452772161,'themes','nirvana/images/socials/Picasa.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10578,1452771989,1452772161,'themes','nirvana/images/socials/StumbleUpon.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10581,1452771989,1452772161,'themes','nirvana/images/socials/Tumblr.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10584,1452771989,1452772161,'themes','nirvana/images/socials/GooglePlus.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10587,1452771989,1452772161,'themes','nirvana/images/socials/Pinterest.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10590,1452771989,1452772161,'themes','nirvana/images/socials/Xing.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10593,1452771989,1452772161,'themes','nirvana/images/socials/Instagram.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10596,1452771989,1452772161,'themes','nirvana/images/socials/Digg.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10599,1452771989,1452772161,'themes','nirvana/images/socials/Twitch.png',4,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10602,1452771989,1452772161,'themes','nirvana/images/socials/IMDb.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10605,1452771989,1452772161,'themes','nirvana/images/socials/Yahoo.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10608,1452771989,1452772161,'themes','nirvana/images/socials/Mail.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10611,1452771989,1452772161,'themes','nirvana/images/socials/Delicious.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10614,1452771989,1452772161,'themes','nirvana/images/socials/Reddit.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10617,1452771989,1452772161,'themes','nirvana/images/socials/YouTube.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10620,1452771989,1452772161,'themes','nirvana/images/socials/Yelp.png',4,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10623,1452771989,1452772161,'themes','nirvana/images/socials/Steam.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10626,1452771989,1452772161,'themes','nirvana/images/socials/Contact.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10629,1452771989,1452772161,'themes','nirvana/images/socials/Technorati.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10632,1452771989,1452772161,'themes','nirvana/images/socials/GoodReads.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10635,1452771989,1452772161,'themes','nirvana/images/socials/MindVox.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10638,1452771989,1452772161,'themes','nirvana/images/socials/WordPress.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10641,1452771989,1452772161,'themes','nirvana/images/socials/ShareThis.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10644,1452771989,1452772161,'themes','nirvana/images/socials/MySpace.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10647,1452771989,1452772161,'themes','nirvana/images/socials/Dribbble.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10650,1452771989,1452772161,'themes','nirvana/images/socials/Newsvine.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10653,1452771989,1452772161,'themes','nirvana/images/socials/AboutMe.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10656,1452771989,1452772161,'themes','nirvana/images/socials/VK.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10659,1452771989,1452772161,'themes','nirvana/images/socials/Vimeo.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10662,1452771989,1452772161,'themes','nirvana/images/socials/Etsy.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10665,1452771989,1452772161,'themes','nirvana/images/socials/Facebook.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10668,1452771989,1452772161,'themes','nirvana/images/socials/LinkedIn.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10671,1452771989,1452772161,'themes','nirvana/images/socials/FriendFeed.png',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10674,1452771989,1452772161,'themes','nirvana/images/dashed-border.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10677,1452771989,1452772161,'themes','nirvana/images/back.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10680,1452771989,1452772161,'themes','nirvana/images/code.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10683,1452771989,1452772161,'themes','nirvana/images/icon-tooltip.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10686,1452771989,1452772161,'themes','nirvana/images/loading.gif',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10689,1452771989,1452772161,'themes','nirvana/images/search.png',1,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10692,1452771989,1452772161,'themes','nirvana/includes/theme-loop.php',14,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10695,1452771989,1452772161,'themes','nirvana/includes/theme-hooks.php',4,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10698,1452771989,1452772161,'themes','nirvana/includes/tgm.php',124,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10701,1452771989,1452772161,'themes','nirvana/includes/theme-comments.php',8,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10704,1452771989,1452772161,'themes','nirvana/includes/custom-styles.php',36,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10707,1452771989,1452772161,'themes','nirvana/includes/widgets.php',6,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10710,1452771989,1452772161,'themes','nirvana/includes/ajax.php',3,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10713,1452771989,1452772161,'themes','nirvana/includes/theme-styles.php',5,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10716,1452771989,1452772161,'themes','nirvana/includes/theme-setup.php',16,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10719,1452771989,1452772161,'themes','nirvana/includes/theme-functions.php',23,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10722,1452771989,1452772161,'themes','nirvana/includes/theme-meta.php',2,1,0,'2016-01-14 11:47:00','2016-01-14 11:50:51','I','complete'),(10725,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_222222_256x240.png',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10728,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10731,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10734,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10737,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_ef8c08_256x240.png',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10740,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10743,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10746,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png',4,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10749,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_ffd27a_256x240.png',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10752,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_ffffff_256x240.png',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10755,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-icons_228ef1_256x240.png',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10758,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10761,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10764,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10767,1452771989,1452772161,'themes','nirvana/js/jqueryui/css/ui-lightness/jquery-ui-1.8.16.custom.css',34,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10770,1452771989,1452772161,'themes','nirvana/js/nivo.slider.min.js',12,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10773,1452771989,1452772161,'themes','nirvana/js/nivo.slider.js',30,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10776,1452771989,1452772161,'themes','nirvana/js/ajax.js',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10779,1452771989,1452772161,'themes','nirvana/js/frontend.js',7,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10782,1452771989,1452772161,'themes','nirvana/languages/fr_FR.mo',64,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10785,1452771989,1452772161,'themes','nirvana/languages/tr_TR.po',84,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10788,1452771989,1452772161,'themes','nirvana/languages/es_ES.po',86,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10791,1452771989,1452772161,'themes','nirvana/languages/es_ES.mo',64,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10794,1452771989,1452772161,'themes','nirvana/languages/_nirvana.mo',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10797,1452771989,1452772161,'themes','nirvana/languages/sv_SE.po',79,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10800,1452771989,1452772161,'themes','nirvana/languages/hr.mo',57,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10803,1452771989,1452772161,'themes','nirvana/languages/zh_CN.po',82,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10806,1452771989,1452772161,'themes','nirvana/languages/hu_HU.po',89,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10809,1452771989,1452772161,'themes','nirvana/languages/nl_NL.po',91,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10812,1452771989,1452772161,'themes','nirvana/languages/ru_RU.po',101,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10815,1452771989,1452772161,'themes','nirvana/languages/ja.po',94,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10818,1452771989,1452772161,'themes','nirvana/languages/de_DE.mo',58,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10821,1452771989,1452772161,'themes','nirvana/languages/zh_CN.mo',57,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10824,1452771989,1452772161,'themes','nirvana/languages/sv_SE.mo',59,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10827,1452771989,1452772161,'themes','nirvana/languages/_nirvana.po',55,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10830,1452771989,1452772161,'themes','nirvana/languages/ja.mo',67,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10833,1452771989,1452772161,'themes','nirvana/languages/fr_FR.po',85,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10836,1452771989,1452772161,'themes','nirvana/languages/he_IL.po',173,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10839,1452771989,1452772161,'themes','nirvana/languages/ru_RU.mo',72,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10842,1452771989,1452772161,'themes','nirvana/languages/it_IT.po',80,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10845,1452771989,1452772161,'themes','nirvana/languages/hu_HU.mo',63,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10848,1452771989,1452772161,'themes','nirvana/languages/cs_CZ.mo',59,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10851,1452771989,1452772161,'themes','nirvana/languages/hr.po',88,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10854,1452771989,1452772161,'themes','nirvana/languages/cs_CZ.po',79,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10857,1452771989,1452772161,'themes','nirvana/languages/nl_NL.mo',56,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10860,1452771989,1452772161,'themes','nirvana/languages/pl_PL.mo',64,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10863,1452771989,1452772161,'themes','nirvana/languages/tr_TR.mo',63,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10866,1452771989,1452772161,'themes','nirvana/languages/de_DE.po',113,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10869,1452771989,1452772161,'themes','nirvana/languages/he_IL.mo',78,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10872,1452771989,1452772161,'themes','nirvana/languages/it_IT.mo',60,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10875,1452771989,1452772161,'themes','nirvana/languages/pl_PL.po',86,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10878,1452771989,1452772161,'themes','nirvana/styles/editor-style-rtl.css',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10881,1452771989,1452772161,'themes','nirvana/styles/style-mobile.css',11,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10884,1452771989,1452772161,'themes','nirvana/styles/editor-style.css',4,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10887,1452771989,1452772161,'themes','nirvana/styles/style-frontpage.css',12,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10890,1452771989,1452772161,'themes','nirvana/templates/template-twocolumns-right.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10893,1452771989,1452772161,'themes','nirvana/templates/template-threecolumns-center.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10896,1452771989,1452772161,'themes','nirvana/templates/template-twocolumns-left.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10899,1452771989,1452772161,'themes','nirvana/templates/template-onecolumn.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10902,1452771989,1452772161,'themes','nirvana/templates/template-blog.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10905,1452771989,1452772161,'themes','nirvana/templates/template-threecolumns-right.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10908,1452771989,1452772161,'themes','nirvana/templates/template-threecolumns-left.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10911,1452771989,1452772161,'themes','nirvana/templates/template-page-with-intro.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10914,1452771989,1452772161,'themes','nirvana/sidebar-footer.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10917,1452771989,1452772161,'themes','nirvana/comments.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10920,1452771989,1452772161,'themes','nirvana/archive.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10923,1452771989,1452772161,'themes','nirvana/screenshot.png',389,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10926,1452771989,1452772161,'themes','nirvana/index.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10929,1452771989,1452772161,'themes','nirvana/author.php',4,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10932,1452771989,1452772161,'themes','nirvana/functions.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10935,1452771989,1452772161,'themes','nirvana/attachment.php',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10938,1452771989,1452772161,'themes','nirvana/search.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10941,1452771989,1452772161,'themes','nirvana/woocommerce.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10944,1452771989,1452772161,'themes','nirvana/header.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10947,1452771989,1452772161,'themes','nirvana/woocommerce-nosidebar.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10950,1452771989,1452772161,'themes','nirvana/sidebar-left.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10953,1452771989,1452772161,'themes','nirvana/sidebar-right.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10956,1452771989,1452772161,'themes','nirvana/style.css',59,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10959,1452771989,1452772161,'themes','nirvana/404.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10962,1452771989,1452772161,'themes','nirvana/page.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10965,1452771989,1452772161,'themes','nirvana/readme.txt',17,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10968,1452771989,1452772161,'themes','nirvana/footer.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10971,1452771989,1452772161,'themes','nirvana/license.txt',35,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10974,1452771989,1452772161,'themes','nirvana/single.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10977,1452771989,1452772161,'themes','nirvana/wpml-config.xml',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10980,1452771989,1452772161,'themes','nirvana/category.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10983,1452771989,1452772161,'themes','nirvana/frontpage.php',12,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10986,1452771989,1452772161,'themes','nirvana/searchform.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10989,1452771989,1452772161,'themes','nirvana/tag.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10992,1452771989,1452772161,'themes','nirvana/rtl.css',6,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10995,1452771989,1452772161,'themes','unicase/changelog.md',9,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(10998,1452771989,1452772161,'themes','unicase/404.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11001,1452771989,1452772161,'themes','unicase/editor-style.css',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11004,1452771989,1452772161,'themes','unicase/comments.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11007,1452771989,1452772161,'themes','unicase/footer.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11010,1452771989,1452772161,'themes','unicase/functions.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11013,1452771989,1452772161,'themes','unicase/header.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11016,1452771989,1452772161,'themes','unicase/index.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11019,1452771989,1452772161,'themes','unicase/loop.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11022,1452771989,1452772161,'themes','unicase/page.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11025,1452771989,1452772161,'themes','unicase/readme.txt',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11028,1452771989,1452772161,'themes','unicase/rtl.css',267,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11031,1452771989,1452772161,'themes','unicase/screenshot.png',21,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11034,1452771989,1452772161,'themes','unicase/search.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11037,1452771989,1452772161,'themes','unicase/sidebar-page.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11040,1452771989,1452772161,'themes','unicase/sidebar-shop.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11043,1452771989,1452772161,'themes','unicase/sidebar.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11046,1452771989,1452772161,'themes','unicase/single.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11049,1452771989,1452772161,'themes','unicase/style.css',267,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11052,1452771989,1452772161,'themes','unicase/template-freestyle.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11055,1452771989,1452772161,'themes','unicase/template-homepage.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11058,1452771989,1452772161,'themes','unicase/wpml-config.xml',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11061,1452771989,1452772161,'themes','unicase/inc/init.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11064,1452771989,1452772161,'themes','unicase/inc/classes/class-tgm-plugin-activation.php',116,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11067,1452771989,1452772161,'themes','unicase/inc/classes/wp_bootstrap_navwalker.php',8,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11070,1452771989,1452772161,'themes','unicase/inc/functions/media.php',6,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11073,1452771989,1452772161,'themes','unicase/inc/functions/extras.php',8,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11076,1452771989,1452772161,'themes','unicase/inc/functions/retina.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11079,1452771989,1452772161,'themes','unicase/inc/functions/setup.php',25,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11082,1452771989,1452772161,'themes','unicase/inc/functions/uc-menu-functions.php',14,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11085,1452771989,1452772161,'themes','unicase/inc/functions/uc-widget-functions.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11088,1452771989,1452772161,'themes','unicase/inc/metaboxes/unicase-page-meta-box.php',11,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11091,1452771989,1452772161,'themes','unicase/inc/redux-framework/functions.php',26,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11094,1452771989,1452772161,'themes','unicase/inc/redux-framework/hooks.php',6,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11097,1452771989,1452772161,'themes','unicase/inc/redux-framework/unicase-options.php',58,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11100,1452771989,1452772161,'themes','unicase/inc/structure/footer.php',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11103,1452771989,1452772161,'themes','unicase/inc/structure/comments.php',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11106,1452771989,1452772161,'themes','unicase/inc/structure/header.php',8,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11109,1452771989,1452772161,'themes','unicase/inc/structure/hooks.php',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11112,1452771989,1452772161,'themes','unicase/inc/structure/layout.php',13,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11115,1452771989,1452772161,'themes','unicase/inc/structure/page.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11118,1452771989,1452772161,'themes','unicase/inc/structure/post.php',23,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11121,1452771989,1452772161,'themes','unicase/inc/structure/template-tags.php',13,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11124,1452771989,1452772161,'themes','unicase/inc/visual-composer/hooks.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11127,1452771989,1452772161,'themes','unicase/inc/visual-composer/functions.php',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11130,1452771989,1452772161,'themes','unicase/inc/visual-composer/setup.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11133,1452771989,1452772161,'themes','unicase/inc/widgets/class-uc-product-carousel-widget.php',7,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11136,1452771989,1452772161,'themes','unicase/inc/widgets/class-uc-custom-menu-widget.php',7,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11139,1452771989,1452772161,'themes','unicase/inc/widgets/class-uc-product-filter-widget.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11142,1452771989,1452772161,'themes','unicase/inc/woocommerce/hooks.php',9,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11145,1452771989,1452772161,'themes','unicase/inc/woocommerce/functions.php',21,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11148,1452771989,1452772161,'themes','unicase/inc/woocommerce/integrations.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11151,1452771989,1452772161,'themes','unicase/inc/woocommerce/product-taxonomies.php',12,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11154,1452771989,1452772161,'themes','unicase/inc/woocommerce/template-tags.php',14,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11157,1452771989,1452772161,'themes','unicase/inc/wpml/hooks.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11160,1452771989,1452772161,'themes','unicase/inc/wpml/functions.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11163,1452771989,1452772161,'themes','unicase/inc/admin/post-formats/load.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11166,1452771989,1452772161,'themes','unicase/inc/admin/post-formats/post-formats.php',10,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11169,1452771989,1452772161,'themes','unicase/inc/admin/post-formats/css/admin.css',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11172,1452771989,1452772161,'themes','unicase/inc/admin/post-formats/js/admin.js',12,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11175,1452771989,1452772161,'themes','unicase/inc/admin/post-formats/views/format-audio.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11178,1452771989,1452772161,'themes','unicase/inc/admin/post-formats/views/format-gallery.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11181,1452771989,1452772161,'themes','unicase/inc/admin/post-formats/views/format-link.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11184,1452771989,1452772161,'themes','unicase/inc/admin/post-formats/views/format-quote.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11187,1452771989,1452772161,'themes','unicase/inc/admin/post-formats/views/format-video.php',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11190,1452771989,1452772161,'themes','unicase/inc/admin/post-formats/views/tabs.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11193,1452771989,1452772161,'themes','unicase/languages/unicase.pot',58,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11196,1452771989,1452772161,'themes','unicase/woocommerce/compare.php',7,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11199,1452771989,1452772161,'themes','unicase/woocommerce/content-widget-product.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11202,1452771989,1452772161,'themes','unicase/assets/css/blue.css',33,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11205,1452771989,1452772161,'themes','unicase/assets/css/animate.min.css',53,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11208,1452771989,1452772161,'themes','unicase/assets/css/bootstrap-rtl.min.css',25,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11211,1452771989,1452772161,'themes','unicase/assets/css/bootstrap-select.min.css',6,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11214,1452771989,1452772161,'themes','unicase/assets/css/bootstrap.min.css',120,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11217,1452771989,1452772161,'themes','unicase/assets/css/custom-color.css',33,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11220,1452771989,1452772161,'themes','unicase/assets/css/dark-green.css',33,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11223,1452771989,1452772161,'themes','unicase/assets/css/font-awesome.min.css',22,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11226,1452771989,1452772161,'themes','unicase/assets/css/green.css',33,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11229,1452771989,1452772161,'themes','unicase/assets/css/light-green.css',33,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11232,1452771989,1452772161,'themes','unicase/assets/css/lightbox.css',4,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11235,1452771989,1452772161,'themes','unicase/assets/css/orange.css',33,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11238,1452771989,1452772161,'themes','unicase/assets/css/red.css',33,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11241,1452771989,1452772161,'themes','unicase/assets/css/images/close.png',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11244,1452771989,1452772161,'themes','unicase/assets/css/images/loading.gif',9,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11247,1452771989,1452772161,'themes','unicase/assets/css/images/next.png',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11250,1452771989,1452772161,'themes','unicase/assets/css/images/prev.png',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11253,1452771989,1452772161,'themes','unicase/assets/css/images/star-small.png',4,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11256,1452771989,1452772161,'themes','unicase/assets/fonts/fontawesome-webfont.eot',55,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11259,1452771989,1452772161,'themes','unicase/assets/fonts/fontawesome-webfont.svg',281,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11262,1452771989,1452772161,'themes','unicase/assets/fonts/fontawesome-webfont.ttf',110,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11265,1452771989,1452772161,'themes','unicase/assets/fonts/fontawesome-webfont.woff',64,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11268,1452771989,1452772161,'themes','unicase/assets/fonts/FontAwesome.otf',84,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11271,1452771989,1452772161,'themes','unicase/assets/fonts/glyphicons-halflings-regular.eot',20,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11274,1452771989,1452772161,'themes','unicase/assets/fonts/glyphicons-halflings-regular.svg',107,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11277,1452771989,1452772161,'themes','unicase/assets/fonts/glyphicons-halflings-regular.ttf',45,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11280,1452771989,1452772161,'themes','unicase/assets/fonts/glyphicons-halflings-regular.woff',23,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11283,1452771989,1452772161,'themes','unicase/assets/fonts/glyphicons-halflings-regular.woff2',18,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11286,1452771989,1452772161,'themes','unicase/assets/fonts/bebas/bebasneuebold.eot',54,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11289,1452771989,1452772161,'themes','unicase/assets/fonts/bebas/bebasneuebold.svg',268,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11292,1452771989,1452772161,'themes','unicase/assets/fonts/bebas/bebasneuebold.ttf',53,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11295,1452771989,1452772161,'themes','unicase/assets/fonts/bebas/bebasneuebold.woff',19,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11298,1452771989,1452772161,'themes','unicase/assets/fonts/bebas/bebasneuebold.woff2',14,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11301,1452771989,1452772161,'themes','unicase/assets/fonts/bebas/bebasneueregular.eot',54,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11304,1452771989,1452772161,'themes','unicase/assets/fonts/bebas/bebasneueregular.svg',272,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11307,1452771989,1452772161,'themes','unicase/assets/fonts/bebas/bebasneueregular.ttf',54,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11310,1452771989,1452772161,'themes','unicase/assets/fonts/bebas/bebasneueregular.woff2',15,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11313,1452771989,1452772161,'themes','unicase/assets/fonts/bebas/bebasneueregular.woff',21,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11316,1452771989,1452772161,'themes','unicase/assets/fonts/fontawesome/fontawesome-webfont.eot',60,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11319,1452771989,1452772161,'themes','unicase/assets/fonts/fontawesome/fontawesome-webfont.svg',307,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11322,1452771989,1452772161,'themes','unicase/assets/fonts/fontawesome/fontawesome-webfont.ttf',120,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11325,1452771989,1452772161,'themes','unicase/assets/fonts/fontawesome/fontawesome-webfont.woff',70,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11328,1452771989,1452772161,'themes','unicase/assets/fonts/fontawesome/fontawesome-webfont.woff2',56,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11331,1452771989,1452772161,'themes','unicase/assets/fonts/fontawesome/FontAwesome.otf',92,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11334,1452771989,1452772161,'themes','unicase/assets/fonts/lato/lato-bold.eot',75,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11337,1452771989,1452772161,'themes','unicase/assets/fonts/lato/lato-bold.svg',322,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11340,1452771989,1452772161,'themes','unicase/assets/fonts/lato/lato-bold.ttf',75,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11343,1452771989,1452772161,'themes','unicase/assets/fonts/lato/lato-bold.woff',37,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11346,1452771989,1452772161,'themes','unicase/assets/fonts/lato/lato-bold.woff2',29,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11349,1452771989,1452772161,'themes','unicase/assets/fonts/pacifico/pacifico.eot',74,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11352,1452771989,1452772161,'themes','unicase/assets/fonts/pacifico/pacifico.svg',188,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11355,1452771989,1452772161,'themes','unicase/assets/fonts/pacifico/pacifico.ttf',74,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11358,1452771989,1452772161,'themes','unicase/assets/fonts/pacifico/pacifico.woff',50,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11361,1452771989,1452772161,'themes','unicase/assets/fonts/pacifico/pacifico.woff2',42,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11364,1452771989,1452772161,'themes','unicase/assets/fonts/roboto-black/Roboto-Black.eot',37,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11367,1452771989,1452772161,'themes','unicase/assets/fonts/roboto-black/Roboto-Black.svg',63,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11370,1452771989,1452772161,'themes','unicase/assets/fonts/roboto-black/Roboto-Black.ttf',37,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11373,1452771989,1452772161,'themes','unicase/assets/fonts/roboto-black/Roboto-Black.woff',20,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11376,1452771989,1452772161,'themes','unicase/assets/images/ajax-loader.gif',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11379,1452771989,1452772161,'themes','unicase/assets/images/blank.gif',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11382,1452771989,1452772161,'themes','unicase/assets/images/icon-user-default.jpg',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11385,1452771989,1452772161,'themes','unicase/assets/images/dots-pattern.png',9,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11388,1452771989,1452772161,'themes','unicase/assets/images/favicon.png',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11391,1452771989,1452772161,'themes','unicase/assets/images/logo.png',10,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11394,1452771989,1452772161,'themes','unicase/assets/images/logo1.png',12,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11397,1452771989,1452772161,'themes','unicase/assets/images/placeholder.png',6,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11400,1452771989,1452772161,'themes','unicase/assets/images/Wire16.ico',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11403,1452771989,1452772161,'themes','unicase/assets/images/Wire32.ico',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11406,1452771989,1452772161,'themes','unicase/assets/images/Wire48.ico',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11409,1452771989,1452772161,'themes','unicase/assets/images/Wire64.ico',17,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11412,1452771989,1452772161,'themes','unicase/assets/js/bootstrap-hover-dropdown.min.js',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11415,1452771989,1452772161,'themes','unicase/assets/js/bootstrap.min.js',36,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11418,1452771989,1452772161,'themes','unicase/assets/js/echo.min.js',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11421,1452771989,1452772161,'themes','unicase/assets/js/handlebars.min.js',47,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11424,1452771989,1452772161,'themes','unicase/assets/js/jquery.customSelect.min.js',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11427,1452771989,1452772161,'themes','unicase/assets/js/jquery.easing-1.3.min.js',4,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11430,1452771989,1452772161,'themes','unicase/assets/js/jquery.jplayer.min.js',43,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11433,1452771989,1452772161,'themes','unicase/assets/js/owl.carousel.min.js',40,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11436,1452771989,1452772161,'themes','unicase/assets/js/pace.min.js',13,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11439,1452771989,1452772161,'themes','unicase/assets/js/retina.min.js',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11442,1452771989,1452772161,'themes','unicase/assets/js/scripts.js',18,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11445,1452771989,1452772161,'themes','unicase/assets/js/scripts.min.js',7,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11448,1452771989,1452772161,'themes','unicase/assets/js/scrollup.js',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11451,1452771989,1452772161,'themes','unicase/assets/js/scrollup.min.js',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11454,1452771989,1452772161,'themes','unicase/assets/js/skip-link-focus-fix.js',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11457,1452771989,1452772161,'themes','unicase/assets/js/skip-link-focus-fix.min.js',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11460,1452771989,1452772161,'themes','unicase/assets/js/typeahead.bundle.min.js',39,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11463,1452771989,1452772161,'themes','unicase/assets/js/unicase-all.min.js',239,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11466,1452771989,1452772161,'themes','unicase/assets/js/wow.min.js',6,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11469,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer.zip',3756,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11472,1452771989,1452772161,'themes','unicase/assets/plugins/revslider.zip',5240,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11475,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions.zip',21,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11478,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/changes.txt',37,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11481,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/credits.txt',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11484,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/index.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11487,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/js_composer.php',22,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11490,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/vc_classmap.json.php',10,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11493,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/shortcode-vc-btn.php',9,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11496,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/lean-map.php',16,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11499,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/shortcode-vc-icon-element.php',7,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11502,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/shortcode-vc-media-grid.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11505,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/templates.php',131,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11508,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/vc-grids-common.php',28,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11511,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/buttons/shortcode-vc-btn.php',9,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11514,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/buttons/shortcode-vc-cta.php',10,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11517,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/containers/shortcode-vc-column.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11520,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/containers/shortcode-vc-column-inner.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11523,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/containers/shortcode-vc-row-inner.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11526,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/containers/shortcode-vc-row.php',6,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11529,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-custom-heading.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11532,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-column-text.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11535,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-empty-space.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11538,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-flickr.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11541,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-gallery.php',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11544,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-gmaps.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11547,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-icon.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11550,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-images-carousel.php',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11553,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-line-chart.php',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11556,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-message.php',9,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11559,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-pie.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11562,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-posts-slider.php',6,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11565,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-progress-bar.php',6,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11568,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-round-chart.php',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11571,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-separator.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11574,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-single-image.php',7,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11577,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-text-separator.php',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11580,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-toggle.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11583,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/shortcode-vc-video.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11586,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/vc-custom-heading-element.php',4,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11589,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/content/vc-icon-element.php',8,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11592,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11595,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11598,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/deprecated/shortcode-vc-button.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11601,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/deprecated/shortcode-vc-button2.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11604,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/deprecated/shortcode-vc-carousel.php',5,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11607,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php',3,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11610,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php',4,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11613,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/deprecated/shortcode-vc-posts-grid.php',4,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11616,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/deprecated/shortcode-vc-tab.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11619,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11622,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/deprecated/shortcode-vc-tour.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11625,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11628,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11631,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11634,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/grids/shortcode-vc-media-grid.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11637,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/grids/vc-grids-common.php',24,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11640,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/grids/vc-grids-functions.php',4,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11643,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/social/shortcode-vc-googleplus.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11646,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/social/shortcode-vc-facebook.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11649,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/social/shortcode-vc-pinterest.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11652,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11655,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/structure/shortcode-vc-raw-js.php',1,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11658,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/structure/shortcode-vc-raw-html.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11661,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php',2,1,0,'2016-01-14 11:47:01','2016-01-14 11:50:51','I','complete'),(11664,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11667,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php',7,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11670,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/tta/shortcode-vc-tta-section.php',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11673,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php',7,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11676,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php',8,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11679,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11682,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11685,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11688,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11691,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/wp/shortcode-vc-wp-links.php',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11694,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11697,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11700,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11703,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11706,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11709,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/wp/shortcode-vc-wp-search.php',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11712,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11715,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/config/wp/shortcode-vc-wp-text.php',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11718,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/default.mo',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11721,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/default.po',266,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11724,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-bg_BG.mo',63,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11727,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-bg_BG.po',340,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11730,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-cs_CZ.mo',85,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11733,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-cs_CZ.po',376,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11736,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-de_DE.mo',47,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11739,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-de_DE.po',342,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11742,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-es_ES.mo',19,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11745,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-es_ES.po',308,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11748,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-fa_IR.mo',53,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11751,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-fa_IR.po',320,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11754,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-fr_FR.mo',48,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11757,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-fr_FR.po',326,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11760,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-it_IT.mo',26,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11763,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-it_IT.po',304,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11766,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-ja_JP.mo',92,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11769,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-ja_JP.po',388,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11772,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-nl_NL.mo',32,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11775,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-nl_NL.po',322,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11778,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-pl_PL.mo',12,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11781,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-pl_PL.po',296,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11784,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-pt_BR.mo',48,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11787,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-pt_BR.po',321,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11790,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-ru_RU.mo',30,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11793,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-ru_RU.po',313,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11796,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-zh_TW.mo',36,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11799,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/js_composer-zh_TW.po',307,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11802,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/locale/readme.txt',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11805,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/js_composer_backend_editor.min.css',406,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11808,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/js_composer.min.css',710,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11811,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/js_composer_frontend_editor.min.css',195,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11814,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/js_composer_frontend_editor_iframe.min.css',48,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11817,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/js_composer_settings.min.css',47,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11820,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/vc-ie8.min.css',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11823,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/vc_lte_ie9.min.css',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11826,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/isotope.min.css',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11829,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-entypo/vc_entypo.min.css',13,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11832,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.eot',75,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11835,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg',113,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11838,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.ttf',75,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11841,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.woff',45,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11844,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-linecons/vc_linecons_icons.min.css',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11847,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.eot',16,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11850,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg',94,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11853,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.ttf',16,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11856,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.woff',27,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11859,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-open-iconic/vc_openiconic.min.css',7,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11862,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.eot',23,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11865,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg',42,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11868,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.ttf',23,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11871,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.woff',14,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11874,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/typicons/src/font/LICENCE.md',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11877,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.eot',98,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11880,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.min.css',15,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11883,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg',183,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11886,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.ttf',98,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11889,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.woff',59,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11892,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/jquery-ui-less.custom.min.css',18,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11895,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_0_aaaaaa_40x100.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11898,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_0_eeeeee_40x100.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11901,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_55_ffffff_40x100.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11904,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_flat_75_ffffff_40x100.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11907,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_glass_65_ffffff_1x400.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11910,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11913,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_highlight-soft_25_eaf2fa_1x100.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11916,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/images/ui-bg_highlight-soft_50_dddddd_1x100.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11919,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/images/ui-icons_1982d1_256x240.png',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11922,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/images/ui-icons_333333_256x240.png',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11925,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/images/ui-icons_454545_256x240.png',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11928,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/images/ui-icons_ff0046_256x240.png',6,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11931,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/css/ui-custom-theme/images/ui-resize-icon.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11934,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/flickr.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11937,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/spinner.gif',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11940,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/toggle_close.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11943,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/toggle_open.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11946,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/address-book.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11949,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/alarm-clock.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11952,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/anchor.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11955,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/application-image.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11958,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/arrow.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11961,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/asterisk.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11964,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/auction-hammer.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11967,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/balloon-buzz.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11970,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/balloon-facebook.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11973,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/balloon-twitter.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11976,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/balloon.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11979,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/battery-full.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11982,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/binocular.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11985,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/blue-document-excel.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11988,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/blue-document-image.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11991,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/blue-document-music.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11994,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/blue-document-office.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(11997,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/blue-document-pdf.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12000,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/blue-document-powerpoint.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12003,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/blue-document-word.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12006,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/bookmark.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12009,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/camcorder.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12012,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/camera.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12015,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/chart-pie.png',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12018,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/chart.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12021,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/clock.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12024,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/control.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12027,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/fire.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12030,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/heart.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12033,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/mail.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12036,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/plus-shield.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12039,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/images/icons/video.png',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12042,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/js_composer.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12045,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/js_composer_backend_editor.less',6,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12048,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/js_composer_frontend_editor.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12051,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/js_composer_frontend_editor_iframe.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12054,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/js_composer_settings.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12057,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/vc_lte_ie9.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12060,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/content_block.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12063,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/empty_containers.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12066,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/rows_columns.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12069,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_accordion.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12072,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_accordion_tab.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12075,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_button.less',8,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12078,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_button3.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12081,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_call_to_action3.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12084,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_charts.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12087,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_column_text.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12090,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_cta_button.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12093,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_empty_space.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12096,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_facebook.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12099,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_flickr.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12102,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_gallery.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12105,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_gmaps.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12108,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_googleplus.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12111,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_images_carousel.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12114,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_message_box.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12117,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_pie.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12120,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_pinterest.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12123,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_posts_slider.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12126,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_progress_bar.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12129,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_raw_html.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12132,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_raw_js.less',0,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12135,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_separator.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12138,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_single_image.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12141,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_tab.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12144,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_tabs.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12147,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_teaser_grid.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12150,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_toggle.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12153,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_tour.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12156,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_tta.less',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12159,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_tweetmeme.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12162,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_twitter.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12165,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_video.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12168,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_widget_sidebar.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12171,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/backend_shortcodes/vc_wp_widget.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12174,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/config/admin_variables.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12177,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/config/variables.less',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12180,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/config/variables_colors.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12183,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/config/variables_common.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12186,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/backend_controls.less',6,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12189,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/backend_draganddrop.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12192,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/bootstrap-components.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12195,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/backend_grid_element_pointers.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12198,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/controls.less',11,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12201,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/css3_animations.less',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12204,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/editor.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12207,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/elements_icons.less',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12210,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/front.less',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12213,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/frontend_draganddrop.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12216,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/frontend_editor_controls.less',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12219,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/frontend_vc_elements.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12222,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/grid.less',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12225,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/frontend_vc_row.less',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12228,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/media-gallery.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12231,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/panel_preview.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12234,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/parallax.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12237,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/pixel_icons.less',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12240,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/resizable_modal.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12243,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/responsive-utilities.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12246,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/utils.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12249,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/vc_font.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12252,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/vc_mixins.less',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12255,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/vc_pointer.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12258,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/vc_row.less',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12261,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/lib/wpb_icon.less',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12264,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_buttons.less',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12267,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_fullscreen.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12270,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_license_activation_notice.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12273,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_helper.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12276,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_messages.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12279,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_modals.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12282,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_navbar.less',7,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12285,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_panels.less',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12288,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_placeholder.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12291,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_preloader.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12294,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_switcher.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12297,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_table.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12300,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_teaser_box.less',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12303,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/vc_welcome.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12306,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-button.less',8,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12309,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-dropdown.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12312,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-flex-bootstrap.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12315,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-fonts.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12318,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-gaps.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12321,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-helper.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12324,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-icon-pixel.less',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12327,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-list-bar.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12330,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-loaders.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12333,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-edit-element.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12336,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-row-layout.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12339,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-panel-templates.less',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12342,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-prompt.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12345,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-tabs-line.less',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12348,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-content.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12351,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-footer.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12354,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-header.less',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12357,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel-window.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12360,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/modules/ui/vc_ui-panel/vc_ui-panel.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12363,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/pages/vc_welcome.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12366,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/autocomplete.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12369,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/column_offset.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12372,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/colorpicker.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12375,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/css_editor.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12378,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/dropdown.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12381,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/hidden.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12384,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/iconpicker.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12387,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/loop.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12390,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/options_field.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12393,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/param_group.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12396,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/sorted_list.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12399,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12402,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_element.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12405,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_link.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12408,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_message_color.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12411,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/navbar.less',0,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12414,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/preview.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12417,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/vc_gitem_editor.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12420,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/vc_grid_item.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12423,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_animated_block.less',10,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12426,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_animated_block_admin.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12429,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_col.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12432,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_gitem_zone_height_mode.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12435,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_post_data.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12438,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_row.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12441,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_row_admin.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12444,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12447,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_a.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12450,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_admin.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12453,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_b.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12456,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/params/vc_grid_item/shortcodes/vc_gitem_zone_c.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12459,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/popups/modal_add_element.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12462,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/popups/panel_edit_form.less',6,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12465,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/popups/panel_edit_layout.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12468,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/popups/panel_post_settings.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12471,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/settings_tabs/automapper.less',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12474,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/settings_tabs/custom_css.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12477,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/settings_tabs/design_options.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12480,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/settings_tabs/element_css.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12483,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/settings_tabs/general_settings.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12486,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/settings_tabs/product_license.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12489,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/settings_tabs/tabs_ui.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12492,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/settings_tabs/user-group.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12495,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/settings_tabs/vc_roles.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12498,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_alert.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12501,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_button.less',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12504,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_button3_editform.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12507,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_button3.less',25,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12510,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_call_to_action.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12513,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_call_to_action3.less',19,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12516,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_carousel.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12519,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_charts.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12522,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_cta3_editform.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12525,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_custom_heading.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12528,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_flickr.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12531,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_google_maps.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12534,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_icon_element.less',8,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12537,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_image_gallery.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12540,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_pagination.less',8,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12543,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_pie.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12546,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_post_slider.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12549,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_progress_bar.less',5,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12552,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_responsive.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12555,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_separator.less',7,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12558,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_single_image.less',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12561,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_social_btns.less',2,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12564,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_tabs_tour_accordion.less',4,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12567,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_teaser_grid.less',3,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12570,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_toggle.less',13,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12573,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_tta.less',1,1,0,'2016-01-14 11:47:02','2016-01-14 11:50:51','I','complete'),(12576,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_video_widget.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12579,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_widgetised_column.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12582,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_zoom.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12585,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/_shortcodes_container.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12588,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-colors.less',13,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12591,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-core.less',18,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12594,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-frontend-editor.less',4,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12597,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-icon-controls.less',5,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12600,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-mixins.less',12,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12603,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-options.less',21,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12606,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/tta/vc_tta-variables.less',7,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12609,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12612,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_arrows.less',3,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12615,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_carousel.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12618,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_filter.less',4,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12621,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_gap.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12624,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_loading.less',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12627,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_pagination_dots.less',6,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12630,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_pagination_numbers.less',7,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12633,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/vc_grid_style.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12636,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_bordered.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12639,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_default.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12642,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_default_less_rounded.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12645,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_dropdown.less',3,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12648,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_basic_grid/filter_styles/filter_filled.less',4,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12651,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_2.less',7,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12654,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_front.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12657,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_mixins.less',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12660,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/shortcodes/vc_message_box/vc_message_box_variables.less',6,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12663,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/vendor/contact_form_7.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12666,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/vendor/gravity_form.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12669,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/vendor/jwplayer.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12672,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/vendor/layerslider.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12675,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/vendor/rev_slider.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12678,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/vendor/woocommerce.less',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12681,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/wp/accordion.less',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12684,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/less/wp/form.less',4,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12687,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/add.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12690,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/alert.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12693,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/atm_controls.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12696,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/blank.gif',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12699,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/column_offset_screen_size.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12702,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/blur.svg',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12705,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/controls.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12708,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/drag_handler.gif',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12711,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/elements_icons_sprite.png',51,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12714,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/empty_row.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12717,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/exclamation.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12720,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/gb_additional_content.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12723,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/info.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12726,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/item_icon.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12729,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/logo_ce.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12732,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/minus.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12735,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/navbar_controls.png',5,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12738,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/no_image.png',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12741,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/pattern.gif',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12744,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/plus.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12747,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/remove.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12750,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/rowbg.png',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12753,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/search.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12756,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/separator.gif',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12759,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/tick.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12762,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/vc_gitem_image.png',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12765,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/visual_composer.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12768,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/visual_composer_32.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12771,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/3rd-party/jwplayer.png',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12774,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/close_panel.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12777,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/controls.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12780,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/empty_row_sprite.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12783,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/expand.gif',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12786,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/eye_ico.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12789,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/js_icon.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12792,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/layout_sprite.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12795,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/modal_minimize.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12798,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/move.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12801,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/preloader.gif',5,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12804,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/visual_composer_32.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12807,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/screen_sizes/ipad_h.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12810,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/screen_sizes/ipad_v.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12813,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/screen_sizes/iphone_h.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12816,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/screen_sizes/iphone_v.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12819,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/screen_sizes/laptop.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12822,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/fb/box_count.png',3,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12825,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/fb/button_count.png',3,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12828,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/fb/standart.png',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12831,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/gp/medium.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12834,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/gp/medium_bubble.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12837,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/gp/medium_desc.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12840,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/gp/small.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12843,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/gp/small_bubble.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12846,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/gp/small_desc.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12849,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/gp/standard.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12852,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/gp/standard_bubble.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12855,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/gp/standard_desc.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12858,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/gp/tall.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12861,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/gp/tall_bubble.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12864,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/gp/tall_desc.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12867,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/pinterest/horizontal.png',3,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12870,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/pinterest/none.png',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12873,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/pinterest/vertical.png',3,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12876,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/fe/social/tw/none.png',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12879,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/loaders/spinner-light.svg',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12882,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/loaders/spinner.svg',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12885,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/logo/64x64.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12888,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/row_layouts/1.gif',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12891,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/row_layouts/13_13_13.gif',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12894,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/row_layouts/12_12.gif',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12897,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/row_layouts/13_23.gif',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12900,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/row_layouts/14_12_14.gif',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12903,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/row_layouts/14_14_14_14.gif',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12906,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/row_layouts/14_34.gif',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12909,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/row_layouts/14_46_16.gif',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12912,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/row_layouts/16_16_16_12.gif',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12915,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/row_layouts/16_16_16_16_16_16.gif',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12918,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/row_layouts/23_13.gif',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12921,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/row_layouts/56_16.gif',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12924,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/vc-welcome/01_49.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12927,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/vc-welcome/02_49.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12930,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/vc-welcome/03_49.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12933,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/vc-welcome/screenshot49.png',12,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12936,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/editors/ui/vc_ui-header-graphics/vc_ui-header-graphic.png',3,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12939,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/editors/ui/vc_ui-header-graphics/vc_ui-icon-pixel-search.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12942,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/editors/ui/vc_ui-icon-pixel/controls.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12945,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/vc/editors/ui/vc_ui-icon-pixel/vc_ui-sprite.png',3,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12948,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.eot',6,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12951,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg',13,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12954,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.ttf',6,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12957,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.woff',6,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12960,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/dist/backend-actions.min.js',4,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12963,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/dist/backend.min.js',256,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12966,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/dist/edit-form.min.js',17,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12969,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/dist/frontend-editor.min.js',259,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12972,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/dist/grid-builder.min.js',24,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12975,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/dist/js_composer_front.min.js',19,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12978,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/dist/page_editable.min.js',20,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12981,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/dist/settings.min.js',32,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12984,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/dist/vc_grid.min.js',22,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12987,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/editors/templates-preview.js',7,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12990,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12993,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/vendors/qtranslate_backend.js',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12996,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(12999,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13002,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/vendors/woocommerce.js',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13005,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/vendors/yoast.js',3,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13008,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13011,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/owl-carousel2-dist/LICENSE',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13014,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js',41,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13017,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/owl-carousel2-dist/assets/owl.video.play.png',5,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13020,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/owl-carousel2-dist/assets/owl.min.css',5,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13023,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/php.default/php.default.min.js',127,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13026,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/README',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13029,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/css/prettyPhoto.min.css',21,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13032,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js',24,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13035,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/btnNext.png',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13038,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/btnPrevious.png',2,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13041,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/contentPattern.png',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13044,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/default_thumbnail.gif',1,1,0,'2016-01-14 11:47:03','2016-01-14 11:50:51','I','complete'),(13047,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/loader.gif',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13050,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_rounded/sprite.png',4,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13053,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/btnNext.png',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13056,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/btnPrevious.png',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13059,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/contentPattern.png',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13062,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/default_thumbnail.gif',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13065,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/loader.gif',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13068,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/dark_square/sprite.png',4,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13071,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/default_thumb.png',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13074,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/loader.gif',7,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13077,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite.png',7,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13080,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_next.png',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13083,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_prev.png',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13086,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_x.png',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13089,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/default/sprite_y.png',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13092,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/btnNext.png',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13095,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/btnPrevious.png',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13098,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternBottom.png',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13101,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternLeft.png',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13104,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternRight.png',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13107,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/contentPatternTop.png',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13110,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/default_thumbnail.gif',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13113,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/loader.gif',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13116,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/facebook/sprite.png',5,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13119,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/btnNext.png',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13122,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/btnPrevious.png',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13125,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/default_thumbnail.gif',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13128,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/loader.gif',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13131,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_rounded/sprite.png',5,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13134,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/btnPrevious.png',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13137,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/btnNext.png',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13140,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/default_thumbnail.gif',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13143,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/loader.gif',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13146,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/prettyphoto/images/prettyPhoto/light_square/sprite.png',4,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13149,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13152,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js',12,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13155,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_carousel/LICENSE',12,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13158,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_carousel/css/vc_carousel.min.css',11,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13161,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.eot',25,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13164,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg',62,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13167,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.ttf',39,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13170,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.woff',30,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13173,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13176,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js',10,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13179,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13182,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13185,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13188,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13191,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js',5,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13194,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/waypoints/waypoints.min.js',8,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13197,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/animate-css/animate.min.css',52,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13200,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js',51,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13203,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/chartjs/README.md',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13206,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/flexslider/flexslider.min.css',4,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13209,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js',22,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13212,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/flexslider/README.mdown',10,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13215,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.eot',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13218,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13221,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.ttf',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13224,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.woff',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13227,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/flexslider/images/bg_play_pause.png',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13230,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js',7,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13233,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/isotope/README.mdown',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13236,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js',35,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13239,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13242,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/README',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13245,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/json-js/README',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13248,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/json-js/json2.min.js',4,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13251,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/masonry/README.mdown',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13254,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js',25,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13257,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js',12,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13260,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/nivoslider/license.txt',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13263,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/nivoslider/nivo-slider.min.css',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13266,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/arrows.png',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13269,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/bullets.png',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13272,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/loading.gif',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13275,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/nivoslider/themes/default/default.min.css',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13278,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js',5,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13281,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/progress-circle/README.md',4,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13284,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13287,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/scrollTo/LICENSE',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13290,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/skrollr/README.md',31,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13293,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js',13,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13296,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js',6,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13299,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js',15,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13302,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/vcIconPicker/css/jquery.fonticonpicker.min.css',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13305,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/vcIconPicker/themes/grey-theme/jquery.fonticonpicker.vcgrey.min.css',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13308,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js',4,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13311,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/zoom/readme.md',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13314,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js',322,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13317,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js',20,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13320,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13323,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js',132,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13326,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13329,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13332,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13335,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js',5,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13338,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js',4,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13341,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13344,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js',6,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13347,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13350,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13353,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13356,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js',10,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13359,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13362,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/alerts.less',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13365,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/badges.less',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13368,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/bootstrap.less',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13371,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/breadcrumbs.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13374,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/button-groups.less',6,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13377,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/buttons.less',4,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13380,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/carousel.less',5,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13383,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/close.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13386,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/code.less',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13389,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/component-animations.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13392,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/dropdowns.less',5,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13395,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/forms.less',13,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13398,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/glyphicons.less',15,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13401,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/grid.less',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13404,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/input-groups.less',5,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13407,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/jumbotron.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13410,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/labels.less',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13413,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/list-group.less',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13416,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/media.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13419,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins.less',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13422,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/modals.less',4,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13425,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/navbar.less',15,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13428,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/navs.less',5,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13431,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/normalize.less',8,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13434,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/pager.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13437,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/pagination.less',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13440,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/panels.less',6,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13443,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/popovers.less',4,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13446,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/print.less',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13449,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/progress-bars.less',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13452,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/responsive-embed.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13455,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/responsive-utilities.less',5,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13458,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/scaffolding.less',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13461,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/tables.less',5,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13464,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/theme.less',7,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13467,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/thumbnails.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13470,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/tooltip.less',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13473,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/type.less',6,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13476,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/utilities.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13479,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/variables.less',26,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13482,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/wells.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13485,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/alerts.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13488,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/background-variant.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13491,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/border-radius.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13494,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/buttons.less',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13497,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/center-block.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13500,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/clearfix.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13503,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/forms.less',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13506,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/gradients.less',5,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13509,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/grid-framework.less',3,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13512,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/grid.less',4,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13515,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/hide-text.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13518,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/image.less',2,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13521,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/labels.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13524,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/list-group.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13527,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/nav-divider.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13530,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/nav-vertical-align.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13533,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/opacity.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13536,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/pagination.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13539,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/panels.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13542,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/progress-bar.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13545,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/reset-filter.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13548,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/resize.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13551,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/responsive-visibility.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13554,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/size.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13557,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/tab-focus.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13560,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/table-row.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13563,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/text-emphasis.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13566,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/text-overflow.less',1,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13569,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/vendor-prefixes.less',7,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13572,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js',31,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13575,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/font-awesome/css/font-awesome.min.css',22,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13578,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot',55,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13581,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg',281,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13584,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.ttf',110,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13587,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff',64,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13590,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/font-awesome/fonts/FontAwesome.otf',84,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13593,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js',130,1,0,'2016-01-14 11:47:04','2016-01-14 11:50:51','I','complete'),(13596,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/bc-access-rules-4.8.php',6,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13599,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/backend-editor-ie.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13602,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/class-vc-settings-presets.php',8,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13605,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/class-vc-vendor-presets.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13608,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/frontend-editor-ie.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13611,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/components.json',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13614,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/hook-vc-grid.php',10,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13617,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php',4,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13620,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/hook-vc-message.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13623,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/hook-vc-pie.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13626,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/hook-vc-progress-bar.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13629,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/hook-vc-wp-text.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13632,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/params-to-init.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13635,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/ui-vc-pointers.php',4,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13638,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-grid-item-editor.php',11,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13641,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-image-filters.php',9,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13644,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13647,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13650,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-settings-presets.php',7,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13653,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php',7,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13656,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-single-image.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13659,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/params/hidden.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13662,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/params/vc_grid_item.php',6,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13665,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13668,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-pages/automapper.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13671,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-pages/page-design-options.php',5,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13674,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13677,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-pages/pages.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13680,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13683,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13686,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vendors/cf7.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13689,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vendors/acf.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13692,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vendors/gravity_forms.php',4,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13695,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vendors/jwplayer.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13698,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vendors/layerslider.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13701,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vendors/mqtranslate.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13704,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vendors/ninja_forms.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13707,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vendors/qtranslate.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13710,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vendors/revslider.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13713,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vendors/woocommerce.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13716,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vendors/wpml.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13719,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vendors/wp_customize.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13722,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/autoload/vendors/yoast_seo.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13725,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/helpers/filters.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13728,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/helpers/class-vc-color-helper.php',12,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13731,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/helpers/helpers.php',34,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13734,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/helpers/helpers_api.php',17,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13737,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/helpers/helpers_factory.php',14,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13740,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/load.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13743,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/default_params.php',11,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13746,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/params.php',7,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13749,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/animation_style/animation_style.php',15,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13752,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/autocomplete/autocomplete.php',9,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13755,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/colorpicker/colorpicker.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13758,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/column_offset/column_offset.php',5,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13761,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/css_editor/css_editor.php',8,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13764,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/custom_markup/custom_markup.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13767,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/el_id/el_id.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13770,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/font_container/font_container.php',14,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13773,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/google_fonts/google_fonts.php',16,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13776,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/hidden/hidden.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13779,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/href/href.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13782,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/iconpicker/iconpicker.php',80,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13785,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/loop/loop.php',21,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13788,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/options/options.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13791,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/params_preset/params_preset.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13794,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/param_group/param_group.php',6,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13797,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/sorted_list/sorted_list.php',6,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13800,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/tab_id/tab_id.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13803,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/textarea_html/textarea_html.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13806,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php',10,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13809,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13812,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/vc_grid_item/attributes.php',10,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13815,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php',4,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13818,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php',10,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13821,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/vc_grid_item/shortcodes.php',26,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13824,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/vc_grid_item/templates.php',61,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13827,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php',8,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13830,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php',4,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13833,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13836,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13839,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php',5,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13842,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/params/vc_link/vc_link.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13845,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/teaser.html.php',4,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13848,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/backend_editor.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13851,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php',5,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13854,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/frontend_template.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13857,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php',4,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13860,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13863,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php',4,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13866,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13869,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13872,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13875,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13878,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13881,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13884,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php',19,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13887,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13890,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/prompt.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13893,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13896,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13899,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13902,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/vc_ui-presets-dropdown.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13905,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13908,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php',4,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13911,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/panel_edit_layout.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13914,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13917,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13920,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/panel_post_settings.tpl.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13923,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13926,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/panel_templates.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13929,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/panel_templates_editor.tpl.php',5,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13932,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13935,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13938,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13941,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13944,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13947,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13950,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13953,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13956,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13959,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_accordion.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13962,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13965,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13968,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13971,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_btn.php',6,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13974,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_button.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13977,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_button2.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13980,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_carousel.php',7,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13983,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_column.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13986,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13989,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_column_text.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13992,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_cta.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13995,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(13998,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14001,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14004,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14007,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14010,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_facebook.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14013,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_flickr.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14016,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_gallery.php',5,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14019,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_gitem.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14022,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14025,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14028,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14031,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14034,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14037,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14040,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14043,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php',5,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14046,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14049,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14052,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14055,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_icon.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14058,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php',5,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14061,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_item.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14064,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_items.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14067,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php',6,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14070,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_message.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14073,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_pie.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14076,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14079,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_posts_grid.php',8,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14082,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php',7,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14085,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php',4,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14088,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14091,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php',5,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14094,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_row.php',5,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14097,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14100,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_separator.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14103,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_single_image.php',6,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14106,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_tab.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14109,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_tabs.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14112,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14115,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_toggle.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14118,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14121,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14124,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14127,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14130,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_video.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14133,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14136,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14139,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14142,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14145,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14148,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14151,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14154,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14157,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14160,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14163,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14166,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14169,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14172,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14175,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/shortcodes/post_block/_item.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14178,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/partials/_tabs.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14181,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14184,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14187,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14190,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14193,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php',7,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14196,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14199,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14202,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14205,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14208,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14211,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14214,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php',4,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14217,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/vc-settings/index.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14220,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/vc-settings/tab.php',5,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14223,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14226,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php',5,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14229,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/vc-welcome/index.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14232,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14235,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14238,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/column_offset/template.tpl.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14241,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/google_fonts/template.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14244,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/loop/templates.html',10,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14247,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/options/templates.html',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14250,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/param_group/content.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14253,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/param_group/add.tpl.php',1,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14256,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14259,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php',3,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14262,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php',5,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14265,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php',2,1,0,'2016-01-14 11:47:05','2016-01-14 11:50:51','I','complete'),(14268,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14271,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14274,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14277,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14280,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14283,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14286,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14289,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14292,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/class-vc-mapper.php',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14295,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/class-vc-base.php',28,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14298,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/class-vc-page.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14301,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/class-vc-pages-group.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14304,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/class-vc-post-admin.php',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14307,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/class-vc-shared-library.php',9,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14310,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/class-vc-sort.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14313,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/class-wpb-map.php',20,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14316,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/interfaces.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14319,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14322,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14325,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14328,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php',6,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14331,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/core/access/class-vc-role-access.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14334,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php',11,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14337,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php',10,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14340,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php',27,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14343,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php',6,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14346,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php',6,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14349,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14352,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14355,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14358,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14361,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/editors/popups/class-vc-templates-editor.php',15,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14364,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php',28,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14367,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/settings/class-vc-license.php',15,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14370,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/settings/class-vc-automapper.php',18,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14373,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/settings/class-vc-roles.php',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14376,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/settings/class-vc-settings.php',40,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14379,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14382,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/example.php',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14385,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14388,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/shortcodes.php',42,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14391,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php',6,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14394,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-accordion.php',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14397,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php',19,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14400,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-btn.php',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14403,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-button.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14406,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-button2.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14409,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-carousel.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14412,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14415,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-column-text.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14418,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-column.php',9,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14421,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14424,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14427,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-cta.php',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14430,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14433,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php',6,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14436,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14439,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-facebook.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14442,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-flickr.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14445,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gallery.php',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14448,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14451,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14454,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14457,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14460,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14463,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14466,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14469,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14472,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14475,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14478,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14481,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14484,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14487,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gitem.php',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14490,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14493,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14496,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-icon.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14499,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14502,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14505,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14508,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14511,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14514,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-message.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14517,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-pie.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14520,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14523,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-posts-grid.php',6,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14526,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14529,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14532,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14535,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14538,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14541,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14544,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-row.php',9,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14547,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-separator.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14550,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-single-image.php',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14553,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-tab.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14556,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-tabs.php',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14559,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14562,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-toggle.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14565,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-tour.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14568,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php',11,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14571,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14574,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php',7,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14577,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14580,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14583,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14586,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-twitter.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14589,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-video.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14592,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14595,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14598,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14601,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14604,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/updaters/class-vc-updater.php',8,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14607,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/class-vc-vendors-manager.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14610,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14613,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14616,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14619,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14622,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14625,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14628,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php',9,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14631,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14634,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php',52,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14637,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14640,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14643,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14646,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14649,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14652,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14655,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14658,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14661,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14664,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/LICENCE',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14667,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/README.md',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14670,1452771989,1452772161,'themes','unicase/assets/plugins/js_composer/vendor/mmihey/PHP-Instagram-effects/src/Image/Filter.php',8,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14673,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/index.php',0,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14676,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/release_log.html',69,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14679,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/revslider.php',9,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14682,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/uninstall.php',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14685,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/revslider-admin.class.php',63,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14688,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/index.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14691,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/index.php',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14694,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/css/admin.css',121,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14697,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/css/edit_layers.css',132,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14700,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/css/global.css',8,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14703,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/css/index.php',0,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14706,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/css/tipsy.css',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14709,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/css/font/egfont.eot',51,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14712,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/css/font/egfont.svg',101,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14715,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/css/font/egfont.ttf',51,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14718,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/css/font/egfont.woff',32,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14721,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/css/font/index.php',0,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14724,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/add_template.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14727,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/add_template_bg.jpg',6,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14730,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-buket.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14733,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-copy.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14736,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-credit.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14739,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-diamond.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14742,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-download.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14745,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-gift.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14748,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-light.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14751,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-notregistered.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14754,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-plugin.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14757,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-refresh.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14760,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-smile.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14763,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-speaker.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14766,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-template-bg.jpg',28,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14769,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dash-ticket.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14772,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dotted_horizontal.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14775,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dotted_vertical.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14778,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/dummy.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14781,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/gridtile.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14784,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/gridtile_3x3.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14787,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/gridtile_3x3_white.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14790,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/gridtile_white.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14793,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-all.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14796,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-button-layer.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14799,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-edit.png',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14802,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-image-layer.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14805,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-no-problem-found.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14808,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-not-activated.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14811,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-not-registered.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14814,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-plus.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14817,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-problem-found.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14820,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-shape-layer.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14823,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-text-layer.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14826,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-trash.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14829,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-update-refresh.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14832,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon-video-layer.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14835,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon_html5.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14838,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon_vimeo.png',6,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14841,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/icon_youtube.png',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14844,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/imac.png',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14847,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/import_slider.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14850,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/install_slider.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14853,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/index.php',0,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14856,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/ipadair.png',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14859,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/iphone.png',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14862,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/i_addlayer_button.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14865,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/i_addlayer_image.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14868,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/i_addlayer_shape.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14871,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/i_addlayer_text.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14874,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/i_addlayer_video.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14877,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/loader.gif',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14880,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/logo_small.png',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14883,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/macbook.png',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14886,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/newsletter-figure.png',8,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14889,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/new_slider.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14892,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/preview.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14895,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/quickslider.png',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14898,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/rs_center.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14901,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/rs_rotate.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14904,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/slidebg.jpg',11,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14907,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/tipsy.gif',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14910,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/topbar.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14913,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/tp-brokenimage.png',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14916,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/tp_newsletter_bg.png',12,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14919,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/transparent.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14922,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/trans_tile.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14925,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/trans_tile2.png',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14928,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/visitstore.png',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14931,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/wp-arrows.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14934,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/add_preset.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14937,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/arrows.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14940,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/auto.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14943,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/bullets.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14946,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/cssicon.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14949,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/fullscreen.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14952,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/fullwidth.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14955,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/imageicon.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14958,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/index.php',0,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14961,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/jqueryicon.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14964,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/mini-customizeslide.jpg',9,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14967,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/linktoslide.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14970,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/mini-editslide.jpg',13,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14973,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/mini-implement.jpg',8,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14976,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/openclose.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14979,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/showimage.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14982,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/tabs.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14985,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/thumbnails.png',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14988,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/mainoptions/tp_uparrow.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14991,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/navigationeditor/tp_thumb.jpg',20,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14994,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/navigationeditor/index.php',0,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(14997,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/carousel_full_rounded.png',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15000,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/carousel_thumbs_right_fullscreen.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15003,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/cover_carousel_endless.png',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15006,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/cover_carousel_thumbs.png',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15009,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/flat_carousel.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15012,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/flat_carousel_thumbs.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15015,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/flat_carousel_thumbs_left.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15018,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/index.php',0,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15021,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/scroll_fullscreen.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15024,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/slideshow_auto_layout.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15027,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/thumbs_left_auto.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15030,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/thumbs_right_auto.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15033,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/thumb_auto1.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15036,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderpresets/wide_fullscreen.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15039,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderselector/type_carousel.png',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15042,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderselector/index.php',0,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15045,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderselector/type_hero.png',2,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15048,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sliderselector/type_slider.png',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15051,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/slidersources/tp_source_defa.png',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15054,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/slidersources/index.php',0,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15057,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/slidersources/tp_source_face.png',11,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15060,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/slidersources/tp_source_flic.png',4,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15063,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/slidersources/tp_source_inst.png',17,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15066,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/slidersources/tp_source_post.png',6,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15069,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/slidersources/tp_source_twit.png',3,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15072,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/slidersources/tp_source_vime.png',5,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15075,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/slidersources/tp_source_wooc.png',9,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15078,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/slidersources/tp_source_yout.png',8,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15081,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sources/fb.png',18,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15084,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sources/fr.png',11,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15087,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sources/ig.png',15,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15090,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sources/index.php',0,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15093,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sources/notice.txt',1,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15096,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sources/post.png',17,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15099,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sources/revolution_slide1.png',19,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15102,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sources/revolution_slide2.png',19,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15105,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sources/tw.png',9,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15108,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sources/vm.png',24,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15111,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sources/wc.png',19,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15114,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/sources/yt.png',15,1,0,'2016-01-14 11:47:06','2016-01-14 11:50:51','I','complete'),(15117,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/addlayer.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15120,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/advancedcss.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15123,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/animate_in.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15126,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/animate_out.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15129,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/arrow_grey.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15132,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/arrow_white.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15135,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/backtoidle.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15138,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/conflict.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15141,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/droplet_black.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15144,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/droplet_white.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15147,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/eye_black.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15150,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/eye_white.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15153,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-2drotation.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15156,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-add-duplicate.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15159,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-add-image.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15162,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-add-layer.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15165,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-add-video.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15168,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-align.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15171,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-alignbottom-dark.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15174,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-alignbottom-light.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15177,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-aligncenterh-dark.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15180,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-aligncenterh-light.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15183,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-aligncenterv-dark.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15186,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-aligncenterv-light.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15189,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-alignleft-dark.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15192,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-alignleft-light.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15195,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-alignright-dark.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15198,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-alignright-light.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15201,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-aligntop-dark.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15204,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-aligntop-light.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15207,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-basketball2.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15210,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-bg.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15213,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-bordercolor.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15216,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-borderradius.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15219,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-borderstyle.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15222,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-borderwidth.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15225,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-chooser-1-dark.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15228,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-chooser-1-light.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15231,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-chooser-2-dark.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15234,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-chooser-2-light.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15237,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-chooser-3-dark.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15240,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-chooser-3-light.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15243,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-clock.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15246,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-close-big.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15249,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-close.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15252,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-color.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15255,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-decoration.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15258,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-delete.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15261,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-easing.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15264,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-edit.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15267,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-edit_dark.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15270,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-fontfamily.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15273,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-fontsize.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15276,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-fonttemplate.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15279,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-fontweight.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15282,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-globe.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15285,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-italic.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15288,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-lineheight.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15291,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-link-light.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15294,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-link.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15297,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-maxheight.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15300,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-maxwidth.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15303,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-mode-desktop-dark.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15306,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-mode-desktop-light.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15309,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-mode-laptop-dark.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15312,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-mode-laptop-light.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15315,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-mode-phone-dark.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15318,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-mode-phone-light.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15321,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-mode-tablet-dark.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15324,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-mode-tablet-light.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15327,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-opacity.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15330,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-originx.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15333,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-originy.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15336,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-padding.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15339,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-parallax.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15342,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-perspective.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15345,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-rev-logo-mini-2.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15348,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-rev-logo-mini.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15351,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-rotation-end.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15354,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-rotation-start.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15357,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-rotationx.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15360,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-rotationy.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15363,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-rotationz.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15366,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-save-big.png',4,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15369,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-save-dark.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15372,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-save-light.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15375,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-scalex.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15378,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-scaley.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15381,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-shortcode.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15384,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-skewx.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15387,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-skewy.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15390,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-slide-published.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15393,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-slide-unpublished.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15396,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-splittext-delay.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15399,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-splittext.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15402,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-transition.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15405,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-wrap-light.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15408,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-wrap.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15411,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-xoffset.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15414,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-yoffset.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15417,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/icon-zoffset.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15420,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15423,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/in_black.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15426,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/in_white.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15429,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/largearrow_black.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15432,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/layers_bg_tile.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15435,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/lightcopy.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15438,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/lightpencil.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15441,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/lighttrash.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15444,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/morestyles_black.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15447,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/morestyles_white.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15450,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/newlinear-horizontal.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15453,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/newlinear-vertical.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15456,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/newlinear.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15459,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/out_black.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15462,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/out_white.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15465,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/plus_black.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15468,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/plus_grey.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15471,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/plus_white.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15474,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/schematic_in.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15477,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/schematic_out.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15480,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/tiled-darkgrey.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15483,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/tiled-lightgrey.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15486,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/tiled-red.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15489,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/toolbar-bg.png',1,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15492,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/tools_black.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15495,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/tools_white.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15498,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/visibility_black.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15501,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/toolbar/visibility_white.png',2,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15504,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/tooltips/progressbar.png',68,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15507,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/tooltips/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15510,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/tooltips/slide_placeholder.png',26,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15513,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/images/tooltips/slide_placeholder_cut.png',27,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15516,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15519,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/agency-intro/slide1.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15522,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/agency-intro/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15525,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classic-carousel/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15528,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classic-carousel/slide1.jpg',17,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15531,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classic-carousel/slide3.jpg',17,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15534,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classic-carousel/slide2.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15537,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classic-carousel/slide4.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15540,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classic-carousel/slide5.jpg',22,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15543,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classic-carousel/slider.jpg',18,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15546,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classicslider/slide1.jpg',17,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15549,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classicslider/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15552,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classicslider/slide2.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15555,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classicslider/slide3.jpg',17,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15558,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classicslider/slide4.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15561,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classicslider/slide5.jpg',22,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15564,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/classicslider/slider.jpg',18,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15567,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/concept/slide1.jpg',13,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15570,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/concept/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15573,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/concept/slide2.jpg',8,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15576,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/concept/slide3.jpg',8,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15579,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/contenttabs/slide1.jpg',13,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15582,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/contenttabs/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15585,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/contenttabs/slide2.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15588,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/contenttabs/slide3.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15591,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/contenttabs/slider.jpg',13,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15594,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/creativefreedom/slide1.jpg',7,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15597,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/creativefreedom/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15600,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/creativefreedom/slide2.jpg',6,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15603,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/creativefreedom/slide3.jpg',8,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15606,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/facebook-feed/slide1.jpg',16,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15609,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/facebook-feed/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15612,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/facebook-feed/slider.jpg',16,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15615,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/fashion/slide1.jpg',22,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15618,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/fashion/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15621,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/fashion/slide3.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15624,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/fashion/slide2.jpg',16,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15627,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/fashion/slide4.jpg',13,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15630,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/fashion/slide5.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15633,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/fashion/slider.jpg',21,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15636,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/finedining/slide1.jpg',8,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15639,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/finedining/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15642,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/flickr-gallery/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15645,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/flickr-gallery/slide1.jpg',25,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15648,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/flickr-gallery/slider.jpg',25,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15651,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/foodcarousel/slide1.jpg',17,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15654,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/foodcarousel/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15657,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/foodcarousel/slide2.jpg',20,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15660,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/foodcarousel/slide3.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15663,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/foodcarousel/slide4.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15666,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/foodcarousel/slide5.jpg',23,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15669,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/foodcarousel/slide6.jpg',18,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15672,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/foodcarousel/slide7.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15675,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/foodcarousel/slider_cover.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15678,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/fullscreen-button/slide1.jpg',9,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15681,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/fullscreen-button/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15684,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/fullscreen-button/slide2.jpg',13,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15687,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/fullscreen-button/slide3.jpg',13,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15690,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/fullscreen-button/slide4.jpg',11,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15693,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/fullscreen-button/slide5.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15696,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/gym/slide1.jpg',16,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15699,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/gym/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15702,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/gym/slide2.jpg',18,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15705,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/gym/slide3.jpg',16,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15708,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/gym/slider.jpg',16,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15711,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/highlight-carousel/slide1.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15714,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/highlight-carousel/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15717,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/highlight-carousel/slide2.jpg',18,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15720,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/highlight-carousel/slide3.jpg',20,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15723,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/highlight-carousel/slide4.jpg',21,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15726,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/highlight-carousel/slider.jpg',17,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15729,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/highlight-showcase/slide1.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15732,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/highlight-showcase/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15735,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/highlight-showcase/slide2.jpg',18,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15738,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/highlight-showcase/slide3.jpg',20,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15741,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/highlight-showcase/slide4.jpg',21,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15744,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/highlight-showcase/slider.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15747,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/imagehero/slide1.jpg',20,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15750,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/imagehero/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15753,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/imagehero/slider.jpg',20,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15756,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/insta-gallery/slide1.jpg',20,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15759,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/insta-gallery/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15762,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/insta-gallery/slider.jpg',20,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15765,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide1.jpg',21,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15768,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/levanorestaurantbar/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15771,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide3.jpg',16,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15774,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide2.jpg',21,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15777,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide4.jpg',23,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15780,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/levanorestaurantbar/slide5.jpg',20,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15783,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/levanorestaurantbar/slider.jpg',21,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15786,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/mainfeature/slide1.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15789,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/mainfeature/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15792,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/mainfeature/slide2.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15795,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/mainfeature/slide3.jpg',16,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15798,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/mainfeature/slide4.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15801,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/mainfeature/slide5.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15804,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/mainfeature/slide6.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15807,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/mainfeature/slide7.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15810,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/mainfeature/slider.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15813,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide1.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15816,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-carousel-autoplay/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15819,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide2.jpg',23,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15822,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide3.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15825,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide4.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15828,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide5.jpg',13,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15831,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slide6.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15834,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-carousel-autoplay/slider.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15837,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-gallery-two/slide1.jpg',23,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15840,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-gallery-two/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15843,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-gallery-two/slide3.jpg',14,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15846,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-gallery-two/slide2.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15849,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-gallery-two/slide4.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15852,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-gallery-two/slide5.jpg',13,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15855,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-gallery-two/slide6.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15858,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/media-gallery-two/slider.jpg',18,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15861,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-bg-video/slide1.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15864,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-bg-video/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15867,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-bg-video/slider.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15870,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-gallery/slide1.jpg',20,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15873,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-gallery/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15876,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-gallery/slide3.jpg',18,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15879,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-gallery/slide2.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15882,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-gallery/slide4.jpg',16,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15885,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-gallery/slider.jpg',20,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15888,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-gallery-post-based/slide1.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15891,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-gallery-post-based/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15894,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-gallery-post-based/slider.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15897,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-hero/slide1.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15900,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-hero/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15903,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-hero/slider.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15906,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-video/slide1.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15909,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-video/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15912,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/news-video/slider.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15915,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/newsletter-hero/slide1.jpg',17,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15918,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/newsletter-hero/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15921,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/newsletter-hero/slider.jpg',17,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15924,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/notgeneric/slide1.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15927,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/notgeneric/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15930,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/notgeneric/slide2.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15933,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/notgeneric/slide3.jpg',17,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15936,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/notgeneric/slide4.jpg',18,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15939,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/notgeneric/slide5.jpg',16,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15942,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/notgeneric/slider.jpg',19,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15945,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/parallaxscene/slide1.jpg',13,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15948,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/parallaxscene/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15951,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography/index.php',0,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15954,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography/slide1.jpg',13,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15957,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography/slide2.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15960,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography/slide10.jpg',15,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15963,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography/slide3.jpg',18,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15966,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography/slide4.jpg',17,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15969,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography/slide5.jpg',16,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15972,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography/slide6.jpg',18,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15975,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography/slide7.jpg',18,1,0,'2016-01-14 11:47:07','2016-01-14 11:50:51','I','complete'),(15978,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography/slide8.jpg',14,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(15981,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography/slide9.jpg',13,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(15984,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography/slider.jpg',13,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(15987,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography-carousel/slide1.jpg',13,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(15990,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography-carousel/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(15993,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography-carousel/slide10.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(15996,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography-carousel/slide2.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(15999,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography-carousel/slide3.jpg',18,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16002,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography-carousel/slide4.jpg',17,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16005,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography-carousel/slide5.jpg',16,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16008,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography-carousel/slide6.jpg',18,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16011,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography-carousel/slide7.jpg',18,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16014,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography-carousel/slide8.jpg',14,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16017,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography-carousel/slide9.jpg',13,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16020,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/photography-carousel/slider.jpg',18,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16023,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/search-form-hero/slide1.jpg',14,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16026,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/search-form-hero/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16029,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/search-form-hero/slider.jpg',14,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16032,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/showcasecarousel/slide1.jpg',14,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16035,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/showcasecarousel/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16038,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/showcasecarousel/slide2.jpg',13,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16041,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/showcasecarousel/slide3.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16044,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/showcasecarousel/slide4.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16047,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/showcasecarousel/slide5.jpg',14,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16050,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/showcasecarousel/slide6.jpg',10,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16053,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/showcasecarousel/slide7.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16056,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/showcasecarousel/slide8.jpg',14,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16059,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/showcasecarousel/slide9.jpg',13,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16062,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/showcasecarousel/slider.jpg',16,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16065,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/slidingoverlays/slide1.jpg',11,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16068,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/slidingoverlays/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16071,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/slidingoverlays/slide2.jpg',10,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16074,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/slidingoverlays/slide3.jpg',9,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16077,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/sportshero/slide1.jpg',22,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16080,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/sportshero/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16083,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/sportshero/slider.jpg',22,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16086,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/travel-static-captions/slide1.jpg',16,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16089,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/travel-static-captions/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16092,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/travel-static-captions/slide2.jpg',13,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16095,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/travel-static-captions/slide3.jpg',16,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16098,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/travel-static-captions/slide4.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16101,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/twitter-feed/slide1.jpg',22,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16104,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/twitter-feed/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16107,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/twitter-feed/slider.jpg',22,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16110,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/vimeo-gallery/slide1.jpg',22,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16113,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/vimeo-gallery/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16116,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/vimeo-gallery/slider.jpg',22,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16119,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/vimeohero/slide1.jpg',19,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16122,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/vimeohero/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16125,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/vimeohero/slider.jpg',19,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16128,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-dark/slide1.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16131,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-dark/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16134,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-dark/slide2.jpg',17,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16137,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-dark/slide3.jpg',14,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16140,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-dark/slide4.jpg',11,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16143,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-dark/slider.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16146,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-dark-hero/slide1.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16149,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-dark-hero/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16152,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-dark-hero/slider.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16155,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-light-hero/slide1.jpg',14,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16158,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-light-hero/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16161,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-light-hero/slider.jpg',14,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16164,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/slide1.jpg',12,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16167,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/web-product-light-hero-3d/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16170,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/webproductlight/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16173,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/webproductlight/slide1.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16176,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/webproductlight/slide3.jpg',14,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16179,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/webproductlight/slide2.jpg',16,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16182,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/webproductlight/slide4.jpg',11,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16185,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/webproductlight/slider.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16188,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/woobig/slide1.jpg',19,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16191,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/woobig/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16194,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/woocommercesmall/slide1.jpg',11,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16197,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/woocommercesmall/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16200,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/youtube-gallery/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16203,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/youtube-gallery/slide1.jpg',19,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16206,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/youtube-gallery/slider.jpg',19,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16209,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/youtubehero/slide1.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16212,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/youtubehero/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16215,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/imports/youtubehero/slider.jpg',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16218,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/admin.js',50,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16221,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/css_editor.js',35,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16224,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/edit_layers.js',324,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16227,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/edit_layers_timeline.js',154,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16230,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16233,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/jquery.tipsy.js',8,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16236,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/newvideo.js',6,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16239,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/oldvideo.js',6,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16242,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/rev_admin.js',82,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16245,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/settings.js',11,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16248,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/tinymce-shortcode-script.js',8,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16251,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/vc.js',6,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16254,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/codemirror.css',5,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16257,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/codemirror.js',131,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16260,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/css.js',22,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16263,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16266,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/xml.js',13,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16269,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/closetag.js',6,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16272,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/dialog.css',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16275,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/dialog.js',3,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16278,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/foldcode.js',7,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16281,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/formatting.js',8,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16284,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16287,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/javascript-hint.js',6,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16290,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/loadmode.js',2,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16293,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/match-highlighter.js',2,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16296,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/multiplex.js',3,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16299,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/overlay.js',3,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16302,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/pig-hint.js',6,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16305,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/runmode-standalone.js',4,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16308,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/runmode.js',2,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16311,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/search.js',6,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16314,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/searchcursor.js',5,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16317,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.css',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16320,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/simple-hint.js',5,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16323,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/assets/js/codemirror/util/xml-hint.js',4,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16326,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/master-view.php',7,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16329,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16332,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/navigation-editor.php',65,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16335,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/slide-editor.php',75,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16338,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/slide-overview.php',8,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16341,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/slider-editor.php',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16344,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/slider-overview.php',35,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16347,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/system/dialog-global-settings.php',13,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16350,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/system/dialog-copy-move.php',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16353,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/system/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16356,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/system/dialog-video.php',16,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16359,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/system/validation.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16362,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/templates/edit-slider.php',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16365,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/templates/create-slider.php',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16368,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/templates/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16371,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/templates/slide-general-settings.php',64,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16374,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/templates/slide-selector.php',14,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16377,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/templates/slide-stage.php',183,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16380,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/templates/slider-main-options.php',320,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16383,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/templates/sliders-list.php',11,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16386,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/templates/slides-list.php',8,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16389,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/templates/slides.php',3,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16392,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/templates/template-selector.php',18,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16395,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/templates/template-slider-selector.php',17,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16398,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/admin/views/templates/wpml-selector.php',4,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16401,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/backup/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16404,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/extension.class.php',7,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16407,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/external-sources.class.php',33,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16410,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/globals.class.php',3,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16413,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/googlefonts.php',76,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16416,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16419,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/navigation.class.php',74,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16422,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/operations.class.php',268,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16425,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/output.class.php',182,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16428,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/slide.class.php',91,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16431,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/slider.class.php',107,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16434,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/template.class.php',26,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16437,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/tinybox.class.php',17,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16440,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/widget.class.php',5,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16443,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/base-admin.class.php',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16446,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/aq-resizer.class.php',8,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16449,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/base-front.class.php',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16452,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/base.class.php',16,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16455,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/cssparser.class.php',19,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16458,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/db.class.php',4,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16461,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/elements-base.class.php',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16464,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/em-integration.class.php',6,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16467,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/functions-wordpress.class.php',28,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16470,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/functions.class.php',16,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16473,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/include-framework.php',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16476,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16479,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/newsletter.class.php',2,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16482,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/plugin-update.class.php',111,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16485,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/update.class.php',7,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16488,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/woocommerce.class.php',5,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16491,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/includes/framework/wpml.class.php',6,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16494,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16497,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-de_DE.mo',46,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16500,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-de_DE.po',221,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16503,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-en_US.mo',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16506,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-en_US.po',201,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16509,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-hu_HU.mo',50,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16512,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-hu_HU.po',223,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16515,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-it_IT.mo',24,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16518,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-it_IT.po',215,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16521,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-pl_PL.mo',8,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16524,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-pl_PL.po',203,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16527,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-ru_RU.mo',149,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16530,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-ru_RU.po',284,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16533,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-zh_CN.mo',8,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16536,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider-zh_CN.po',203,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16539,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/languages/revslider.pot',204,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16542,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16545,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/revslider-front.class.php',18,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16548,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16551,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/info.cfg',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16554,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/coloredbg.png',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16557,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/gridtile.png',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16560,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/gridtile_3x3.png',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16563,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/gridtile_3x3_white.png',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16566,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/gridtile_white.png',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16569,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16572,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/loader.gif',3,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16575,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/sources/fb.png',18,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16578,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/sources/fr.png',11,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16581,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/sources/ig.png',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16584,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/sources/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16587,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/sources/post.png',17,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16590,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/sources/revolution_slide1.png',19,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16593,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/sources/revolution_slide2.png',19,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16596,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/sources/tw.png',9,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16599,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/sources/vm.png',24,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16602,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/sources/wc.png',19,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16605,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/assets/sources/yt.png',15,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16608,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/css/closedhand.cur',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16611,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/css/captions-original.css',13,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16614,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/css/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16617,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/css/openhand.cur',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16620,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/css/settings.css',36,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16623,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16626,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/font-awesome/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16629,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/font-awesome/css/font-awesome.min.css',22,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16632,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/font-awesome/css/font-awesome.css',30,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16635,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/font-awesome/css/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16638,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.eot',55,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16641,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.svg',281,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16644,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.ttf',110,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16647,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/font-awesome/fonts/fontawesome-webfont.woff',64,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16650,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/font-awesome/fonts/FontAwesome.otf',84,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16653,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/font-awesome/fonts/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16656,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16659,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16662,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/helper.css',4,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16665,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/css/pe-icon-7-stroke.css',11,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16668,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16671,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.eot',58,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16674,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.svg',161,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16677,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.ttf',58,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16680,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff',58,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16683,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/revicons/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16686,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/revicons/revicons.eot',12,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16689,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/revicons/revicons.svg',14,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16692,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/revicons/revicons.ttf',12,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16695,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/fonts/revicons/revicons.woff',8,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16698,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/jquery.themepunch.enablelog.js',1,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16701,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/index.php',0,1,0,'2016-01-14 11:47:08','2016-01-14 11:50:51','I','complete'),(16704,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/jquery.themepunch.revolution.min.js',48,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16707,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/jquery.themepunch.tools.min.js',103,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16710,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/index.php',0,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16713,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/revolution.extension.actions.min.js',7,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16716,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/revolution.extension.carousel.min.js',8,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16719,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/revolution.extension.kenburn.min.js',4,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16722,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/revolution.extension.layeranimation.min.js',30,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16725,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/revolution.extension.migration.min.js',6,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16728,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/revolution.extension.navigation.min.js',24,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16731,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/revolution.extension.parallax.min.js',9,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16734,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/revolution.extension.slideanims.min.js',28,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16737,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/revolution.extension.video.min.js',21,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16740,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/source/index.php',0,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16743,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/source/revolution.extension.actions.js',11,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16746,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/source/revolution.extension.carousel.js',12,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16749,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/source/revolution.extension.kenburn.js',5,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16752,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/source/revolution.extension.layeranimation.js',52,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16755,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/source/revolution.extension.migration.js',9,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16758,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/source/revolution.extension.navigation.js',39,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16761,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/source/revolution.extension.parallax.js',14,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16764,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/source/revolution.extension.slideanims.js',51,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16767,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/extensions/source/revolution.extension.video.js',35,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16770,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/source/jquery.themepunch.enablelog.js',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16773,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/source/index.php',0,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16776,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/source/jquery.themepunch.revolution.js',86,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16779,1452771989,1452772161,'themes','unicase/assets/plugins/revslider/public/assets/js/source/jquery.themepunch.tools.min.js',372,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16782,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions/unicase-extensions.php',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16785,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions/languages/unicase-extension.pot',12,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16788,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions/modules/js_composer/js_composer.php',3,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16791,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions/modules/js_composer/config/map.php',20,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16794,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions/modules/js_composer/include/shortcodes/shortcode_unicase_blog_carousel.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16797,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions/modules/js_composer/include/shortcodes/shortcode_unicase_banner.php',3,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16800,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions/modules/js_composer/include/shortcodes/shortcode_unicase_brands_carousel.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16803,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions/modules/js_composer/include/shortcodes/shortcode_unicase_products_carousel.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16806,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions/modules/js_composer/include/shortcodes/shortcode_unicase_product_tabs.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16809,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions/modules/js_composer/include/shortcodes/shortcode_unicase_product_tabs_carousel.php',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16812,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions/modules/post-types/static-block.php',12,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16815,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions/modules/theme-shortcodes/theme-shortcodes.php',3,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16818,1452771989,1452772161,'themes','unicase/assets/plugins/unicase-extensions/modules/theme-shortcodes/class-unicase-query-shortcode.php',7,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16821,1452771989,1452772161,'themes','unicase/assets/sass/blue.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16824,1452771989,1452772161,'themes','unicase/assets/sass/dark-green.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16827,1452771989,1452772161,'themes','unicase/assets/sass/light-green.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16830,1452771989,1452772161,'themes','unicase/assets/sass/green.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16833,1452771989,1452772161,'themes','unicase/assets/sass/orange.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16836,1452771989,1452772161,'themes','unicase/assets/sass/red.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16839,1452771989,1452772161,'themes','unicase/assets/sass/rtl.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16842,1452771989,1452772161,'themes','unicase/assets/sass/style.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16845,1452771989,1452772161,'themes','unicase/assets/sass/_color.scss',24,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16848,1452771989,1452772161,'themes','unicase/assets/sass/_direction-controller.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16851,1452771989,1452772161,'themes','unicase/assets/sass/_main.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16854,1452771989,1452772161,'themes','unicase/assets/sass/_mixins.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16857,1452771989,1452772161,'themes','unicase/assets/sass/_responsive.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16860,1452771989,1452772161,'themes','unicase/assets/sass/_variables.scss',5,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16863,1452771989,1452772161,'themes','unicase/assets/sass/base/_base.scss',4,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16866,1452771989,1452772161,'themes','unicase/assets/sass/base/_type.scss',3,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16869,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_brands-carousel.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16872,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_control-bar.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16875,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_faq.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16878,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_footer.scss',7,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16881,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_header.scss',6,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16884,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_home-tabs.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16887,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_posts-carousel.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16890,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_product-category.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16893,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_products-carousel.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16896,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_products.scss',4,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16899,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_shop-tab.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16902,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_sidebar-shop.scss',6,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16905,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_single-product-tab.scss',5,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16908,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_social-icons.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16911,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_table-compare.scss',3,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16914,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_table-wishlist.scss',3,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16917,1452771989,1452772161,'themes','unicase/assets/sass/blocks/_vertical-menu.scss',7,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16920,1452771989,1452772161,'themes','unicase/assets/sass/components/_banner.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16923,1452771989,1452772161,'themes','unicase/assets/sass/components/_breadcrumb.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16926,1452771989,1452772161,'themes','unicase/assets/sass/components/_buttons.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16929,1452771989,1452772161,'themes','unicase/assets/sass/components/_comments.scss',3,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16932,1452771989,1452772161,'themes','unicase/assets/sass/components/_content.scss',6,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16935,1452771989,1452772161,'themes','unicase/assets/sass/components/_forms.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16938,1452771989,1452772161,'themes','unicase/assets/sass/components/_jplayer.scss',4,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16941,1452771989,1452772161,'themes','unicase/assets/sass/components/_layout.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16944,1452771989,1452772161,'themes','unicase/assets/sass/components/_media.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16947,1452771989,1452772161,'themes','unicase/assets/sass/components/_megamenu.scss',4,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16950,1452771989,1452772161,'themes','unicase/assets/sass/components/_mini-cart-dropdown.scss',4,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16953,1452771989,1452772161,'themes','unicase/assets/sass/components/_my-account.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16956,1452771989,1452772161,'themes','unicase/assets/sass/components/_owl-carousel.scss',8,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16959,1452771989,1452772161,'themes','unicase/assets/sass/components/_owl-controls.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16962,1452771989,1452772161,'themes','unicase/assets/sass/components/_pace.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16965,1452771989,1452772161,'themes','unicase/assets/sass/components/_pagination.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16968,1452771989,1452772161,'themes','unicase/assets/sass/components/_product-compare.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16971,1452771989,1452772161,'themes','unicase/assets/sass/components/_product-item.scss',8,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16974,1452771989,1452772161,'themes','unicase/assets/sass/components/_quick-view.scss',5,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16977,1452771989,1452772161,'themes','unicase/assets/sass/components/_responsive-embed.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16980,1452771989,1452772161,'themes','unicase/assets/sass/components/_reviews.scss',4,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16983,1452771989,1452772161,'themes','unicase/assets/sass/components/_scrollup.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16986,1452771989,1452772161,'themes','unicase/assets/sass/components/_search-area.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16989,1452771989,1452772161,'themes','unicase/assets/sass/components/_star-rating.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16992,1452771989,1452772161,'themes','unicase/assets/sass/components/_typeahead.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16995,1452771989,1452772161,'themes','unicase/assets/sass/components/_utilities.scss',4,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(16998,1452771989,1452772161,'themes','unicase/assets/sass/components/_widgets.scss',7,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17001,1452771989,1452772161,'themes','unicase/assets/sass/components/_woocommerce.scss',7,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17004,1452771989,1452772161,'themes','unicase/assets/sass/mixins/_alert.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17007,1452771989,1452772161,'themes','unicase/assets/sass/mixins/_clearfix.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17010,1452771989,1452772161,'themes','unicase/assets/sass/mixins/_grid.scss',4,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17013,1452771989,1452772161,'themes','unicase/assets/sass/mixins/_image.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17016,1452771989,1452772161,'themes','unicase/assets/sass/mixins/_media.scss',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17019,1452771989,1452772161,'themes','unicase/assets/sass/pages/_page-404.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17022,1452771989,1452772161,'themes','unicase/assets/sass/pages/_page-cart.scss',5,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17025,1452771989,1452772161,'themes','unicase/assets/sass/pages/_page-checkout.scss',7,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17028,1452771989,1452772161,'themes','unicase/assets/sass/pages/_page-single-product.scss',11,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17031,1452771989,1452772161,'themes','unicase/assets/sass/responsive/_screen-md.scss',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17034,1452771989,1452772161,'themes','unicase/assets/sass/responsive/_screen-sm.scss',5,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17037,1452771989,1452772161,'themes','unicase/assets/sass/responsive/_screen-xs.scss',12,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17040,1452771989,1452772161,'themes','unicase/assets/sass/styles/_style-2.scss',3,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17043,1452771989,1452772161,'themes','unicase/assets/sass/utils/_mixins.scss',3,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17046,1452771989,1452772161,'themes','unicase/templates/contents/content-blog-carousel.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17049,1452771989,1452772161,'themes','unicase/templates/contents/content-aside.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17052,1452771989,1452772161,'themes','unicase/templates/contents/content-link.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17055,1452771989,1452772161,'themes','unicase/templates/contents/content-none.php',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17058,1452771989,1452772161,'themes','unicase/templates/contents/content-page.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17061,1452771989,1452772161,'themes','unicase/templates/contents/content-quote.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17064,1452771989,1452772161,'themes','unicase/templates/contents/content-single.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17067,1452771989,1452772161,'themes','unicase/templates/contents/content-status.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17070,1452771989,1452772161,'themes','unicase/templates/contents/content.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17073,1452771989,1452772161,'themes','unicase/templates/layouts/layout-sidebar.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17076,1452771989,1452772161,'themes','unicase/templates/layouts/layout-fullwidth.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17079,1452771989,1452772161,'themes','unicase/templates/sections/brands-carousel.php',3,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17082,1452771989,1452772161,'themes','unicase/templates/sections/blog-carousel.php',3,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17085,1452771989,1452772161,'themes','unicase/templates/sections/home-page-tabs-carousel.php',6,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17088,1452771989,1452772161,'themes','unicase/templates/sections/home-page-tabs.php',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17091,1452771989,1452772161,'themes','unicase/templates/sections/products-carousel-1.php',3,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17094,1452771989,1452772161,'themes','unicase/templates/sections/products-carousel-2.php',4,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17097,1452771989,1452772161,'themes','unicase/templates/sections/products-carousel-item-alt.php',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17100,1452771989,1452772161,'themes','unicase/templates/sections/products-carousel-item.php',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17103,1452771989,1452772161,'themes','unicase/templates/sections/unicase_search_bar.php',3,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17106,1452771989,1452772161,'themes','unicase/templates/shop/cart-coupon.php',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17109,1452771989,1452772161,'themes','unicase/templates/shop/action-buttons.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17112,1452771989,1452772161,'themes','unicase/templates/shop/content-product-list-view.php',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17115,1452771989,1452772161,'themes','unicase/templates/shop/modal-quick-view.php',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17118,1452771989,1452772161,'themes','unicase/templates/shop/unicase_mini_cart.php',2,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17121,1452771989,1452772161,'themes','unicase/templates/vc_templates/vc_wp_custommenu.php',1,1,0,'2016-01-14 11:47:09','2016-01-14 11:50:51','I','complete'),(17122,1452771989,1452772345,'uploads','2016/01/ardiotech-logo.png',8,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17125,1452771989,1452772345,'uploads','2016/01/ardiotech-logo-150x141.png',3,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17128,1452771989,1452772345,'uploads','2016/01/ardiotech-logo-300x71.png',6,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17131,1452771989,1452772345,'uploads','2016/01/ardiotech-logo_400_150.png',10,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17134,1452771989,1452772345,'uploads','2016/01/ardiotech-logo_400_150-150x150.png',6,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17137,1452771989,1452772345,'uploads','2016/01/ardiotech-logo_400_150-300x113.png',14,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17140,1452771989,1452772345,'uploads','2016/01/Wire16.ico',2,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17143,1452771989,1452772345,'uploads','2016/01/Wire32.ico',5,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17146,1452771989,1452772345,'uploads','2016/01/Wire48.ico',5,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17149,1452771989,1452772345,'uploads','2016/01/Wire64.ico',17,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17152,1452771989,1452772345,'uploads','2016/01/Raspberry-Pi-Zero-Mini-PC-Platine.jpg',365,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17155,1452771989,1452772345,'uploads','2016/01/Raspberry-Pi-Zero-Mini-PC-Platine-150x150.jpg',11,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17158,1452771989,1452772345,'uploads','2016/01/Raspberry-Pi-Zero-Mini-PC-Platine-300x180.jpg',18,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17161,1452771989,1452772345,'uploads','2016/01/Raspberry-Pi-Zero-Mini-PC-Platine-768x462.jpg',75,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17164,1452771989,1452772345,'uploads','2016/01/RB-WEITWINKELKAMERA-2.jpg',14,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17167,1452771989,1452772345,'uploads','2016/01/RB-WEITWINKELKAMERA-2-150x150.jpg',8,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17170,1452771989,1452772345,'uploads','2016/01/ULTRASCHALLSENSOR.jpg',12,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17173,1452771989,1452772345,'uploads','2016/01/ULTRASCHALLSENSOR-150x150.jpg',7,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17176,1452771989,1452772345,'uploads','2016/01/ARD_UNO_R3DIP-03.jpg',5,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17179,1452771989,1452772345,'uploads','2016/01/RASP_2_B_ALL_IN.jpg',15,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17182,1452771989,1452772345,'uploads','2016/01/RASP_2_B_ALL_IN-150x150.jpg',8,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17185,1452771989,1452772345,'uploads','2016/01/326-00_large@2x.jpg',303,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17188,1452771989,1452772345,'uploads','2016/01/326-00_large@2x-150x150.jpg',7,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17191,1452771989,1452772345,'uploads','2016/01/326-00_large@2x-300x225.jpg',18,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17194,1452771989,1452772345,'uploads','2016/01/326-00_large@2x-768x576.jpg',146,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17197,1452771989,1452772345,'uploads','2016/01/1500-500_large@2x.jpg',125,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17200,1452771989,1452772345,'uploads','2016/01/1500-500_large@2x-150x150.jpg',10,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17203,1452771989,1452772345,'uploads','2016/01/1500-500_large@2x-300x203.jpg',19,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17206,1452771989,1452772345,'uploads','2016/01/1500-500_large@2x-768x520.jpg',88,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17209,1452771989,1452772345,'uploads','2016/01/cropped-1500-500_large@2x.jpg',95,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17212,1452771989,1452772345,'uploads','2016/01/cropped-1500-500_large@2x-150x150.jpg',14,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17215,1452771989,1452772345,'uploads','2016/01/cropped-1500-500_large@2x-300x89.jpg',14,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17218,1452771989,1452772345,'uploads','2016/01/cropped-1500-500_large@2x-768x227.jpg',64,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17221,1452771989,1452772345,'uploads','2016/01/cropped-1500-500_large@2x-250x74.jpg',10,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17224,1452771989,1452772345,'uploads','2016/01/cropped-1500-500_large@2x-150x44.jpg',5,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17227,1452771989,1452772345,'uploads','2016/01/cropped-1500-500_large@2x-945x150.jpg',60,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17230,1452771989,1452772345,'uploads','2016/01/cropped-1500-500_large@2x-397x279.jpg',56,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17233,1452771989,1452772345,'uploads','2016/01/cropped-ardiotech-logo.png',12,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17236,1452771989,1452772345,'uploads','2016/01/cropped-ardiotech-logo-150x150.png',11,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17239,1452771989,1452772345,'uploads','2016/01/cropped-ardiotech-logo-300x300.png',35,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17242,1452771989,1452772345,'uploads','2016/01/cropped-ardiotech-logo-370x165.png',30,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17245,1452771989,1452772345,'uploads','2016/01/cropped-ardiotech-logo-512x400.png',11,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17248,1452771989,1452772345,'uploads','2016/01/cropped-ardiotech-logo-270x270.png',29,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17251,1452771989,1452772345,'uploads','2016/01/cropped-ardiotech-logo-192x192.png',8,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17254,1452771989,1452772345,'uploads','2016/01/cropped-ardiotech-logo-180x180.png',14,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17257,1452771989,1452772345,'uploads','2016/01/cropped-ardiotech-logo-32x32.png',1,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17260,1452771989,1452772345,'uploads','2016/01/IMG_0342.png',6,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17263,1452771989,1452772345,'uploads','2016/01/IMG_0342-150x150.png',14,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17266,1452771989,1452772345,'uploads','2016/01/IMG_0342-284x165.png',4,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17269,1452771989,1452772345,'uploads','2016/01/cropped-IMG_0342.png',31,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17272,1452771989,1452772345,'uploads','2016/01/cropped-IMG_0342-150x150.png',16,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17275,1452771989,1452772345,'uploads','2016/01/cropped-IMG_0342-300x300.png',47,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17278,1452771989,1452772345,'uploads','2016/01/cropped-IMG_0342-370x165.png',33,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17281,1452771989,1452772345,'uploads','2016/01/cropped-IMG_0342-512x400.png',25,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17284,1452771989,1452772345,'uploads','2016/01/cropped-IMG_0342-270x270.png',40,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17287,1452771989,1452772345,'uploads','2016/01/cropped-IMG_0342-192x192.png',15,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17290,1452771989,1452772345,'uploads','2016/01/cropped-IMG_0342-180x180.png',20,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17293,1452771989,1452772345,'uploads','2016/01/cropped-IMG_0342-32x32.png',2,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17296,1452771989,1452772345,'uploads','2016/01/ajax-loader.gif',1,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17299,1452771989,1452772345,'uploads','2016/01/blank.gif',1,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17302,1452771989,1452772345,'uploads','2016/01/dots-pattern.png',9,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17305,1452771989,1452772345,'uploads','2016/01/dots-pattern-150x150.png',22,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17308,1452771989,1452772345,'uploads','2016/01/dots-pattern-200x165.png',28,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17311,1452771989,1452772345,'uploads','2016/01/favicon.png',1,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17314,1452771989,1452772345,'uploads','2016/01/icon-user-default.jpg',3,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17317,1452771989,1452772345,'uploads','2016/01/logo.png',10,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17320,1452771989,1452772345,'uploads','2016/01/logo-150x150.png',6,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17323,1452771989,1452772345,'uploads','2016/01/logo-300x113.png',14,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17326,1452771989,1452772345,'uploads','2016/01/logo-370x150.png',11,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17329,1452771989,1452772345,'uploads','2016/01/logo1.png',12,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17332,1452771989,1452772345,'uploads','2016/01/logo1-150x90.png',8,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17335,1452771989,1452772345,'uploads','2016/01/placeholder.png',6,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17338,1452771989,1452772345,'uploads','2016/01/placeholder-150x150.png',2,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17341,1452771989,1452772345,'uploads','2016/01/placeholder-300x300.png',3,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17344,1452771989,1452772345,'uploads','2016/01/placeholder-370x165.png',15,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17347,1452771989,1452772345,'uploads','2016/01/placeholder-600x400.png',5,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17350,1452771989,1452772345,'uploads','2016/01/Wire16-1.ico',2,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17353,1452771989,1452772345,'uploads','2016/01/Wire32-1.ico',5,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17356,1452771989,1452772345,'uploads','2016/01/Wire48-1.ico',5,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17359,1452771989,1452772345,'uploads','2016/01/Wire64-1.ico',17,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17362,1452771989,1452772345,'uploads','2016/01/cropped-logo.png',22,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17365,1452771989,1452772345,'uploads','2016/01/cropped-logo-150x150.png',15,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17368,1452771989,1452772345,'uploads','2016/01/cropped-logo-300x300.png',50,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17371,1452771989,1452772345,'uploads','2016/01/cropped-logo-370x165.png',42,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17374,1452771989,1452772345,'uploads','2016/01/cropped-logo-512x400.png',22,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17377,1452771989,1452772345,'uploads','2016/01/cropped-logo-270x270.png',42,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17380,1452771989,1452772345,'uploads','2016/01/cropped-logo-192x192.png',14,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17383,1452771989,1452772345,'uploads','2016/01/cropped-logo-180x180.png',20,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17386,1452771989,1452772345,'uploads','2016/01/cropped-logo-32x32.png',2,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17389,1452771989,1452772345,'uploads','2016/01/ardiotech-logo-1.png',8,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17392,1452771989,1452772345,'uploads','2016/01/ardiotech-logo-1-150x141.png',3,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17395,1452771989,1452772345,'uploads','2016/01/ardiotech-logo-1-300x71.png',6,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17398,1452771989,1452772345,'uploads','2016/01/ardiotech-logo-1-370x141.png',6,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17401,1452771989,1452772345,'uploads','2016/01/ardiotech-logo-1-180x141.png',4,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17404,1452771989,1452772345,'uploads','2016/01/ardiotech-logo-1-300x141.png',5,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17407,1452771989,1452772345,'uploads','2016/01/ardiotech-logo-1-600x141.png',8,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17410,1452771989,1452772345,'uploads','woocommerce_uploads/index.html',0,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17413,1452771989,1452772345,'uploads','wc-logs/index.html',0,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17416,1452771989,1452772345,'uploads','js_composer/custom.css',0,1,0,'2016-01-14 11:47:14','2016-01-14 11:52:29','I','complete'),(17418,1452771989,1452772350,'others','index.php',1,1,0,'2016-01-14 11:47:19','2016-01-14 11:52:30','I','complete'),(17419,1452771989,NULL,'backups','tooth-fit.com-ardiotech_1452771989-main-1452772156.zip',133,0,0,'2016-01-14 11:53:01',NULL,'I',''),(17422,1452771989,NULL,'backups','tooth-fit.com-ardiotech_1452771989-others-1452772350.zip',1,0,0,'2016-01-14 11:53:01',NULL,'I',''),(17425,1452771989,NULL,'backups','tooth-fit.com-ardiotech_1452771989-plugins-1452772255.zip',15099,0,0,'2016-01-14 11:53:01',NULL,'I',''),(17428,1452771989,NULL,'backups','tooth-fit.com-ardiotech_1452771989-themes-1452772161.zip',26213,0,0,'2016-01-14 11:53:01',NULL,'I',''),(17431,1452771989,NULL,'backups','tooth-fit.com-ardiotech_1452771989-uploads-1452772345.zip',2368,0,0,'2016-01-14 11:53:01',NULL,'I',''); /*!40000 ALTER TABLE `wp_wpbackitup_job_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpbackitup_job_tasks` -- DROP TABLE IF EXISTS `wp_wpbackitup_job_tasks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpbackitup_job_tasks` ( `task_id` bigint(20) NOT NULL AUTO_INCREMENT, `job_id` bigint(20) NOT NULL, `task_name` varchar(45) COLLATE utf8mb4_unicode_ci NOT NULL, `task_meta` longtext COLLATE utf8mb4_unicode_ci, `task_start` datetime DEFAULT NULL, `task_end` datetime DEFAULT NULL, `create_date` datetime DEFAULT NULL, `update_date` datetime DEFAULT NULL, `allocation_id` bigint(20) DEFAULT NULL, `retry_count` int(11) NOT NULL DEFAULT '0', `error` int(11) NOT NULL DEFAULT '0', `task_status` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL, PRIMARY KEY (`task_id`) ) ENGINE=InnoDB AUTO_INCREMENT=58 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpbackitup_job_tasks` -- LOCK TABLES `wp_wpbackitup_job_tasks` WRITE; /*!40000 ALTER TABLE `wp_wpbackitup_job_tasks` DISABLE KEYS */; INSERT INTO `wp_wpbackitup_job_tasks` VALUES (3,1452771989,'task_preparing','','2016-01-14 11:46:33','2016-01-14 11:46:34','2016-01-14 11:46:29','2016-01-14 11:46:34',1452771993,1,0,'complete'),(6,1452771989,'task_inventory_database','','2016-01-14 11:46:39','2016-01-14 11:46:39','2016-01-14 11:46:29','2016-01-14 11:46:39',1452771999,1,0,'complete'),(9,1452771989,'task_inventory_plugins','','2016-01-14 11:46:44','2016-01-14 11:46:55','2016-01-14 11:46:29','2016-01-14 11:46:55',1452772004,1,0,'complete'),(12,1452771989,'task_inventory_themes','','2016-01-14 11:46:59','2016-01-14 11:47:09','2016-01-14 11:46:29','2016-01-14 11:47:09',1452772019,1,0,'complete'),(15,1452771989,'task_inventory_uploads','','2016-01-14 11:47:14','2016-01-14 11:47:14','2016-01-14 11:46:29','2016-01-14 11:47:14',1452772034,1,0,'complete'),(18,1452771989,'task_inventory_others','','2016-01-14 11:47:19','2016-01-14 11:47:19','2016-01-14 11:46:29','2016-01-14 11:47:19',1452772039,1,0,'complete'),(21,1452771989,'task_backup_db','a:2:{s:16:\"db_backup_method\";s:10:\"wpbackitup\";s:17:\"db_mysqldump_path\";b:1;}','2016-01-14 11:49:09','2016-01-14 11:49:09','2016-01-14 11:46:29','2016-01-14 11:49:09',1452772149,22,0,'complete'),(24,1452771989,'task_backup_siteinfo','','2016-01-14 11:49:15','2016-01-14 11:49:16','2016-01-14 11:46:29','2016-01-14 11:49:16',1452772155,1,0,'complete'),(27,1452771989,'task_backup_themes','','2016-01-14 11:49:21','2016-01-14 11:50:51','2016-01-14 11:46:29','2016-01-14 11:50:51',1452772161,1,0,'complete'),(30,1452771989,'task_backup_plugins','','2016-01-14 11:50:55','2016-01-14 11:52:24','2016-01-14 11:46:29','2016-01-14 11:52:24',1452772255,1,0,'complete'),(33,1452771989,'task_backup_uploads','','2016-01-14 11:52:25','2016-01-14 11:52:29','2016-01-14 11:46:29','2016-01-14 11:52:29',1452772345,1,0,'complete'),(36,1452771989,'task_backup_other','','2016-01-14 11:52:30','2016-01-14 11:52:30','2016-01-14 11:46:29','2016-01-14 11:52:30',1452772350,1,0,'complete'),(39,1452771989,'task_validate_backup','a:4:{s:31:\"task_multistep_validate_plugins\";i:0;s:30:\"task_multistep_validate_themes\";i:0;s:31:\"task_multistep_validate_uploads\";i:0;s:30:\"task_multistep_validate_others\";i:0;}','2016-01-14 11:52:55','2016-01-14 11:52:55','2016-01-14 11:46:29','2016-01-14 11:52:55',1452772375,5,0,'complete'),(42,1452771989,'task_finalize_backup','','2016-01-14 11:53:00','2016-01-14 11:53:01','2016-01-14 11:46:29','2016-01-14 11:53:01',1452772380,1,0,'complete'),(51,1452790053,'task_scheduled_cleanup','','2016-01-14 16:49:30','2016-01-14 16:49:31','2016-01-14 16:47:33','2016-01-14 16:49:31',1452790170,1,0,'complete'),(54,1452797158,'task_scheduled_cleanup','','2016-01-14 18:47:01','2016-01-14 18:47:01','2016-01-14 18:45:58','2016-01-14 18:47:01',1452797221,1,0,'complete'),(57,1452801635,'task_scheduled_cleanup','','2016-01-14 20:52:46','2016-01-14 20:52:46','2016-01-14 20:00:35','2016-01-14 20:52:46',1452804766,1,0,'complete'); /*!40000 ALTER TABLE `wp_wpbackitup_job_tasks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yith_wcwl` -- DROP TABLE IF EXISTS `wp_yith_wcwl`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yith_wcwl` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `prod_id` int(11) NOT NULL, `quantity` int(11) NOT NULL, `user_id` int(11) NOT NULL, `wishlist_id` int(11) DEFAULT NULL, `dateadded` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`ID`), KEY `prod_id` (`prod_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yith_wcwl` -- LOCK TABLES `wp_yith_wcwl` WRITE; /*!40000 ALTER TABLE `wp_yith_wcwl` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_yith_wcwl` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yith_wcwl_lists` -- DROP TABLE IF EXISTS `wp_yith_wcwl_lists`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yith_wcwl_lists` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `wishlist_slug` varchar(200) NOT NULL, `wishlist_name` text, `wishlist_token` varchar(64) NOT NULL, `wishlist_privacy` tinyint(1) NOT NULL DEFAULT '0', `is_default` tinyint(1) NOT NULL DEFAULT '0', PRIMARY KEY (`ID`), UNIQUE KEY `wishlist_token` (`wishlist_token`), KEY `wishlist_slug` (`wishlist_slug`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yith_wcwl_lists` -- LOCK TABLES `wp_yith_wcwl_lists` WRITE; /*!40000 ALTER TABLE `wp_yith_wcwl_lists` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_yith_wcwl_lists` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_0004dgz_0' -- /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2016-06-30 10:27:52