Plugin Directory

Changeset 3193143


Ignore:
Timestamp:
11/20/2024 12:40:27 PM (17 months ago)
Author:
wpmonks
Message:

updated to v3.2

Location:
styler-for-wpforms
Files:
107 added
2 edited

Legend:

Unmodified
Added
Removed
  • styler-for-wpforms/trunk/readme.txt

    r3193113 r3193143  
    55Requires at least: 4.0
    66Tested up to: 6.7
    7 Stable tag: 3.1
     7Stable tag: 3.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171
    7272== Changelog ==
     73= 3.2 (20/11/2024) =
     74* Minor bugfix
     75
    7376= 3.1 (20/11/2024) =
    7477* Fixed margin and paddings controls not showing values
  • styler-for-wpforms/trunk/styler-for-wpforms.php

    r3193113 r3193143  
    44Plugin URI:  http://wpmonks.com/styler-wpforms
    55Description: Create beautiful styles for your WPForms
    6 Version:     3.1
     6Version:     3.2
    77Author:      Sushil Kumar
    88Author URI:  http://wpmonks.com/
     
    3333class Sk_Sfwf_Main_Class {
    3434
    35     const VERSION = '3.1';
     35    const VERSION = '3.2';
    3636    const SLUG    = 'styler-wpforms';
    3737    const NAME    = 'Styler for WPForms';
     
    189189    public function sfwf_plugin_upgrade_completed( $upgrader_object, $options ) {
    190190
    191         $our_plugin = plugin_basename( __FILE__ );
     191        // $our_plugin = plugin_basename( __FILE__ );
     192        $our_plugin = 'styler-for-wpforms/styler-for-wpforms.php';
    192193
    193194        if ( 'update' === $options['action'] && 'plugin' === $options['type'] ) {
Note: See TracChangeset for help on using the changeset viewer.