Plugin Directory

Changeset 2095841


Ignore:
Timestamp:
05/27/2019 12:38:06 PM (7 years ago)
Author:
outfunnel
Message:

tagged v1.1.1

Location:
outfunnel
Files:
2 edited
4 copied

Legend:

Unmodified
Added
Removed
  • outfunnel/tags/1.1.1/main.php

    r2095839 r2095841  
    22/*
    33Plugin Name: Outfunnel
    4 Version: 1.1.0
     4Version: 1.1.1
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    1818    {
    1919
    20         public $plugin_version = '1.1.0';
     20        public $plugin_version = '1.1.1';
    2121
    2222        public function __construct()
  • outfunnel/tags/1.1.1/readme.txt

    r2095837 r2095841  
    44Requires at least: 4.2
    55Tested up to: 5.2
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040== Changelog ==
    4141
     42= 1.1.1 =
     43
     44* Made code input box wider
     45
    4246= 1.1.0 =
    4347
  • outfunnel/trunk/main.php

    r2095839 r2095841  
    22/*
    33Plugin Name: Outfunnel
    4 Version: 1.1.0
     4Version: 1.1.1
    55Author: andrisreinman
    66Author URI: https://outfunnel.com/
     
    1818    {
    1919
    20         public $plugin_version = '1.1.0';
     20        public $plugin_version = '1.1.1';
    2121
    2222        public function __construct()
  • outfunnel/trunk/readme.txt

    r2095837 r2095841  
    44Requires at least: 4.2
    55Tested up to: 5.2
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4040== Changelog ==
    4141
     42= 1.1.1 =
     43
     44* Made code input box wider
     45
    4246= 1.1.0 =
    4347
Note: See TracChangeset for help on using the changeset viewer.