Plugin Directory

Changeset 1419297


Ignore:
Timestamp:
05/18/2016 05:52:30 AM (10 years ago)
Author:
oscitas
Message:

2.1.1

  • [Update] Implemented multilingual support for slider content.
Location:
easy-wp-parallax-slider
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • easy-wp-parallax-slider/tags/2.0.0/classes/slider/epsAdminSliderClass.php

    r912250 r1419297  
    574574            'thumb' => $url,
    575575            'url' => $url1,
    576             'readmore' => $readmore,
    577             'heading' => $heading,
     576            'readmore' => __($readmore, $this->filename),
     577            'heading' => __($headin, $this->filename),
    578578            'alt' => get_post_meta($this->slider->ID, '_wp_attachment_'.$this->slide->ID.'_image_alt', true),
    579579            'target' => $target,
    580             'content' => $caption,
     580            'content' => __($caption, $this->filename),
    581581            'content_raw' =>get_post_meta($this->slider->ID, 'eps-slider_'.$this->slide->ID.'_caption', true),
    582582            'heading_font_size'=>get_post_meta($this->slider->ID, 'eps-slider_'.$this->slide->ID.'_heading_font_size', true),
  • easy-wp-parallax-slider/tags/2.0.0/easy-parallax-slider.php

    r984103 r1419297  
    44  Plugin URI: http://www.oscitasthemes.com
    55  Description: Easy Parallax Slider provides layered slider feature.
    6   Version: 2.1.0
     6  Version: 2.1.1
    77  Author: oscitas
    88  Author URI: http://www.oscitasthemes.com
     
    1010*/
    1111
    12 define('EPS_VERSION', '2.1.0');
     12define('EPS_VERSION', '2.1.1');
    1313define('EPS_BASE_URL', plugins_url('',__FILE__));
    1414define('EPS_ASSETS_URL', EPS_BASE_URL . '/assets/');
  • easy-wp-parallax-slider/tags/2.0.0/readme.txt

    r1318624 r1419297  
    22Contributors: oscitas
    33Link: http://www.osCitasthemes.com
    4 Tags: Wordpress Slider, Wordpress Parallax Slider, Parallax Slider, CSS3 Slider, drag, drop, touch, touch based slider, responsive slider,touch responsive slider
     4Tags: Wordpress Slider, Wordpress Parallax Slider, Parallax Slider, CSS3 Slider, drag, drop, touch, touch based slider, responsive slider,touch responsive slider, Parallax
    55Requires at least: 3.5
    6 Tested up to: 3.9.0
     6Tested up to: 4.4.0
    77Stable tag: 2.0.0
    88License: GPLv2 or later
     
    7777== Changelog ==
    7878
     79
     80= 2.1.1 =
     81
     82* [Update] Implemented multilingual support for slider content.
    7983
    8084
  • easy-wp-parallax-slider/trunk/classes/slider/epsAdminSliderClass.php

    r912250 r1419297  
    574574            'thumb' => $url,
    575575            'url' => $url1,
    576             'readmore' => $readmore,
    577             'heading' => $heading,
     576            'readmore' => __($readmore, $this->filename),
     577            'heading' => __($headin, $this->filename),
    578578            'alt' => get_post_meta($this->slider->ID, '_wp_attachment_'.$this->slide->ID.'_image_alt', true),
    579579            'target' => $target,
    580             'content' => $caption,
     580            'content' => __($caption, $this->filename),
    581581            'content_raw' =>get_post_meta($this->slider->ID, 'eps-slider_'.$this->slide->ID.'_caption', true),
    582582            'heading_font_size'=>get_post_meta($this->slider->ID, 'eps-slider_'.$this->slide->ID.'_heading_font_size', true),
  • easy-wp-parallax-slider/trunk/easy-parallax-slider.php

    r984103 r1419297  
    44  Plugin URI: http://www.oscitasthemes.com
    55  Description: Easy Parallax Slider provides layered slider feature.
    6   Version: 2.1.0
     6  Version: 2.1.1
    77  Author: oscitas
    88  Author URI: http://www.oscitasthemes.com
     
    1010*/
    1111
    12 define('EPS_VERSION', '2.1.0');
     12define('EPS_VERSION', '2.1.1');
    1313define('EPS_BASE_URL', plugins_url('',__FILE__));
    1414define('EPS_ASSETS_URL', EPS_BASE_URL . '/assets/');
  • easy-wp-parallax-slider/trunk/readme.txt

    r1318624 r1419297  
    22Contributors: oscitas
    33Link: http://www.osCitasthemes.com
    4 Tags: Wordpress Slider, Wordpress Parallax Slider, Parallax Slider, CSS3 Slider, drag, drop, touch, touch based slider, responsive slider,touch responsive slider
     4Tags: Wordpress Slider, Wordpress Parallax Slider, Parallax Slider, CSS3 Slider, drag, drop, touch, touch based slider, responsive slider,touch responsive slider, Parallax
    55Requires at least: 3.5
    6 Tested up to: 3.9.0
     6Tested up to: 4.4.0
    77Stable tag: 2.0.0
    88License: GPLv2 or later
     
    7777== Changelog ==
    7878
     79
     80= 2.1.1 =
     81
     82* [Update] Implemented multilingual support for slider content.
    7983
    8084
Note: See TracChangeset for help on using the changeset viewer.