Plugin Directory

Changeset 3262847


Ignore:
Timestamp:
03/27/2025 01:16:09 PM (12 months ago)
Author:
caseyak
Message:

Update files for 1.2

Location:
caseyak/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • caseyak/trunk/README.txt

    r3262456 r3262847  
    66Tested up to: 6.7.2
    77Requires PHP: 7.0
    8 Stable tag: 1.1.1
     8Stable tag: 1.2
    99License: GPLv2 or later
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6868* Updates to our description to reflect new AI agent functionality
    6969
     70= 1.2 =
     71* Updates to our description to reflect new AI agent functionality
     72
    7073== Upgrade Notice ==
    7174
     
    7881= 1.1.0 =
    7982* Updates to support latest chat version
     83
     84= 1.2 =
     85* Updates to our description to reflect new AI agent functionality
  • caseyak/trunk/caseyak.php

    r3065572 r3262847  
    1717 * Plugin URI:        https://caseyak.com/wordpress
    1818 * Description:       The CaseYak AI Case Value Calculator.
    19  * Version:           1.0.0
     19 * Version:           1.2
    2020 * Author:            CaseYak
    2121 * Author URI:        https://caseyak.com
     
    3636 * Rename this for your plugin and update it as you release new versions.
    3737 */
    38 define( 'CASEYAK_VERSION', '1.0.0' );
     38define( 'CASEYAK_VERSION', '1.2' );
    3939
    4040/**
Note: See TracChangeset for help on using the changeset viewer.