Plugin Directory

Changeset 1650017


Ignore:
Timestamp:
05/02/2017 11:33:56 PM (9 years ago)
Author:
wpsiteeditor
Message:

replace https with http

Location:
site-editor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • site-editor/trunk/README.md

    r1650000 r1650017  
    66**Requires at least:** 4.7 
    77**Tested up to:** 4.7.4 
    8 **Stable tag:** 1.1 
     8**Stable tag:** 1.1.1 
    99**License:** GPLv3 
    1010**License URI:** https://www.gnu.org/licenses/gpl-3.0.html 
     
    2020**OUR OFFICIAL WEBSITE**
    2121
    22 [SiteEditor.ORG](https://www.siteeditor.org)
     22[SiteEditor.ORG](http://www.siteeditor.org)
    2323
    2424**Why Site Editor?**
  • site-editor/trunk/readme.txt

    r1650000 r1650017  
    44Requires at least: 4.7
    55Tested up to: 4.7.4
    6 Stable tag: 1.1
     6Stable tag: 1.1.1
    77License: GPLv3
    88License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    1818**OUR OFFICIAL WEBSITE & GITHUB**
    1919
    20 [SiteEditor.ORG](https://www.siteeditor.org)
     20[SiteEditor.ORG](http://www.siteeditor.org)
    2121
    2222[SiteEditor GitHub Repository](https://github.com/SiteEditor/editor)
  • site-editor/trunk/site-editor.php

    r1650000 r1650017  
    22/*
    33Plugin Name: Site Editor
    4 Plugin URI: https://www.siteeditor.org
     4Plugin URI: http://www.siteeditor.org
    55Description: SiteEditor is a powerful theme builder & page builder for wordpress
    66Author: Site Editor Team
    7 Author URI: https://www.siteeditor.org
    8 Version: 1.1
     7Author URI: http://www.siteeditor.org
     8Version: 1.1.1
    99*/
    1010
     
    2525     * @var string
    2626     */
    27     public $version = '1.1';
     27    public $version = '1.1.1';
    2828
    2929    /**
Note: See TracChangeset for help on using the changeset viewer.