Plugin Directory

Changeset 1423940


Ignore:
Timestamp:
05/25/2016 10:05:29 AM (10 years ago)
Author:
miwisoft
Message:

1.2.1 released

Location:
miwowidgets/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • miwowidgets/trunk/controller/module/category.php

    r1423713 r1423940  
    1616    public function getContent()
    1717    {
     18        $this->language->load('module/'.$this->module);
    1819        $this->data['text_title'] = $this->language->get('text_title');
    1920        $this->data['button_text_reset_filters'] = $this->language->get('button_text_reset_filters');
  • miwowidgets/trunk/controller/module/page.php

    r1423713 r1423940  
    1616    public function getContent()
    1717    {
     18        $this->language->load('module/'.$this->module);
    1819        $this->data['text_title'] = $this->language->get('text_title');
    1920        $this->data['button_text_reset_filters'] = $this->language->get('button_text_reset_filters');
  • miwowidgets/trunk/controller/module/post.php

    r1423713 r1423940  
    1616    public function getContent()
    1717    {
     18        $this->language->load('module/'.$this->module);
    1819        $this->data['text_title'] = $this->language->get('text_title');
    1920        $this->data['button_text_reset_filters'] = $this->language->get('button_text_reset_filters');
  • miwowidgets/trunk/controller/module/user.php

    r1423713 r1423940  
    1616    public function getContent()
    1717    {
     18        $this->language->load('module/'.$this->module);
    1819        $this->data['text_title'] = $this->language->get('text_title');
    1920        $this->data['button_text_reset_filters'] = $this->language->get('button_text_reset_filters');
  • miwowidgets/trunk/miwowidgets.php

    r1423713 r1423940  
    55Description: MiwoWidgets is a Widget Visibility Manager plugin that changes the way you can display the widgets on your site.
    66Author: Miwisoft
    7 Version: 1.2.0
     7Version: 1.2.1
    88Author URI: http://miwisoft.com
    99Plugin URI: http://miwisoft.com/wordpress-plugins/miwowidgets-advanced-widget-manager
Note: See TracChangeset for help on using the changeset viewer.