Plugin Directory

Changeset 3093282


Ignore:
Timestamp:
05/27/2024 01:46:47 PM (22 months ago)
Author:
everpress
Message:

Update to version 1.2.0 from GitHub

Location:
mailster-kickbox-io
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mailster-kickbox-io/tags/1.2.0/README.md

    r2966559 r3093282  
    11# Mailster Kickbox
    22
    3 Contributors: everpress, xaverb 
     3Contributors: everpress, mailster, xaverb 
    44Tags: mailster, newsletter, email, verification, kickbox 
    5 Requires at least: 3.8 
    6 Tested up to: 6.3 
    7 Stable tag: 1.2
     5Requires at least: 6.0 
     6Tested up to: 6.5 
     7Stable tag: 1.2.0
    88License: GPLv2 or later
    99
     
    2323## Changelog
    2424
    25 ### 1.2
     25### 1.2.0
    2626
    2727- Code refactor
  • mailster-kickbox-io/tags/1.2.0/mailster-kickbox-io.php

    r2966253 r3093282  
    22/*
    33Plugin Name: Mailster Kickbox
     4Requires Plugins: mailster
    45Plugin URI: https://mailster.co/?utm_campaign=wporg&utm_source=wordpress.org&utm_medium=plugin&utm_term=Kickbox
    56Description: Verifies your subscribers email addresses with Kickbox
    6 Version: 1.2
     7Version: 1.2.0
    78Author: EverPress
    89Author URI: https://mailster.co
     
    1213
    1314
    14 define( 'MAILSTER_KICKBOX_VERSION', '1.2' );
    15 define( 'MAILSTER_KICKBOX_REQUIRED_VERSION', '2.2' );
     15define( 'MAILSTER_KICKBOX_VERSION', '1.2.0' );
     16define( 'MAILSTER_KICKBOX_REQUIRED_VERSION', '4.0' );
    1617define( 'MAILSTER_KICKBOX_FILE', __FILE__ );
    1718
    18 require_once dirname( __FILE__ ) . '/classes/kickbox.class.php';
     19require_once __DIR__ . '/classes/kickbox.class.php';
    1920new MailsterKickBox();
    20 
  • mailster-kickbox-io/trunk/README.md

    r2966559 r3093282  
    11# Mailster Kickbox
    22
    3 Contributors: everpress, xaverb 
     3Contributors: everpress, mailster, xaverb 
    44Tags: mailster, newsletter, email, verification, kickbox 
    5 Requires at least: 3.8 
    6 Tested up to: 6.3 
    7 Stable tag: 1.2
     5Requires at least: 6.0 
     6Tested up to: 6.5 
     7Stable tag: 1.2.0
    88License: GPLv2 or later
    99
     
    2323## Changelog
    2424
    25 ### 1.2
     25### 1.2.0
    2626
    2727- Code refactor
  • mailster-kickbox-io/trunk/mailster-kickbox-io.php

    r2966253 r3093282  
    22/*
    33Plugin Name: Mailster Kickbox
     4Requires Plugins: mailster
    45Plugin URI: https://mailster.co/?utm_campaign=wporg&utm_source=wordpress.org&utm_medium=plugin&utm_term=Kickbox
    56Description: Verifies your subscribers email addresses with Kickbox
    6 Version: 1.2
     7Version: 1.2.0
    78Author: EverPress
    89Author URI: https://mailster.co
     
    1213
    1314
    14 define( 'MAILSTER_KICKBOX_VERSION', '1.2' );
    15 define( 'MAILSTER_KICKBOX_REQUIRED_VERSION', '2.2' );
     15define( 'MAILSTER_KICKBOX_VERSION', '1.2.0' );
     16define( 'MAILSTER_KICKBOX_REQUIRED_VERSION', '4.0' );
    1617define( 'MAILSTER_KICKBOX_FILE', __FILE__ );
    1718
    18 require_once dirname( __FILE__ ) . '/classes/kickbox.class.php';
     19require_once __DIR__ . '/classes/kickbox.class.php';
    1920new MailsterKickBox();
    20 
Note: See TracChangeset for help on using the changeset viewer.