Changeset 3407302
- Timestamp:
- 12/01/2025 10:04:01 PM (3 months ago)
- Location:
- woo-custom-empty-price
- Files:
-
- 10 edited
- 1 copied
-
tags/2.0.1 (copied) (copied from woo-custom-empty-price/trunk)
-
tags/2.0.1/README.txt (modified) (4 diffs)
-
tags/2.0.1/includes/class-woo-custom-empty-price-core.php (modified) (2 diffs)
-
tags/2.0.1/includes/class-woo-custom-empty-price-settings.php (modified) (3 diffs)
-
tags/2.0.1/includes/class-woo-custom-empty-price.php (modified) (1 diff)
-
tags/2.0.1/woo-custom-empty-price.php (modified) (1 diff)
-
trunk/README.txt (modified) (4 diffs)
-
trunk/includes/class-woo-custom-empty-price-core.php (modified) (2 diffs)
-
trunk/includes/class-woo-custom-empty-price-settings.php (modified) (3 diffs)
-
trunk/includes/class-woo-custom-empty-price.php (modified) (1 diff)
-
trunk/woo-custom-empty-price.php (modified) (1 diff)
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 === 2 2 Contributors: poodleplugins 3 3 Tags: empty price, call for pricing, price, woocommerce, call to action … … 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.7.1 7 Stable tag: 2.0. 07 Stable tag: 2.0.1 8 8 License: GPL-3.0+ 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 34 34 35 35 1. 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.36 2. Search for 'Custom Empty Price for WooCommerce' 37 3. Activate 'Custom Empty Price for WooCommerce' from your Plugins page. 38 4. Visit 'Custom Empty Price' in the 'Settings' submenu to access the settings. 39 39 40 40 = From WordPress.org = 41 41 42 1. Download ' Woo Custom Empty Price'.42 1. Download 'Custom Empty Price for WooCommerce'. 43 43 2. 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.44 3. Activate 'Custom Empty Price for WooCommerce' from your Plugins page. 45 4. Visit 'Custom Empty Price' in the 'Settings' submenu to access the settings. 46 46 47 47 == Frequently Asked Questions == … … 68 68 69 69 == Changelog == 70 71 = 2.0.1 = 72 * Update plugin name to comply with WooCommerce trademark guidelines. 70 73 71 74 = 2.0.0 = -
woo-custom-empty-price/tags/2.0.1/includes/class-woo-custom-empty-price-core.php
r3103604 r3407302 1 1 <?php 2 2 /** 3 * Woo Custom Empty Price Core class3 * Custom Empty Price for WooCommerce Core class 4 4 * 5 * Provides core methods for the Woo Custom Empty Price plugin.5 * Provides core methods for the Custom Empty Price for WooCommerce plugin. 6 6 * 7 7 * @package Woo_Custom_Empty_Price … … 60 60 * and adding the settings page to the WordPress admin menu. 61 61 */ 62 public function __construct() {62 public function __construct() { 63 63 64 $this->version = '2.0. 0';64 $this->version = '2.0.1'; 65 65 $this->plugin_name = 'woo-custom-empty-price'; 66 66 $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 1 1 <?php 2 2 /** 3 * Woo Custom Empty Price Settings class3 * Custom Empty Price for WooCommerce Settings class 4 4 * 5 5 * Handles the registration and rendering of the plugin settings page. … … 60 60 * and adding the settings page to the WordPress admin menu. 61 61 */ 62 public function __construct() {63 $this->version = '2.0. 0';62 public function __construct() { 63 $this->version = '2.0.1'; 64 64 $this->plugin_name = 'woo-custom-empty-price'; 65 65 $this->template_path = 'single-product/price.php'; … … 408 408 <div class="wrap"> 409 409 410 <h2><?php _e( ' WooCustom Empty Price Options', $this->plugin_name ); ?></h2>410 <h2><?php _e( 'Custom Empty Price Options', $this->plugin_name ); ?></h2> 411 411 412 412 <form method="post" action="options.php"> -
woo-custom-empty-price/tags/2.0.1/includes/class-woo-custom-empty-price.php
r3103604 r3407302 1 1 <?php 2 2 /** 3 * Woo Custom Empty Price class3 * Custom Empty Price for WooCommerce class 4 4 * 5 5 * 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 1 1 <?php 2 2 /** 3 * Plugin Name: Woo Custom Empty Price3 * Plugin Name: Custom Empty Price for WooCommerce 4 4 * Plugin URI: https://poodleplugins.com/woo-custom-empty-price 5 5 * 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. 06 * Version: 2.0.1 7 7 * Author: Chris Allen 8 8 * 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 === 2 2 Contributors: poodleplugins 3 3 Tags: empty price, call for pricing, price, woocommerce, call to action … … 5 5 Requires PHP: 7.4 6 6 Tested up to: 6.7.1 7 Stable tag: 2.0. 07 Stable tag: 2.0.1 8 8 License: GPL-3.0+ 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 34 34 35 35 1. 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.36 2. Search for 'Custom Empty Price for WooCommerce' 37 3. Activate 'Custom Empty Price for WooCommerce' from your Plugins page. 38 4. Visit 'Custom Empty Price' in the 'Settings' submenu to access the settings. 39 39 40 40 = From WordPress.org = 41 41 42 1. Download ' Woo Custom Empty Price'.42 1. Download 'Custom Empty Price for WooCommerce'. 43 43 2. 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.44 3. Activate 'Custom Empty Price for WooCommerce' from your Plugins page. 45 4. Visit 'Custom Empty Price' in the 'Settings' submenu to access the settings. 46 46 47 47 == Frequently Asked Questions == … … 68 68 69 69 == Changelog == 70 71 = 2.0.1 = 72 * Update plugin name to comply with WooCommerce trademark guidelines. 70 73 71 74 = 2.0.0 = -
woo-custom-empty-price/trunk/includes/class-woo-custom-empty-price-core.php
r3103604 r3407302 1 1 <?php 2 2 /** 3 * Woo Custom Empty Price Core class3 * Custom Empty Price for WooCommerce Core class 4 4 * 5 * Provides core methods for the Woo Custom Empty Price plugin.5 * Provides core methods for the Custom Empty Price for WooCommerce plugin. 6 6 * 7 7 * @package Woo_Custom_Empty_Price … … 60 60 * and adding the settings page to the WordPress admin menu. 61 61 */ 62 public function __construct() {62 public function __construct() { 63 63 64 $this->version = '2.0. 0';64 $this->version = '2.0.1'; 65 65 $this->plugin_name = 'woo-custom-empty-price'; 66 66 $this->template_path = 'single-product/price.php'; -
woo-custom-empty-price/trunk/includes/class-woo-custom-empty-price-settings.php
r3103604 r3407302 1 1 <?php 2 2 /** 3 * Woo Custom Empty Price Settings class3 * Custom Empty Price for WooCommerce Settings class 4 4 * 5 5 * Handles the registration and rendering of the plugin settings page. … … 60 60 * and adding the settings page to the WordPress admin menu. 61 61 */ 62 public function __construct() {63 $this->version = '2.0. 0';62 public function __construct() { 63 $this->version = '2.0.1'; 64 64 $this->plugin_name = 'woo-custom-empty-price'; 65 65 $this->template_path = 'single-product/price.php'; … … 408 408 <div class="wrap"> 409 409 410 <h2><?php _e( ' WooCustom Empty Price Options', $this->plugin_name ); ?></h2>410 <h2><?php _e( 'Custom Empty Price Options', $this->plugin_name ); ?></h2> 411 411 412 412 <form method="post" action="options.php"> -
woo-custom-empty-price/trunk/includes/class-woo-custom-empty-price.php
r3103604 r3407302 1 1 <?php 2 2 /** 3 * Woo Custom Empty Price class3 * Custom Empty Price for WooCommerce class 4 4 * 5 5 * The main class that initializes the plugin and its components. -
woo-custom-empty-price/trunk/woo-custom-empty-price.php
r3229224 r3407302 1 1 <?php 2 2 /** 3 * Plugin Name: Woo Custom Empty Price3 * Plugin Name: Custom Empty Price for WooCommerce 4 4 * Plugin URI: https://poodleplugins.com/woo-custom-empty-price 5 5 * 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. 06 * Version: 2.0.1 7 7 * Author: Chris Allen 8 8 * Author URI: https://poodleplugins.com
Note: See TracChangeset
for help on using the changeset viewer.