Changeset 1170652
- Timestamp:
- 05/29/2015 11:23:48 PM (11 years ago)
- Location:
- 2bc-image-gallery/trunk
- Files:
-
- 4 added
- 2 deleted
- 3 edited
-
2bc-image-gallery.php (modified) (5 diffs)
-
index.php (modified) (1 diff)
-
lang/2bc-image-gallery-us_EN.mo (deleted)
-
lang/2bc-image-gallery-us_EN.po (deleted)
-
lang/sr_RS.mo (added)
-
lang/sr_RS.po (added)
-
lang/us_EN.mo (added)
-
lang/us_EN.po (added)
-
readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
2bc-image-gallery/trunk/2bc-image-gallery.php
r1118188 r1170652 4 4 * Plugin URI: http://2bcoding.com/plugins/2bc-image-gallery 5 5 * 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. 06 * Version: 2.0.1 7 7 * Author: 2BCoding 8 8 * Author URI: http://2bcoding.com … … 12 12 13 13 /* 14 * Copyright 2014-2015 2BCoding (email : info@2bcoding.com)14 * Copyright 2014-2015 2BCoding (email : info@2bcoding.com) 15 15 * 16 16 * This program is free software; you can redistribute it and/or modify … … 108 108 */ 109 109 private static function get_version() { 110 $current_version = '2.0. 0';110 $current_version = '2.0.1'; 111 111 112 112 return $current_version; … … 1519 1519 if ( false !== $args && is_array($args) ) { 1520 1520 $custom_data_attb = array(); 1521 1521 1522 1522 foreach ( $args as $_opt_name => $_opt_val ) { 1523 1523 $_opt_name = esc_attr($_opt_name); … … 1834 1834 1835 1835 $output .= ' data-twobcig-index="' . $dynamic_index . '"'; 1836 1836 1837 1837 $output .= ' data-twobcig-count="' . $term_obj->count . '"'; 1838 1838 -
2bc-image-gallery/trunk/index.php
r1118188 r1170652 1 1 <?php 2 2 // Silence is golden. 3 $not_empty = true; -
2bc-image-gallery/trunk/readme.txt
r1155033 r1170652 7 7 Requires at least: 3.6 8 8 Tested up to: 4.2.2 9 Stable tag: 2.0. 09 Stable tag: 2.0.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 28 28 * Responsive - Ready for viewing on mobile phones or tablets in responsive themes 29 29 * 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 feature30 * 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 31 31 32 32 = Documentation = 33 33 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.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. 35 35 36 36 = Demo = 37 37 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. 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. 39 40 = Languages = 41 * English (US) 42 * Serbian | srpski - Translated by [Web Hosting Geeks](http://webhostinggeeks.com/) 39 43 40 44 == Installation == … … 160 164 161 165 == 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 162 170 163 171 = 2.0.0 = … … 189 197 == Upgrade Notice == 190 198 199 = 2.0.1 = 200 Added Serbian translation 201 191 202 = 2.0.0 = 192 203 Improves the look of the modal screen with a slideshow and adds more options
Note: See TracChangeset
for help on using the changeset viewer.