Plugin Directory

Changeset 577062


Ignore:
Timestamp:
07/25/2012 10:05:16 AM (14 years ago)
Author:
russellr
Message:

Version 1.2. Adds an administration option to allow you to choose to receive additional benefits from the service. Fixes CSS and JS version numbers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tectite-forms/trunk/php/class-tectite-forms.php

    r577037 r577062  
    1818    class WPTF_Tectite_Forms extends WPTF_Plugin_Base {
    1919
    20         const FORMDESIGNERUSERCSS_VER = '8'; /* version ID for formdesigneruser.css */
    21         const FORMVALJS_VER = '6'; /* version ID for formval.js */
     20        const FORMDESIGNERUSERCSS_VER = '9'; /* version ID for formdesigneruser.css */
     21        const FORMVALJS_VER = '7'; /* version ID for formval.js */
    2222
    2323        protected
Note: See TracChangeset for help on using the changeset viewer.