Plugin Directory

Changeset 3384662


Ignore:
Timestamp:
10/26/2025 08:40:44 AM (7 weeks ago)
Author:
ahortin
Message:

Updated plugin name to avoid violating WooCommerce trademark

Location:
woocommerce-breadcrumbs
Files:
7 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woocommerce-breadcrumbs/tags/1.3.0/readme.txt

    r3270932 r3384662  
    1 === WooCommerce Breadcrumbs ===
     1=== Breadcrumbs for WooCommerce ===
    22Contributors: ahortin
    3 Donate Link: http://maddisondesigns.com/woocommerce-breadcrumbs
     3Donate Link: http://maddisondesigns.com/breadcrumbs-for-woocommerce
    44Tags: ecommerce, e-commerce, commerce, woocommerce, breadcrumbs
    55Requires at least: 4.6
    66Tested up to: 6.8
    7 Stable tag: 1.2.0
     7Stable tag: 1.3.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 WooCommerce Breadcrumbs is a simple WordPress plugin that allows you to restyle the WooCommerce breadcrumbs. It also gives you the ability to disable them completely so they no longer display.
     15Breadcrumbs for WooCommerce is a simple WordPress plugin that helps you restyle the WooCommerce breadcrumbs. It also gives you the ability to disable them completely so they no longer display.
    1616
    17 By changing the HTML surrounding your breadcrumbs, you’re able to provide better options for styling your breadcrumbs in different ways. For example, the default breadcrumbs simply display links with a separator character. Using WooCommerce Breadcrumbs, you can change them to display as an unsorted list of links instead.
     17By changing the HTML surrounding your breadcrumbs, you’re able to provide better options for styling your breadcrumbs in different ways. For example, the default breadcrumbs simply display links with a separator character. Using Breadcrumbs for WooCommerce, you can change them to display as an unsorted list of links instead.
    1818
    1919NOTE: This plugin wont actually style your breadcrumbs for you. It simply gives you the tools to change the HTML that wraps around your breadcrumbs.
    2020
    21 = WooCommerce Breadcrumbs gives you the following settings =
     21= Breadcrumbs for WooCommerce gives you the following settings =
    2222
    2323* Breadcrumb separator: This is the separator to use between each breadcrumb
     
    3333If you notice there are a few less breadcrumb options on the settings page than you expected, then you're mostly likely using a WooThemes Theme. WooTheme themes disable the WooCommerce breadcrumbs in favour of the WooFramework Breadcrumbs. The downside to this is that there aren't quite as many options that can be changed with the WooFramework Breadcrumbs.
    3434
    35 To see some examples of how you can style your WooCommerce Breadcrumbs, check out the [plugin homepage](http://maddisondesigns.com/woocommerce-breadcrumbs/).
     35To see some examples of how you can style your WooCommerce Breadcrumbs, check out the [plugin homepage](http://maddisondesigns.com/breadcrumbs-for-woocommerce/).
    3636
    3737
     
    40401. Upload the 'woocommerce-breadcrumbs' folder to your '/wp-content/plugins/' directory
    41412. Activate the plugin through the 'Plugins' menu in WordPress
    42 3. Go to the 'Settings > WC Breadcrumbs' menu to update the plugin settings
     423. Go to the 'Settings > Breadcrumbs for WC' menu to update the plugin settings
    4343
    4444
     
    5959== Screenshots ==
    6060
    61 1. WooCommerce Breadcrumb default settings
    62 2. WooCommerce Breadcrumb settings
    63 3. WooCommerce Breadcrumb settings for WooTheme Themes
     611. Breadcrumbs for WooCommerce default settings
     622. Breadcrumbs for WooCommerce settings
     633. Breadcrumbs for WooCommerce settings for WooTheme Themes
    6464
    6565
    6666== Changelog ==
     67
     68= 1.3.0 =
     69- Updated plugin name to avoid violating WooCommerce trademark
     70- Added requirement for WooCommerce into plugin header
    6771
    6872= 1.2.0 =
  • woocommerce-breadcrumbs/tags/1.3.0/woocommerce-breadcrumbs.php

    r3270932 r3384662  
    11<?php
    22/*
    3 Plugin Name: WooCommerce Breadcrumbs
    4 Plugin URI: http://maddisondesigns.com/woocommerce-breadcrumbs
     3Plugin Name: Breadcrumbs for WooCommerce
     4Plugin URI: http://maddisondesigns.com/breadcrumbs-for-woocommerce
    55Description: A simple plugin to style the WooCommerce Breadcrumbs or disable them altogether
    6 Version: 1.2.0
     6Version: 1.3.0
    77WC requires at least: 2.6
    88WC tested up to: 9.8
     
    1010Author URI: http://maddisondesigns.com
    1111Text Domain: woocommerce-breadcrumbs
     12Requires Plugins: woocommerce
    1213License: GPLv2
    1314License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1415*/
    1516
    16 class Wcb_WooCommerce_Breadcrumbs_plugin {
     17class Wcb_Breadcrumbs_for_WooCommerce_plugin {
    1718
    1819    private $options;
     
    5051     */
    5152    public function wcb_create_menu_option() {
    52         add_options_page( 'WooCommerce Breadcrumbs', 'WC Breadcrumbs', 'manage_options', 'woocommerce-breadcrumbs', array( $this, 'wcb_plugin_settings_page' ) );
     53        add_options_page( 'Breadcrumbs for WooCommerce', 'Breadcrumbs for WC', 'manage_options', 'woocommerce-breadcrumbs', array( $this, 'wcb_plugin_settings_page' ) );
    5354    }
    5455
     
    7576     */
    7677    public function wcb_plugin_settings_page() {
     78        $other_attributes = array();
    7779        $this->options = ( get_option( 'wcb_breadcrumb_options' ) === false ? $this->breadcrumb_defaults : get_option( 'wcb_breadcrumb_options' ) );
    7880
    7981        if( !is_plugin_active( 'woocommerce/woocommerce.php' ) ) {
    80             $message = __('It appears that WooCommerce is not currently activated. To get the most out of WooCommerce Breadcrumbs install & activate the WooCommerce plugin', 'woocommerce-breadcrumbs' );
     82            $message = __('It appears that WooCommerce is not currently activated. To get the most out of Breadcrumbs for WooCommerce install & activate the WooCommerce plugin', 'woocommerce-breadcrumbs' );
    8183            add_settings_error( 'woocommerce-breadcrumb-warnings', esc_attr( 'wcb_woocommerce_disabled' ), $message, 'error' );
    8284        }
    8385
    8486        if ( $this->wootheme_theme ) {
    85             $message = esc_html("It looks like you're using a WooThemes theme. If you notice a few less breadcrumb options than you may expect this is because WooThemes disables the WooCommerce breadcrumbs in favour of the WooFramework Breadcrumbs.", 'woocommerce-breadcrumbs' );
     87            $message = esc_html("It looks like you're using a WooThemes theme. If you notice a few less breadcrumb options than you may expect this is because WooThemes disables the default WooCommerce breadcrumbs in favour of their WooFramework Breadcrumbs.", 'woocommerce-breadcrumbs' );
    8688            add_settings_error( 'woocommerce-breadcrumb-warnings', esc_attr( 'wcb_woo_framework_breadcrumbs' ), $message, 'updated' );
    8789        }
     
    9092
    9193        echo '<div class="wrap">';
    92             echo '<h2>WooCommerce Breadcrumbs</h2>';
     94            echo '<h2>Breadcrumbs for WooCommerce</h2>';
    9395            echo '<form action="options.php" method="post">';
    9496                settings_fields( 'wcb_breadcrumb_options' );
    9597                do_settings_sections( 'woocommerce-breadcrumbs' );
    9698                echo '<p>';
     99                    $other_attributes = array (
     100                        'onclick' => "return confirm( '" . esc_html__( 'Click OK to reset to the default breadcrumb settings!', 'woocommerce-breadcrumbs' ) . "' );",
     101                        'style' => 'margin-right:16px;'
     102                        );
     103                    submit_button( 'Restore Defaults', 'secondary', 'restore_defaults', false, $other_attributes );
    97104                    submit_button( _x( 'Save Changes', 'breadcrumb', 'woocommerce-breadcrumbs' ), 'primary', 'submit', false  );
    98                     $other_attributes = array (
    99                         'onclick' => "return confirm( '" . esc_html__( 'Click OK to reset to the default breadcrumb settings!', 'woocommerce-breadcrumbs' ) . "' );"
    100                         );
    101                     submit_button( 'Restore Defaults', 'secondary alignright', 'restore_defaults', false, $other_attributes );
    102105                echo '</p>';
    103106            echo '</form>';
     
    364367}
    365368
    366 $wcb_woocommerce_breadcrumbs = new Wcb_WooCommerce_Breadcrumbs_plugin();
     369$wcb_breadcrumbs_for_woocommerce = new Wcb_Breadcrumbs_for_WooCommerce_plugin();
    367370
    368371/**
  • woocommerce-breadcrumbs/trunk/readme.txt

    r3270932 r3384662  
    1 === WooCommerce Breadcrumbs ===
     1=== Breadcrumbs for WooCommerce ===
    22Contributors: ahortin
    3 Donate Link: http://maddisondesigns.com/woocommerce-breadcrumbs
     3Donate Link: http://maddisondesigns.com/breadcrumbs-for-woocommerce
    44Tags: ecommerce, e-commerce, commerce, woocommerce, breadcrumbs
    55Requires at least: 4.6
    66Tested up to: 6.8
    7 Stable tag: 1.2.0
     7Stable tag: 1.3.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 WooCommerce Breadcrumbs is a simple WordPress plugin that allows you to restyle the WooCommerce breadcrumbs. It also gives you the ability to disable them completely so they no longer display.
     15Breadcrumbs for WooCommerce is a simple WordPress plugin that helps you restyle the WooCommerce breadcrumbs. It also gives you the ability to disable them completely so they no longer display.
    1616
    17 By changing the HTML surrounding your breadcrumbs, you’re able to provide better options for styling your breadcrumbs in different ways. For example, the default breadcrumbs simply display links with a separator character. Using WooCommerce Breadcrumbs, you can change them to display as an unsorted list of links instead.
     17By changing the HTML surrounding your breadcrumbs, you’re able to provide better options for styling your breadcrumbs in different ways. For example, the default breadcrumbs simply display links with a separator character. Using Breadcrumbs for WooCommerce, you can change them to display as an unsorted list of links instead.
    1818
    1919NOTE: This plugin wont actually style your breadcrumbs for you. It simply gives you the tools to change the HTML that wraps around your breadcrumbs.
    2020
    21 = WooCommerce Breadcrumbs gives you the following settings =
     21= Breadcrumbs for WooCommerce gives you the following settings =
    2222
    2323* Breadcrumb separator: This is the separator to use between each breadcrumb
     
    3333If you notice there are a few less breadcrumb options on the settings page than you expected, then you're mostly likely using a WooThemes Theme. WooTheme themes disable the WooCommerce breadcrumbs in favour of the WooFramework Breadcrumbs. The downside to this is that there aren't quite as many options that can be changed with the WooFramework Breadcrumbs.
    3434
    35 To see some examples of how you can style your WooCommerce Breadcrumbs, check out the [plugin homepage](http://maddisondesigns.com/woocommerce-breadcrumbs/).
     35To see some examples of how you can style your WooCommerce Breadcrumbs, check out the [plugin homepage](http://maddisondesigns.com/breadcrumbs-for-woocommerce/).
    3636
    3737
     
    40401. Upload the 'woocommerce-breadcrumbs' folder to your '/wp-content/plugins/' directory
    41412. Activate the plugin through the 'Plugins' menu in WordPress
    42 3. Go to the 'Settings > WC Breadcrumbs' menu to update the plugin settings
     423. Go to the 'Settings > Breadcrumbs for WC' menu to update the plugin settings
    4343
    4444
     
    5959== Screenshots ==
    6060
    61 1. WooCommerce Breadcrumb default settings
    62 2. WooCommerce Breadcrumb settings
    63 3. WooCommerce Breadcrumb settings for WooTheme Themes
     611. Breadcrumbs for WooCommerce default settings
     622. Breadcrumbs for WooCommerce settings
     633. Breadcrumbs for WooCommerce settings for WooTheme Themes
    6464
    6565
    6666== Changelog ==
     67
     68= 1.3.0 =
     69- Updated plugin name to avoid violating WooCommerce trademark
     70- Added requirement for WooCommerce into plugin header
    6771
    6872= 1.2.0 =
  • woocommerce-breadcrumbs/trunk/woocommerce-breadcrumbs.php

    r3270932 r3384662  
    11<?php
    22/*
    3 Plugin Name: WooCommerce Breadcrumbs
    4 Plugin URI: http://maddisondesigns.com/woocommerce-breadcrumbs
     3Plugin Name: Breadcrumbs for WooCommerce
     4Plugin URI: http://maddisondesigns.com/breadcrumbs-for-woocommerce
    55Description: A simple plugin to style the WooCommerce Breadcrumbs or disable them altogether
    6 Version: 1.2.0
     6Version: 1.3.0
    77WC requires at least: 2.6
    88WC tested up to: 9.8
     
    1010Author URI: http://maddisondesigns.com
    1111Text Domain: woocommerce-breadcrumbs
     12Requires Plugins: woocommerce
    1213License: GPLv2
    1314License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1415*/
    1516
    16 class Wcb_WooCommerce_Breadcrumbs_plugin {
     17class Wcb_Breadcrumbs_for_WooCommerce_plugin {
    1718
    1819    private $options;
     
    5051     */
    5152    public function wcb_create_menu_option() {
    52         add_options_page( 'WooCommerce Breadcrumbs', 'WC Breadcrumbs', 'manage_options', 'woocommerce-breadcrumbs', array( $this, 'wcb_plugin_settings_page' ) );
     53        add_options_page( 'Breadcrumbs for WooCommerce', 'Breadcrumbs for WC', 'manage_options', 'woocommerce-breadcrumbs', array( $this, 'wcb_plugin_settings_page' ) );
    5354    }
    5455
     
    7576     */
    7677    public function wcb_plugin_settings_page() {
     78        $other_attributes = array();
    7779        $this->options = ( get_option( 'wcb_breadcrumb_options' ) === false ? $this->breadcrumb_defaults : get_option( 'wcb_breadcrumb_options' ) );
    7880
    7981        if( !is_plugin_active( 'woocommerce/woocommerce.php' ) ) {
    80             $message = __('It appears that WooCommerce is not currently activated. To get the most out of WooCommerce Breadcrumbs install & activate the WooCommerce plugin', 'woocommerce-breadcrumbs' );
     82            $message = __('It appears that WooCommerce is not currently activated. To get the most out of Breadcrumbs for WooCommerce install & activate the WooCommerce plugin', 'woocommerce-breadcrumbs' );
    8183            add_settings_error( 'woocommerce-breadcrumb-warnings', esc_attr( 'wcb_woocommerce_disabled' ), $message, 'error' );
    8284        }
    8385
    8486        if ( $this->wootheme_theme ) {
    85             $message = esc_html("It looks like you're using a WooThemes theme. If you notice a few less breadcrumb options than you may expect this is because WooThemes disables the WooCommerce breadcrumbs in favour of the WooFramework Breadcrumbs.", 'woocommerce-breadcrumbs' );
     87            $message = esc_html("It looks like you're using a WooThemes theme. If you notice a few less breadcrumb options than you may expect this is because WooThemes disables the default WooCommerce breadcrumbs in favour of their WooFramework Breadcrumbs.", 'woocommerce-breadcrumbs' );
    8688            add_settings_error( 'woocommerce-breadcrumb-warnings', esc_attr( 'wcb_woo_framework_breadcrumbs' ), $message, 'updated' );
    8789        }
     
    9092
    9193        echo '<div class="wrap">';
    92             echo '<h2>WooCommerce Breadcrumbs</h2>';
     94            echo '<h2>Breadcrumbs for WooCommerce</h2>';
    9395            echo '<form action="options.php" method="post">';
    9496                settings_fields( 'wcb_breadcrumb_options' );
    9597                do_settings_sections( 'woocommerce-breadcrumbs' );
    9698                echo '<p>';
     99                    $other_attributes = array (
     100                        'onclick' => "return confirm( '" . esc_html__( 'Click OK to reset to the default breadcrumb settings!', 'woocommerce-breadcrumbs' ) . "' );",
     101                        'style' => 'margin-right:16px;'
     102                        );
     103                    submit_button( 'Restore Defaults', 'secondary', 'restore_defaults', false, $other_attributes );
    97104                    submit_button( _x( 'Save Changes', 'breadcrumb', 'woocommerce-breadcrumbs' ), 'primary', 'submit', false  );
    98                     $other_attributes = array (
    99                         'onclick' => "return confirm( '" . esc_html__( 'Click OK to reset to the default breadcrumb settings!', 'woocommerce-breadcrumbs' ) . "' );"
    100                         );
    101                     submit_button( 'Restore Defaults', 'secondary alignright', 'restore_defaults', false, $other_attributes );
    102105                echo '</p>';
    103106            echo '</form>';
     
    364367}
    365368
    366 $wcb_woocommerce_breadcrumbs = new Wcb_WooCommerce_Breadcrumbs_plugin();
     369$wcb_breadcrumbs_for_woocommerce = new Wcb_Breadcrumbs_for_WooCommerce_plugin();
    367370
    368371/**
Note: See TracChangeset for help on using the changeset viewer.