Skip to content

Commit

Permalink
completed ownership transition
Browse files Browse the repository at this point in the history
  • Loading branch information
LuigiPulcini committed Aug 1, 2023
1 parent a6bd739 commit 961a05d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 19 deletions.
16 changes: 4 additions & 12 deletions admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ function() {
array(
array(
'text' => 'Plugin Page',
'url' => 'https://wpconcern.com/plugins/woocommerce-product-tabs/',
'url' => 'https://barn2.com/wordpress-plugins/woocommerce-product-tabs/',
'type' => 'primary',
),
array(
'text' => 'View Documentation',
'url' => 'https://wpconcern.com/documentation/woocommerce-product-tabs/',
'url' => 'https://barn2.com/kb/woocommerce-product-tabs-free-documentation/',
'type' => 'secondary',
),
)
Expand Down Expand Up @@ -81,7 +81,7 @@ function() {
'icon' => 'dashicons dashicons-admin-generic',
'description' => 'Feel free to contact us if you need any customization service.',
'button_text' => 'Customization Request',
'button_url' => 'https://wpconcern.com/request-customization/',
'button_url' => 'https://barn2.com/kb/plugin-customizations/',
'button_type' => 'secondary',
'is_new_tab' => true,
),
Expand Down Expand Up @@ -212,14 +212,6 @@ function wpt_render_welcome_page_sidebar( $object ) {
),
$object
);

$object->render_sidebar_box(
array(
'title' => 'Our Plugins',
'content' => '<div class="wpc-plugins-list"></div>',
),
$object
);
}

/**
Expand Down Expand Up @@ -257,7 +249,7 @@ function wpt_get_plugins_list() {
$request = wp_safe_remote_get( 'https://wpconcern.com/wpc-api/plugins-list' );

if ( is_wp_error( $request ) ) {
return $output;
return $output;
}

$body = wp_remote_retrieve_body( $request );
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wpconcern/woocommerce-product-tabs",
"name": "barn2media/woocommerce-product-tabs",
"description": "WooCommerce Product Tabs",
"license": "GPL-2.0-or-later",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion includes/class-woocommerce-product-tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public function add_plugin_action_links( $links ) {
$output = array_merge(
$output,
array(
'go-pro' => '<a href="https://wpconcern.com/plugins/woocommerce-product-tabs/" target="_blank" style="font-weight:700;">' . esc_html__( 'Go Pro', 'woocommerce-product-tabs' ) . '</a>',
'go-pro' => '<a href="https://barn2.com/wordpress-plugins/woocommerce-product-tabs/#pricing" target="_blank" style="font-weight:700;">' . esc_html__( 'Go Pro', 'woocommerce-product-tabs' ) . '</a>',
)
);

Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
=== WooCommerce Product Tabs ===

Contributors: barn2media, wpconcern, rabmalin, maneshtimilsina
Contributors: barn2media
Tags: tabs, custom tabs, product tabs, woocommerce product tab, product custom tabs, multiple product tabs, woocommerce custom tabs, woocommerce product custom tabs, multiple product tabs, woocommerce tabs, tabs for woocommerce, product tab, woocommerce, product, woocommerce product tabs, custom tab, woo product custom tabs, change tab, product page tabs, woocommerce custom tab, woocommerce tab, tabs plugin, woocommerce tabs plugin
Requires PHP: 7.2
Requires at least: 5.8
Tested up to: 6.2.2
Stable tag: 2.0.22
Stable tag: 2.0.23
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Donate link: https://barn2.com
Expand Down Expand Up @@ -80,6 +80,9 @@ WooCommerce adds 3 tabs Description, Additional Information and Reviews by defau

== Changelog ==

= 2.0.23 - 2023-08-01 =
* Changed link to Pro Upgrade

= 2.0.22 - 2023-07-20 =
* Fixed admin area crashing due to missing dependency library

Expand Down
6 changes: 3 additions & 3 deletions woocommerce-product-tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce Product Tabs
* Plugin URI: https://barn2.com/wordpress-plugins/woocommerce-product-tabs/
* Description: WooCommerce Product Tabs is the best WordPress plugin to add new tabs for WooCommerce products. You can add as many custom tabs as you need to the product using this plugin.
* Version: 2.0.22
* Version: 2.0.23
* Author: Barn2 Plugins
* Author URI: https://barn2.com
* License: GPL-2.0+
Expand Down Expand Up @@ -36,12 +36,12 @@
// Define.
define( 'WOOCOMMERCE_PRODUCT_TABS_NAME', 'Woocommerce Product Tabs' );
define( 'WOOCOMMERCE_PRODUCT_TABS_SLUG', 'woocommerce-product-tabs' );
define( 'WOOCOMMERCE_PRODUCT_TABS_VERSION', '2.0.22' );
define( 'WOOCOMMERCE_PRODUCT_TABS_VERSION', '2.0.23' );
define( 'WOOCOMMERCE_PRODUCT_TABS_BASENAME', basename( dirname( __FILE__ ) ) );
define( 'WOOCOMMERCE_PRODUCT_TABS_DIR', rtrim( plugin_dir_path( __FILE__ ), '/' ) );
define( 'WOOCOMMERCE_PRODUCT_TABS_URL', rtrim( plugin_dir_url( __FILE__ ), '/' ) );
define( 'WOOCOMMERCE_PRODUCT_TABS_POST_TYPE_TAB', 'woo_product_tab' );
define( 'WPT_UPGRADE_URL', 'https://checkout.freemius.com/mode/dialog/plugin/8712/plan/14552/' );
define( 'WPT_UPGRADE_URL', 'https://barn2.com/wordpress-plugins/woocommerce-product-tabs/#pricing' );

if ( ! defined( 'WP_WELCOME_DIR' ) ) {
define( 'WP_WELCOME_DIR', WOOCOMMERCE_PRODUCT_TABS_DIR . '/vendor/ernilambar/wp-welcome' );
Expand Down

0 comments on commit 961a05d

Please sign in to comment.