Plugin Directory

Changeset 3067043


Ignore:
Timestamp:
04/08/2024 03:52:19 PM (2 years ago)
Author:
wallkit
Message:

tagging version 3.3.3

Location:
wallkit
Files:
6 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wallkit/tags/3.3.3/admin/class-wallkit-wp-admin.php

    r3058402 r3067043  
    253253            $update = false;
    254254        }
     255        else
     256        {
     257            $update = true;
     258        }
    255259
    256260        if($update)
  • wallkit/tags/3.3.3/readme.txt

    r3058402 r3067043  
    2727
    2828== Changelog ==
     29
     30= 3.3.3 =
     31*Release Date - 08 April 2024*
     32
     33#### Updates including:
     34- Fixed sync posts with Wallkit on save_post hook.
    2935
    3036= 3.3.2 =
  • wallkit/tags/3.3.3/wallkit-wp.php

    r3058402 r3067043  
    1010 * Plugin URI:        https://wallkit.net
    1111 * Description:       A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales.
    12  * Version:           3.3.2
     12 * Version:           3.3.3
    1313 * Author:            Wallkit <dev@wallkit.net>
    1414 * Author URI:        https://wallkit.net/
     
    2727 * Rename this for your plugin and update it as you release new versions.
    2828 */
    29 define( 'WPWKP_VERSION', '3.3.2' );
     29define( 'WPWKP_VERSION', '3.3.3' );
    3030
    3131/**
  • wallkit/trunk/admin/class-wallkit-wp-admin.php

    r3058402 r3067043  
    253253            $update = false;
    254254        }
     255        else
     256        {
     257            $update = true;
     258        }
    255259
    256260        if($update)
  • wallkit/trunk/readme.txt

    r3058402 r3067043  
    2727
    2828== Changelog ==
     29
     30= 3.3.3 =
     31*Release Date - 08 April 2024*
     32
     33#### Updates including:
     34- Fixed sync posts with Wallkit on save_post hook.
    2935
    3036= 3.3.2 =
  • wallkit/trunk/wallkit-wp.php

    r3058402 r3067043  
    1010 * Plugin URI:        https://wallkit.net
    1111 * Description:       A Plug & Play paid-content system to manage subscribers, gather fees and drive additional content sales.
    12  * Version:           3.3.2
     12 * Version:           3.3.3
    1313 * Author:            Wallkit <dev@wallkit.net>
    1414 * Author URI:        https://wallkit.net/
     
    2727 * Rename this for your plugin and update it as you release new versions.
    2828 */
    29 define( 'WPWKP_VERSION', '3.3.2' );
     29define( 'WPWKP_VERSION', '3.3.3' );
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.