Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriipavlov committed May 10, 2018
1 parent 687a93d commit 7a77436
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion inc/func/send-statistics.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function fruitful_check_stats() {
$fruitful_stat_sent = get_transient('fruitful_stat_sent');

if (empty($fruitful_stat_sent)) {
set_transient( 'fruitful_stat_sent', '1', 3600*24*7 );
set_transient( 'fruitful_stat_sent', '1', 3600*24*20 );
fruitful_send_stats();
}
}
Expand Down
8 changes: 3 additions & 5 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,20 +107,18 @@ Files: .pot, ru_Ru.po, ru_Ru.mo icluded. Default language is english.
-------------------------------------------------------
Changelog
-------------------------------------------------------
= 3.6.1 =
07.05.2018
* New: Collecting statistics

= 3.6 =
04.04.2018
07.05.2018

* New: Add WPML support
* Update: Woocommerce templates version
* Update: Woocommerce depricated functions
* Update: Removed title meta from header.php
* Update: Zoom icon on Product page
* Update: Meta Viewport tag
* Update: Deprecated function removed
* New: Add WPML support
* New: Collecting statistics
* Bug fix: Product image for Variable products
* Bug fix: Related Products on Product page
* Bug fix: Shop search form
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/fruitfulcode/fruitful
Author: fruitfulcode
Author URI: https://github.com/fruitfulcode/
Description: Fruitful - Free WordPress responsive theme with powerful theme options panel and simple clean front end design. Ability to modify styles and options according to your needs. Two different layout types responsive and fixed. Easily upload logo, background, edit colors, header and menu positions, slider, fonts, social icons, footer, custom css and much more. Translated to Russian, German, Spanish, French, Vietnamese, RTL ready. Works perfect with BuddyPress, WPML, Contact form 7, WooCommerce till version 3.0. Fruitful PRO – WordPress responsive theme contains all the options of FREE version plus more options like ability to change width for container grid and support latest WooCommerce version.
Version: 3.6.1
Version: 3.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-options, custom-header, custom-background, custom-menu, custom-colors, custom-background, translation-ready, featured-images, full-width-template, one-column, right-sidebar, left-sidebar, editor-style
Expand Down

0 comments on commit 7a77436

Please sign in to comment.