Plugin Directory

Changeset 2081616


Ignore:
Timestamp:
05/06/2019 03:19:53 PM (7 years ago)
Author:
linkvertise
Message:

Plugin header bugfixes

Location:
linkvertise-script-api/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • linkvertise-script-api/trunk/linkvertise-script-api.php

    r2081574 r2081616  
    11<?php
    22/**
    3  * @package LinkvertiseScriptApiPlugin
     3 * Plugin Name: Linkvertise Script API
     4 * Plugin URI: https://linkvertise.net/dashboard#dynamic
     5 * Description: This plugin includes the Linkvertise API script to your Wordpress page.
     6 * Version: 1.0.6
     7 * Author: Linkvertise
     8 * Author URI: https://linkvertise.net/
     9 * License: GPLv2 or later
     10 * Text Domain: linkvertise-script-api
    411 */
    5 /*
    6 Plugin Name: Linkvertise Script API
    7 Plugin URI: https://linkvertise.net/dashboard#dynamic
    8 Description: This plugin includes the Linkvertise API script to your Wordpress page.
    9 Version: 1.0.4
    10 Author: Linkvertise
    11 Author URI: https://linkvertise.net/
    12 License: GPLv2 or later
    13 Text Domain: linkvertise-script-api
    14 */
    1512
    1613/*
     
    3128Copyright 2005-2015 Automattic, Inc.
    3229*/
     30
     31/**
     32 * @package LinkvertiseScriptApiPlugin
     33 */
    3334
    3435defined('ABSPATH') OR die();
  • linkvertise-script-api/trunk/readme.txt

    r2081591 r2081616  
    55Requires at least: 5.1.1
    66Tested up to: 5.1.1
    7 Stable tag: 1.0.4
     7Stable tag: 1.0.6
    88Requires PHP: 5.6
    99License: GPLv2 or later
     
    8585== Changelog ==
    8686
     87= 1.0.6 =
     88* Plugin Header Bugfixes
     89
    8790= 1.0.3 =
    8891* Initial Release
Note: See TracChangeset for help on using the changeset viewer.