Plugin Directory

Changeset 2444749


Ignore:
Timestamp:
12/23/2020 05:12:13 AM (5 years ago)
Author:
ganeshpaygude
Message:

tagging version 2.0

Location:
woo-tabs
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woo-tabs/tags/2.0/Index.php

    r2444394 r2444749  
    11<?php
    22/*
    3 Plugin Name:Woo Custom Tabs
    4 Plugin URI:
    5 Description: A plugin to add tabs for Product in WooCommerce
    6 Version: 1.0
    7 Author: Clarion Technolologies, Ganesh Paygude
     3* Plugin Name:Woo Custom Tabs
     4* Plugin URI: https://wordpress.org/plugins/woo-tabs
     5* Description: A plugin to add tabs for Product in WooCommerce
     6* Version: 2.0
     7* Author: Clarion Technologies
     8* Author URI: https://www.clariontech.com/
     9* Text Domain: woo-tabs
     10*/
     11
     12/*
     13This program is free software; you can redistribute it and/or
     14modify it under the terms of the GNU General Public License
     15as published by the Clarion Technologies; either version 2
     16of the License, or (at your option) any later version.
     17
     18You should have received a copy of the GNU General Public License
     19along with this program; if not, write to the Clarion Technologies.
     20
     21Copyright 2005-2020  Clarion Technologies.
     22*/
    823
    924/* Setup the plugin. */
     
    196211        echo apply_filters('woo_tab_content',$tab['content'],$tab,$key);
    197212}
     213
     214function woo_tabs_load_plugin_textdomain() {
     215  load_plugin_textdomain( 'woo-tabs', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' );
     216}
     217add_action( 'plugins_loaded', 'woo_tabs_load_plugin_textdomain' );
  • woo-tabs/tags/2.0/readme.txt

    r2444394 r2444749  
    11=== WOO Tabs ===
    2 Contributors: ganeshpaygude,clarionwpdeveloper, yogeshdalavi
     2Contributors: ganeshpaygude,clarionwpdeveloper
    33Tags: Woocommerce
    4 Requires at least: 3.2
    5 Tested up to: 4.9.3
    6 Stable tag: 1.0
     4Requires at least: 4.9
     5Tested up to: 5.6
     6Stable tag: 2.0
    77License: GPLv2
    88
     
    1212== Description ==
    1313
    14 Woo Tabs allow you to add your custom tab for product info on product details page.
     14Woo Tabs allow you to add your custom tab for product info on product details page of Woocommerce.
    1515
    1616Major features in Woo-Tabs include:
     
    3939== Changelog ==
    4040
     41= 2.0 =
     42 Loads a plugin’s translated validation meesage. 
     43 Version Upgrade and tested compatibility with latest stable versions.
     44
    4145= 1.0 =
    4246* current version 1.0
  • woo-tabs/trunk/Index.php

    r2444394 r2444749  
    11<?php
    22/*
    3 Plugin Name:Woo Custom Tabs
    4 Plugin URI:
    5 Description: A plugin to add tabs for Product in WooCommerce
    6 Version: 1.0
    7 Author: Clarion Technolologies, Ganesh Paygude
     3* Plugin Name:Woo Custom Tabs
     4* Plugin URI: https://wordpress.org/plugins/woo-tabs
     5* Description: A plugin to add tabs for Product in WooCommerce
     6* Version: 2.0
     7* Author: Clarion Technologies
     8* Author URI: https://www.clariontech.com/
     9* Text Domain: woo-tabs
     10*/
     11
     12/*
     13This program is free software; you can redistribute it and/or
     14modify it under the terms of the GNU General Public License
     15as published by the Clarion Technologies; either version 2
     16of the License, or (at your option) any later version.
     17
     18You should have received a copy of the GNU General Public License
     19along with this program; if not, write to the Clarion Technologies.
     20
     21Copyright 2005-2020  Clarion Technologies.
     22*/
    823
    924/* Setup the plugin. */
     
    196211        echo apply_filters('woo_tab_content',$tab['content'],$tab,$key);
    197212}
     213
     214function woo_tabs_load_plugin_textdomain() {
     215  load_plugin_textdomain( 'woo-tabs', FALSE, basename( dirname( __FILE__ ) ) . '/languages/' );
     216}
     217add_action( 'plugins_loaded', 'woo_tabs_load_plugin_textdomain' );
  • woo-tabs/trunk/readme.txt

    r2444394 r2444749  
    11=== WOO Tabs ===
    2 Contributors: ganeshpaygude,clarionwpdeveloper, yogeshdalavi
     2Contributors: ganeshpaygude,clarionwpdeveloper
    33Tags: Woocommerce
    4 Requires at least: 3.2
    5 Tested up to: 4.9.3
    6 Stable tag: 1.0
     4Requires at least: 4.9
     5Tested up to: 5.6
     6Stable tag: 2.0
    77License: GPLv2
    88
     
    1212== Description ==
    1313
    14 Woo Tabs allow you to add your custom tab for product info on product details page.
     14Woo Tabs allow you to add your custom tab for product info on product details page of Woocommerce.
    1515
    1616Major features in Woo-Tabs include:
     
    3939== Changelog ==
    4040
     41= 2.0 =
     42 Loads a plugin’s translated validation meesage. 
     43 Version Upgrade and tested compatibility with latest stable versions.
     44
    4145= 1.0 =
    4246* current version 1.0
Note: See TracChangeset for help on using the changeset viewer.