Plugin Directory

Changeset 3407302


Ignore:
Timestamp:
12/01/2025 10:04:01 PM (3 months ago)
Author:
poodleplugins
Message:

Update plugin name to comply with WooCommerce trademark guidelines - changed from 'Woo Custom Empty Price' to 'Custom Empty Price for WooCommerce'. Version 2.0.1

Location:
woo-custom-empty-price
Files:
10 edited
1 copied

Legend:

Unmodified
Added
Removed
  • woo-custom-empty-price/tags/2.0.1/README.txt

    r3229224 r3407302  
    1 === Woo Custom Empty Price ===
     1=== Custom Empty Price for WooCommerce ===
    22Contributors: poodleplugins
    33Tags: empty price, call for pricing, price, woocommerce, call to action
     
    55Requires PHP: 7.4
    66Tested up to: 6.7.1
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88License: GPL-3.0+
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3434
    35351. Visit 'Plugins > Add New'
    36 2. Search for 'Woo Custom Empty Price'
    37 3. Activate 'Woo Custom Empty Price' from your Plugins page.
    38 4. Visit 'Woo Custom Empty Price Options' in the 'Plugins' submenu to access the settings.
     362. Search for 'Custom Empty Price for WooCommerce'
     373. Activate 'Custom Empty Price for WooCommerce' from your Plugins page.
     384. Visit 'Custom Empty Price' in the 'Settings' submenu to access the settings.
    3939
    4040= From WordPress.org =
    4141
    42 1. Download 'Woo Custom Empty Price'.
     421. Download 'Custom Empty Price for WooCommerce'.
    43432. Upload the 'woo-custom-empty-price' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
    44 3. Activate 'Woo Custom Empty Price' from your Plugins page.
    45 4. Visit 'Woo Custom Empty Price Options' in the 'Plugins' submenu to access the settings.
     443. Activate 'Custom Empty Price for WooCommerce' from your Plugins page.
     454. Visit 'Custom Empty Price' in the 'Settings' submenu to access the settings.
    4646
    4747== Frequently Asked Questions ==
     
    6868
    6969== Changelog ==
     70
     71= 2.0.1 =
     72* Update plugin name to comply with WooCommerce trademark guidelines.
    7073
    7174= 2.0.0 =
  • woo-custom-empty-price/tags/2.0.1/includes/class-woo-custom-empty-price-core.php

    r3103604 r3407302  
    11<?php
    22/**
    3  * Woo Custom Empty Price Core class
     3 * Custom Empty Price for WooCommerce Core class
    44 *
    5  * Provides core methods for the Woo Custom Empty Price plugin.
     5 * Provides core methods for the Custom Empty Price for WooCommerce plugin.
    66 *
    77 * @package Woo_Custom_Empty_Price
     
    6060     * and adding the settings page to the WordPress admin menu.
    6161     */
    62     public function __construct() {
     62    public function __construct() {
    6363       
    64         $this->version = '2.0.0';
     64        $this->version = '2.0.1';
    6565        $this->plugin_name = 'woo-custom-empty-price';
    6666        $this->template_path = 'single-product/price.php';
  • woo-custom-empty-price/tags/2.0.1/includes/class-woo-custom-empty-price-settings.php

    r3103604 r3407302  
    11<?php
    22/**
    3  * Woo Custom Empty Price Settings class
     3 * Custom Empty Price for WooCommerce Settings class
    44 *
    55 * Handles the registration and rendering of the plugin settings page.
     
    6060     * and adding the settings page to the WordPress admin menu.
    6161     */
    62     public function __construct() {
    63         $this->version = '2.0.0';
     62        public function __construct() {
     63        $this->version = '2.0.1';
    6464        $this->plugin_name = 'woo-custom-empty-price';
    6565        $this->template_path = 'single-product/price.php';
     
    408408        <div class="wrap">
    409409
    410             <h2><?php _e( 'Woo Custom Empty Price Options', $this->plugin_name ); ?></h2>
     410            <h2><?php _e( 'Custom Empty Price Options', $this->plugin_name ); ?></h2>
    411411
    412412            <form method="post" action="options.php">
  • woo-custom-empty-price/tags/2.0.1/includes/class-woo-custom-empty-price.php

    r3103604 r3407302  
    11<?php
    22/**
    3  * Woo Custom Empty Price class
     3 * Custom Empty Price for WooCommerce class
    44 *
    55 * The main class that initializes the plugin and its components.
  • woo-custom-empty-price/tags/2.0.1/woo-custom-empty-price.php

    r3229224 r3407302  
    11<?php
    22/**
    3  * Plugin Name:     Woo Custom Empty Price
     3 * Plugin Name:     Custom Empty Price for WooCommerce
    44 * Plugin URI:      https://poodleplugins.com/woo-custom-empty-price
    55 * Description:     Customise what is shown on a product when it has no price set. Show a call to action, text or custom HTML.
    6  * Version:         2.0.0
     6 * Version:         2.0.1
    77 * Author:          Chris Allen
    88 * Author URI:      https://poodleplugins.com
  • woo-custom-empty-price/trunk/README.txt

    r3229224 r3407302  
    1 === Woo Custom Empty Price ===
     1=== Custom Empty Price for WooCommerce ===
    22Contributors: poodleplugins
    33Tags: empty price, call for pricing, price, woocommerce, call to action
     
    55Requires PHP: 7.4
    66Tested up to: 6.7.1
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88License: GPL-3.0+
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    3434
    35351. Visit 'Plugins > Add New'
    36 2. Search for 'Woo Custom Empty Price'
    37 3. Activate 'Woo Custom Empty Price' from your Plugins page.
    38 4. Visit 'Woo Custom Empty Price Options' in the 'Plugins' submenu to access the settings.
     362. Search for 'Custom Empty Price for WooCommerce'
     373. Activate 'Custom Empty Price for WooCommerce' from your Plugins page.
     384. Visit 'Custom Empty Price' in the 'Settings' submenu to access the settings.
    3939
    4040= From WordPress.org =
    4141
    42 1. Download 'Woo Custom Empty Price'.
     421. Download 'Custom Empty Price for WooCommerce'.
    43432. Upload the 'woo-custom-empty-price' directory to your '/wp-content/plugins/' directory, using your favorite method (ftp, sftp, scp, etc...)
    44 3. Activate 'Woo Custom Empty Price' from your Plugins page.
    45 4. Visit 'Woo Custom Empty Price Options' in the 'Plugins' submenu to access the settings.
     443. Activate 'Custom Empty Price for WooCommerce' from your Plugins page.
     454. Visit 'Custom Empty Price' in the 'Settings' submenu to access the settings.
    4646
    4747== Frequently Asked Questions ==
     
    6868
    6969== Changelog ==
     70
     71= 2.0.1 =
     72* Update plugin name to comply with WooCommerce trademark guidelines.
    7073
    7174= 2.0.0 =
  • woo-custom-empty-price/trunk/includes/class-woo-custom-empty-price-core.php

    r3103604 r3407302  
    11<?php
    22/**
    3  * Woo Custom Empty Price Core class
     3 * Custom Empty Price for WooCommerce Core class
    44 *
    5  * Provides core methods for the Woo Custom Empty Price plugin.
     5 * Provides core methods for the Custom Empty Price for WooCommerce plugin.
    66 *
    77 * @package Woo_Custom_Empty_Price
     
    6060     * and adding the settings page to the WordPress admin menu.
    6161     */
    62     public function __construct() {
     62    public function __construct() {
    6363       
    64         $this->version = '2.0.0';
     64        $this->version = '2.0.1';
    6565        $this->plugin_name = 'woo-custom-empty-price';
    6666        $this->template_path = 'single-product/price.php';
  • woo-custom-empty-price/trunk/includes/class-woo-custom-empty-price-settings.php

    r3103604 r3407302  
    11<?php
    22/**
    3  * Woo Custom Empty Price Settings class
     3 * Custom Empty Price for WooCommerce Settings class
    44 *
    55 * Handles the registration and rendering of the plugin settings page.
     
    6060     * and adding the settings page to the WordPress admin menu.
    6161     */
    62     public function __construct() {
    63         $this->version = '2.0.0';
     62        public function __construct() {
     63        $this->version = '2.0.1';
    6464        $this->plugin_name = 'woo-custom-empty-price';
    6565        $this->template_path = 'single-product/price.php';
     
    408408        <div class="wrap">
    409409
    410             <h2><?php _e( 'Woo Custom Empty Price Options', $this->plugin_name ); ?></h2>
     410            <h2><?php _e( 'Custom Empty Price Options', $this->plugin_name ); ?></h2>
    411411
    412412            <form method="post" action="options.php">
  • woo-custom-empty-price/trunk/includes/class-woo-custom-empty-price.php

    r3103604 r3407302  
    11<?php
    22/**
    3  * Woo Custom Empty Price class
     3 * Custom Empty Price for WooCommerce class
    44 *
    55 * The main class that initializes the plugin and its components.
  • woo-custom-empty-price/trunk/woo-custom-empty-price.php

    r3229224 r3407302  
    11<?php
    22/**
    3  * Plugin Name:     Woo Custom Empty Price
     3 * Plugin Name:     Custom Empty Price for WooCommerce
    44 * Plugin URI:      https://poodleplugins.com/woo-custom-empty-price
    55 * Description:     Customise what is shown on a product when it has no price set. Show a call to action, text or custom HTML.
    6  * Version:         2.0.0
     6 * Version:         2.0.1
    77 * Author:          Chris Allen
    88 * Author URI:      https://poodleplugins.com
Note: See TracChangeset for help on using the changeset viewer.