Plugin Directory

Changeset 1170652


Ignore:
Timestamp:
05/29/2015 11:23:48 PM (11 years ago)
Author:
2bc_jason
Message:

Version 2.0.1

Launching 2.0.1 with new Serbian translation file

Location:
2bc-image-gallery/trunk
Files:
4 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • 2bc-image-gallery/trunk/2bc-image-gallery.php

    r1118188 r1170652  
    44 * Plugin URI: http://2bcoding.com/plugins/2bc-image-gallery
    55 * Description: Add tags to images and group them into galleries, easily set options to display the lightbox galleries, or use the shortcode
    6  * Version: 2.0.0
     6 * Version: 2.0.1
    77 * Author: 2BCoding
    88 * Author URI: http://2bcoding.com
     
    1212
    1313/*
    14  * Copyright 2014-2015  2BCoding  (email : info@2bcoding.com)
     14 * Copyright 2014-2015  2BCoding (email : info@2bcoding.com)
    1515 *
    1616 * This program is free software; you can redistribute it and/or modify
     
    108108     */
    109109    private static function get_version() {
    110         $current_version = '2.0.0';
     110        $current_version = '2.0.1';
    111111
    112112        return $current_version;
     
    15191519            if ( false !== $args && is_array($args) ) {
    15201520                $custom_data_attb = array();
    1521                
     1521
    15221522                foreach ( $args as $_opt_name => $_opt_val ) {
    15231523                    $_opt_name = esc_attr($_opt_name);
     
    18341834
    18351835            $output .= ' data-twobcig-index="' . $dynamic_index . '"';
    1836            
     1836
    18371837            $output .= ' data-twobcig-count="' . $term_obj->count . '"';
    18381838
  • 2bc-image-gallery/trunk/index.php

    r1118188 r1170652  
    11<?php
    22// Silence is golden.
    3 $not_empty = true;
  • 2bc-image-gallery/trunk/readme.txt

    r1155033 r1170652  
    77Requires at least: 3.6
    88Tested up to: 4.2.2
    9 Stable tag: 2.0.0
     9Stable tag: 2.0.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2828* Responsive - Ready for viewing on mobile phones or tablets in responsive themes
    2929* Lots of options - Use the settings page, or get technical with the shortcode or function call
    30 * More options to come - We already have some ideas to make this plugin even better, please visit <http://2bcoding.com> to give suggestions or feedback, or use the WordPress support feature
     30* More options to come - We already have some ideas to make this plugin even better, please visit <http://2bcoding.com/> to give suggestions or feedback, or use the WordPress support feature
    3131
    3232= Documentation =
    3333
    34 The [2BC Image Gallery documentation page](http://2bcoding.com/plugins/2bc-image-gallery/2bc-image-gallery-documentation) contains an explanation of all the settings, as well as available arguments via the shortcode and function calls.  Any actions or filters that are included in the 2BC Image Gallery are also discussed here.
     34The [2BC Image Gallery documentation page](http://2bcoding.com/plugins/2bc-image-gallery/2bc-image-gallery-documentation/) contains an explanation of all the settings, as well as available arguments via the shortcode and function calls.  Any actions or filters that are included in the 2BC Image Gallery are also discussed here.
    3535
    3636= Demo =
    3737
    38 The [2BC Image Gallery demo page](http://2bcoding.com/plugins/2bc-image-gallery/2bc-image-gallery-demo) has been setup to show what the plugin will look like with different settings, as well as what is possible via the settings screen and the shortcode call.
     38The [2BC Image Gallery demo page](http://2bcoding.com/plugins/2bc-image-gallery/2bc-image-gallery-demo/) has been setup to show what the plugin will look like with different settings, as well as what is possible via the settings screen and the shortcode call.
     39
     40= Languages =
     41* English (US)
     42* Serbian | srpski - Translated by [Web Hosting Geeks](http://webhostinggeeks.com/)
    3943
    4044== Installation ==
     
    160164
    161165== Changelog ==
     166
     167= 2.0.1 =
     168* Added Serbian translation from Borisa Djuraskovic at webhostinggeeks.com
     169* Fixing name of English translation files to match WordPress standard
    162170
    163171= 2.0.0 =
     
    189197== Upgrade Notice ==
    190198
     199= 2.0.1 =
     200Added Serbian translation
     201
    191202= 2.0.0 =
    192203Improves the look of the modal screen with a slideshow and adds more options
Note: See TracChangeset for help on using the changeset viewer.