Plugin Directory

Changeset 959253


Ignore:
Timestamp:
08/02/2014 03:06:39 PM (12 years ago)
Author:
sebwordpress
Message:

v2.7.9.4

Location:
the-welcomizer
Files:
199 added
5 edited

Legend:

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

    r957790 r959253  
    18471847                $("[name=twiz_listmenu]").css("display", "block");
    18481848                $("#twiz_import").fadeIn("fast");
     1849                $("#twiz_export").fadeIn("fast");
    18491850            } 
    18501851        });
     
    20382039                        $("#twiz_menu_save_img_box_" + twiz_charid).attr("class","twiz-success twiz-loading-gif-save");
    20392040                        $("#twiz_menu_save_img_box_" + twiz_charid).animate({ opacity: 0 });
    2040 
    20412041                    }else{
    20422042                        twizPostMenu(twiz_current_section_id);
    20432043                        $("[name=twiz_listmenu]").css("display", "block");
    2044                         $("#twiz_import").fadeIn("fast");
     2044                        // line 1849 for buttons
    20452045                    }
    20462046                }).fail(function(){ twizUnLockedAction(); });
  • the-welcomizer/trunk/includes/twiz.class.php

    r957790 r959253  
    899899
    900900        // Twiz variable configuration
    901         $this->version    = '2.7.9.3';
     901        $this->version    = '2.7.9.4';
    902902        $this->cssVersion = '2-7-9-3';
    903903        $this->dbVersion  = '3.7.7';
  • the-welcomizer/trunk/includes/twiz.importexport.class.php

    r957272 r959253  
    196196                                if( $fieldname != "" ){           
    197197                               
    198 
    199 
    200 
    201 
    202198                                    $row[$fieldname] = esc_attr(trim($twzfield));
    203199                                }
     
    591587            }
    592588           
    593             $zipfilename = $blogid_string.'twiz-'.date('Ymd-His').'.zip';
     589            $zipfilename = $blogid_string.'twiz-'.date_i18n('Ymd-His').'.zip';
    594590           
    595591            $the_zip = new ZipArchive();
     
    712708            $sectionname =  str_replace( parent::DEFAULT_SECTION_ALL_ARTICLES, 'allposts', $sectionname );
    713709           
    714             $filename = urldecode($sectionname).'-'.date('Ymd-His').'.'.parent::EXT_TWIZ;
     710            $filename = urldecode($sectionname).'-'.date_i18n('Ymd-His').'.'.parent::EXT_TWIZ;
    715711            $filename_abspath = $this->export_dir_abspath.$filename;
    716712            $filename_url = $this->export_dir_url .$filename;
  • the-welcomizer/trunk/readme.txt

    r957790 r959253  
    44Requires at least: 3.1
    55Tested up to: 3.9.1
    6 Stable tag: 2.7.9.3
     6Stable tag: 2.7.9.4
    77License: GPLv2
    88
     
    25251. Upload `/the-welcomizer` directory and files to the `/wp-content/plugins/` directory.
    26262. Activate the plugin through the Plugins menu in WordPress.
    27 3. Find the plugin under the menu Appearance.
     273. Find the plugin on the admin bar or under the menu Appearance.
    2828
    2929To uninstall:
     
    32322. check the option **Delete all settings when disabling the plugin**
    33333. check the option **Delete created directories when disabling the plugin** If you don't need them anymore.
    34 2. Deactivate the plugin through the Plugins menu in WordPress, and then delete it.
     344. Deactivate the plugin through the Plugins menu in WordPress, and then delete it.
    3535
    3636Enjoy!
     
    4242
    4343== Changelog ==
     44
     45= 2.7.9.4 =
     46
     47* Fixed the export filenames to match the real time.
     48* Fixed the display of the export file button.
    4449
    4550= 2.7.9.3 =
     
    13751380== Upgrade Notice ==
    13761381
     1382= 2.7.9.4 =
     1383
     1384Minor bug fixes.
     1385
    13771386= 2.7.9.3 =
    13781387
    1379 * New features, bug fixes.
     1388New features, bug fixes.
    13801389
    13811390= 2.7.9.1 =
    13821391
    1383 * Replaced deprecated preg_replace /e with preg_replace_callback.
     1392Replaced deprecated preg_replace /e with preg_replace_callback.
    13841393
    13851394= 2.7.9 =
  • the-welcomizer/trunk/twiz-index.php

    r957790 r959253  
    22/*
    33Plugin Name: The Welcomizer
    4 Version: 2.7.9.3
     4Version: 2.7.9.4
    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.