Plugin Directory

Changeset 3484368


Ignore:
Timestamp:
03/17/2026 01:45:35 AM (2 weeks ago)
Author:
seekmake
Message:

Deploy v1.2.3: Dashboard CSS fixes

Location:
seekmake
Files:
60 added
2 edited

Legend:

Unmodified
Added
Removed
  • seekmake/trunk/readme.txt

    r3484359 r3484368  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.2.2
     7Stable tag: 1.2.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
  • seekmake/trunk/seekmake.php

    r3484359 r3484368  
    33 * Plugin Name: SeekMake - Instant 3D Printing Quote Plugin on your Website
    44 * Description: Let customers upload STL files and get instant 3D printing prices on your website. Automate quoting, orders, and payments with SeekMake AI.
    5  * Version: 1.2.2
     5 * Version: 1.2.3
    66 * Author: SeekMake
    77 * Author URI: https://seekmake.com
     
    2121
    2222// Define plugin constants
    23 define('SEEKMAKE_VERSION', '1.2.2');
     23define('SEEKMAKE_VERSION', '1.2.3');
    2424define('SEEKMAKE_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2525define('SEEKMAKE_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.