Plugin Directory

Changeset 3412113


Ignore:
Timestamp:
12/05/2025 11:24:57 AM (4 months ago)
Author:
voxfor
Message:

New stable version 1.1.3 compatibility with WordPress 6.9

Location:
voxfor-advanced-price-management-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • voxfor-advanced-price-management-for-woocommerce/trunk/readme.txt

    r3354410 r3412113  
    33Tags: woocommerce, price-management, markup, vat, product-pricing
    44Requires at least: 6.0
    5 Tested up to: 6.8
    6 Stable tag: 1.1.2
     5Tested up to: 6.9
     6Stable tag: 1.1.3
    77Requires PHP: 7.4
    88Requires Plugins: woocommerce
     
    7272== Installation ==
    7373
    74 **Automatic Installation**
     74<<<<<<< .mine**Automatic Installation**
     751. In WordPress admin, go to **Plugins ? Add New**.
     762. Search for “Voxfor Advanced Price Management”.
     773. Click **Install Now**, then **Activate**.
     784. Go to **WooCommerce ? Price Management**.
     79=======**Automatic Installation**
    75801. In WordPress admin, go to **Plugins Add New**.
    76812. Search for Voxfor Advanced Price Management.
    77823. Click **Install Now**, then **Activate**.
    78834. Go to **WooCommerce Price Management**.
    79 
     84>>>>>>> .theirs
    8085**Manual Installation**
    81 1. Download the plugin ZIP.
     86<<<<<<< .mine1. Download the plugin ZIP.
     872. Upload the `voxfor-advanced-price-management` folder to `/wp-content/plugins/`.
     883. Activate the plugin from **Plugins**.
     894. Open **WooCommerce ? Price Management**.
     90=======1. Download the plugin ZIP.
    82912. Upload the `voxfor-advanced-price-management` folder to `/wp-content/plugins/`.
    83923. Activate the plugin from **Plugins**.
    84934. Open **WooCommerce Price Management**.
    85 
     94>>>>>>> .theirs
    8695**Getting Started**
    87 Two main tabs:
     96<<<<<<< .mineTwo main tabs:
     97* **CSV Import/Export** — bulk price updates via CSV.
     98* **Direct Management** — select and update individual products.
     99=======Two main tabs:
    88100* **CSV Import/Export** bulk price updates via CSV.
    89101* **Direct Management** select and update individual products.
    90 
     102>>>>>>> .theirs
    91103== Frequently Asked Questions ==
    92104
     
    110122
    111123= How do I handle international characters in SKUs? =
    112 UTF-8 is fully supported. The plugin can normalize special characters to a safe format while matching correctly.
    113 
     124<<<<<<< .mineUTF-8 is fully supported. The plugin can normalize special characters to a safe format (e.g., “Ñoño” ? “nono”) while matching correctly.
     125=======UTF-8 is fully supported. The plugin can normalize special characters to a safe format while matching correctly.
     126>>>>>>> .theirs
    114127= Can I see a preview before updating prices? =
    115128Yes. Both CSV and Direct Management show real-time previews.
     
    124137== Changelog ==
    125138
     139= 1.1.3 =
     140* Tested and confirmed compatibility with WordPress 6.9
     141* No functional changes
     142
    126143= 1.1.2 =
    127144* Added session tracking with visual indication for updated products
    128145* Prevented duplicate updates during a single session
    129 * Added Price Increase column showing calculated increase
    130 * Improved SKU format to lowercase-with-dash (e.g., sing-161)
     146<<<<<<< .mine* Added “Price Increase” column showing calculated increase
     147=======* Added Price Increase column showing calculated increase
     148>>>>>>> .theirs* Improved SKU format to lowercase-with-dash (e.g., sing-161)
    131149* Added session counter and manual session clearing
    132150* Improved CSV import interface with format guidance
     
    154172== Upgrade Notice ==
    155173
    156 = 1.0.1 =
     174<<<<<<< .mine= 1.1.3 =
     175Compatibility with WordPress 6.9
     176======== 1.0.1 =
    157177Improved error handling and UTF-8 compatibility. Recommended update.
     178>>>>>>> .theirs
  • voxfor-advanced-price-management-for-woocommerce/trunk/voxfor-advanced-price-management.php

    r3341617 r3412113  
    44 * Plugin Name: Voxfor Advanced Price Management For WooCommerce
    55 * Description: Advanced WooCommerce price management with CSV import/export, bulk updates, configurable markup & VAT calculations. Supports simple products and variations with intelligent SKU generation and international character support.
    6  * Version: 1.1.2
     6 * Version: 1.1.3
    77 * Author: Voxfor
    88 * Author URI: https://www.voxfor.com/
     
    1010 * Domain Path: /languages
    1111 * Requires at least: 6.0
    12  * Tested up to: 6.8
     12 * Tested up to: 6.9
    1313 * Requires PHP: 7.4
    1414 * Requires Plugins: woocommerce
     
    15031503            false, // No external file, will use inline
    15041504            [],
    1505             '1.1.2'
     1505            '1.1.3'
    15061506        );
    15071507        wp_enqueue_style('vapm-admin-styles');
     
    15131513            false, // No external file, will use inline
    15141514            [ 'jquery' ],
    1515             '1.1.2',
     1515            '1.1.3',
    15161516            true
    15171517        );
Note: See TracChangeset for help on using the changeset viewer.