Plugin Directory

Changeset 1025112


Ignore:
Timestamp:
11/13/2014 01:37:04 PM (11 years ago)
Author:
sebwordpress
Message:

v2.7.9.7

Location:
the-welcomizer
Files:
199 added
4 edited

Legend:

Unmodified
Added
Removed
  • the-welcomizer/trunk/includes/twiz.class.php

    r1025027 r1025112  
    899899
    900900        // Twiz variable configuration
    901         $this->version    = '2.7.9.6';
     901        $this->version    = '2.7.9.7';
    902902        $this->cssVersion = '2-7-9-6';
    903903        $this->dbVersion  = '3.7.7';
  • the-welcomizer/trunk/includes/twiz.importexport.class.php

    r1025027 r1025112  
    576576       
    577577        if (is_writable($this->backup_dir_abspath)){
    578        
    579             if($this->BLOG_ID == ''){
    580            
    581                 $blogid_string = '';
    582 
    583             }else{
    584 
    585                 $blogid_string = $this->BLOG_ID.'-';
    586             }
    587            
    588             $zipfilename = $blogid_string.'twiz-'.date_i18n('Ymd-His').'.zip';
     578
     579            $zipfilename = 'twiz-'.date_i18n('Ymd-His').'.zip';
    589580           
    590581            $the_zip = new ZipArchive();
  • the-welcomizer/trunk/readme.txt

    r1025027 r1025112  
    44Requires at least: 3.1
    55Tested up to: 4.0
    6 Stable tag: 2.7.9.6
     6Stable tag: 2.7.9.7
    77License: GPLv2
    88
     
    4242
    4343== Changelog ==
     44
     45= 2.7.9.7 =
     46
     47* Fixed export all notice.
    4448
    4549= 2.7.9.6 =
     
    13891393== Upgrade Notice ==
    13901394
     1395= 2.7.9.7 =
     1396
     1397Minor bug fixes.
     1398
    13911399= 2.7.9.6 =
    13921400
  • the-welcomizer/trunk/twiz-index.php

    r1025027 r1025112  
    22/*
    33Plugin Name: The Welcomizer
    4 Version: 2.7.9.6
     4Version: 2.7.9.7
    55Plugin URI: http://www.sebastien-laframboise.com/wordpress/plugins-wordpress/the-welcomizer
    66Description: This plugin allows you to quickly animate your blog.
Note: See TracChangeset for help on using the changeset viewer.