Skip to content

DanielDrabik/WP-Quick-Install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

WP Quick Install 1.4.2.a

WP Quick Install is the easiest way to install WordPress.

A lightweight script which automatically downloads and install WordPress, plugins and themes you want.

Simply download the .zip archive et go to wp-quick-install/index.php

Fork

Individual fork to speed up 'HTML to WP' developing.

Changelog

1.4.2.a

  • Deleting TwentySeventeen theme.
  • Zip file can have any name.
  • Theme folder will be called by the zip file's name.
  • Auto adding style.css with "Theme Name" same as website title.
  • Added importing files to new theme directory (in case you want to add prepared function.php, screenshot.png etc.) from "import" directory.
  • Changed few checkboxes that I was clicking on every installation to be checked out of stock.
  • Deleted unused (by me) plugins and replaced with CMB2.
  • Preg_replace css/, img/ and js/ with /css/ etc.
  • Adds wp_head() and wp_footer() to the index file.

1.4.2

  • Delete Tweentyfifteen & Tweentysixteen themes

1.4.1

  • Fix quote issue with WordPress.com API Key

1.4

  • Fix database issue since WordPress 4.1
  • You can add your WordPress.com API Key

1.3.3

  • Add SSL compatibility
  • Remove SSL function (cause trouble with process installation)

1.3.2

  • Add a script header
  • Security improvement

1.3.1

  • Fix error for PHP > 5.5: Strict standards: Only variables should be passed by reference in ../wp-quick-install/index.php on line 10

1.3

  • Possiblity to select WordPress language installation
  • Permaling management

1.2.8.1

  • You can now declare articles to be generated via data.ini file
  • Fix bug on new articles
  • You can now select the revision by articles

1.2.8

  • Media management

1.2.7.2

  • Security : Forbiden access to data.ini from the browser

1.2.7.1

  • noindex nofollow tag.

1.2.7

  • Premium extension by adding archives in plugins folder
  • You can enable extension after installation
  • Auto supression of Hello Dolly extension
  • You can add a theme and enable it
  • You can delete Twenty Elever and Twenty Ten

1.2.6

  • Fix a JS bug with data.ini

1.2.5

  • You can delete the default content added by WordPress
  • You can add new pages with data.ini
  • Data.ini update

1.2.4

  • Two new debug options : Display errors (WP_DEBUG_DISPLAY) and Write errors in a log file (WP_DEBUG_LOG)

1.2.3

  • SEO Fix bug
  • Automatic deletion of licence.txt and readme.html

1.2.2

  • Deletion of all exec() fucntions
  • Unzip WordPress and plugins with ZipArchive class
  • Using scandir() and rename() to move WordPress files

1.2.1

  • Checking chmod on parent folder
  • Adding a link to website and admin if success

1.2

  • You can now pre-configure the form with data.ini

1.1

  • Code Optimisation

1.0

  • Initial Commit

About

WP Quick Install is the easiest way to install WordPress.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 85.6%
  • JavaScript 14.3%
  • ApacheConf 0.1%