Plugin Directory

Changeset 1084365


Ignore:
Timestamp:
02/07/2015 07:04:45 AM (11 years ago)
Author:
sebwordpress
Message:

v2.7.9.9

Location:
the-welcomizer
Files:
199 added
4 edited

Legend:

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

    r1084328 r1084365  
    4343                                            );
    4444                                           
    45         $this->array_admin_only = array('manage_options' =>__('Administrator'));
     45        $this->array_admin_only = array('manage_options' =>__('Administrator', 'the-welcomizer'));
    4646       
    4747        // Number of posts to display
  • the-welcomizer/trunk/includes/twiz.class.php

    r1084328 r1084365  
    895895
    896896        // Twiz variable configuration
    897         $this->version    = '2.7.9.8';
    898         $this->cssVersion = '2-7-9-8';
     897        $this->version    = '2.7.9.9';
     898        $this->cssVersion = '2-7-9-9';
    899899        $this->dbVersion  = '3.7.7';
    900900        $this->pluginUrl  = $pluginUrl;
  • the-welcomizer/trunk/readme.txt

    r1084328 r1084365  
    55Requires at least: 3.1
    66Tested up to: 4.1
    7 Stable tag: 2.7.9.8
     7Stable tag: 2.7.9.9
    88License: GPLv2
    99
     
    4343
    4444== Changelog ==
     45
     46= 2.7.9.9 =
     47
     48* Fixed admin role translation.
    4549
    4650= 2.7.9.8 =
     
    14021406== Upgrade Notice ==
    14031407
     1408= 2.7.9.9 =
     1409
     1410Bug fixe.
     1411
    14041412= 2.7.9.8 =
    14051413
  • the-welcomizer/trunk/twiz-index.php

    r1084328 r1084365  
    22/*
    33Plugin Name: The Welcomizer
    4 Version: 2.7.9.8
     4Version: 2.7.9.9
    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.