Skip to content

Latest commit

History

History
204 lines (147 loc) 路 4.98 KB

CHANGELOG.md

File metadata and controls

204 lines (147 loc) 路 4.98 KB

Changelog

v0.3.0

  • 馃摉 DOC: Improve documentation and website.
  • 馃憣 IMPROVE: Default header viewport meta tag.

v0.2.9-32

  • 馃摝 NEW: Add formatting to WordPressify.

v0.2.9-31

  • 馃憣 IMPROVE: Use latest version of WordPress and set FS_DIRECT to true.

v0.2.9-30

  • 馃憣 IMPROVE: Show wp errors in xdebug folder and update .gitignore.

v0.2.9-29

  • 馃悰 FIX: Nginx config for wp query parameters.

v0.2.9-28

  • 馃悰 FIX: Remove variable.css from download files.

v0.2.9-27

  • 馃悰 FIX: Add back autoprefixer.

v0.2.9-26

  • 馃悰 FIX: Remove un-used file.

v0.2.9-25

  • 馃悰 FIX: Remove un-used import.

v0.2.9-24

v0.2.9-23

  • 馃殌 RELEASE: Update dependencies.

v0.2.9-22

  • 馃憣 IMPROVE: Output log.

v0.2.9-21

  • 馃摉 DOC: Improve documentation and website.

v0.2.9-20

  • 馃憣 IMPROVE: Default theme.

v0.2.9-19

  • 馃憣 IMPROVE: Default theme.

v0.2.9-18

  • 馃悰 FIX: Missing .editorconfig from installation.
  • 馃憣 IMPROVE: Code style consistency.

v0.2.9-17

  • 馃憣 IMPROVE: Default theme.

v0.2.9-16

  • 馃殌 RELEASE: Update dependencies.

v0.2.9-15

  • 馃摉 DOC: Improve documentation and website.

v0.2.9-14

  • 馃憣 IMPROVE: Default theme.

v0.2.9-13

  • 馃悰 FIX: Url.

v0.2.9-12

  • 馃憣 IMPROVE: Default theme.

v0.2.9-10

  • 馃摉 DOC: Improve documentation and website.

v0.2.9-8

  • 馃憣 IMPROVE: Browsersync change open option to local.

v0.2.9-7

  • 馃悰 FIX: Run stylesDev when template files are changed. Solves Tailwind CSS purge.

v0.2.9-6

  • 馃摝 NEW: Add support for Tailwind CSS.
  • 馃憣 IMPROVE: Disable Nginx cache for dev server.

v0.2.9-4

  • 馃悰 FIX: Missing welcome.html

v0.2.9-3

  • 馃摝 NEW: Welcome page while WordPressify initializes.
  • 馃憣 IMPROVE: Remove unused package and cleanup default styles.
  • 馃摉 DOC: Improve documentation and website.

v0.2.9

  • 馃摝 NEW: Development server using Docker with Xdebug support.
  • 馃摝 NEW: MariaDB database out of the box running in Docker.
  • 馃摝 NEW: .editorconfig for code style consistency.
  • 馃摝 NEW: GitHub Actions for simple testing.
  • 馃挜 BREAKING CHANGE: Docker is a required global dependency.
  • A special thank you to @ribaricplusplus for this contribution.

v0.2.8-11

  • 馃殌 RELEASE: Remove eslintrc.

v0.2.8

  • 馃殌 RELEASE: Add ESLint with WordPress code standards rules.

v0.2.7

  • 馃殌 RELEASE: Update version.
  • 馃悰 FIX: Readme documentation on install.
  • 馃悰 FIX: Cron jobs new formatting.

v0.2.6

  • 馃殌 RELEASE: Install files from versioned release instead of master branch.

v0.2.5

  • 馃憣 IMPROVE: Install only required dependencies.
  • 馃殌 RELEASE: Update dependencies.

v0.2.4

  • 馃摉 DOC: Improve documentation.

v0.2.3

  • 馃殌 RELEASE: Improved installation speed for global dependencies.
  • 馃挜 BREAKING CHANGE: It is required to update WordPressify: sudo npm install wordpressify -g.

v0.2.2

  • 馃憣 IMPROVE: Meta.

v0.2.1

  • 馃殌 RELEASE: Update dependencies.

v0.2.0

  • 馃悰 FIX: Typo.

v0.1.9

  • 馃悰 FIX: Dependencies.

v0.1.8

  • 馃摝 NEW: Run WordPressify globally from NPM.

v0.1.7

  • 馃殌 RELEASE: Remove WordPressify template from main repository.
  • 馃憣 IMPROVE: Simple & unstyled boilerplate code. Stay fresh!

v0.1.6

  • 馃摝 NEW: Upgrade to Gulp 4.
  • 馃摝 NEW: Rewrote all tasks into functions.
  • 馃憣 IMPROVE: Updated file structure.

v0.1.5

  • 馃摝 NEW: Upgrade to Babel 7
  • 馃悰 FIX: Removed deprecated postcss-cssnext in favor of postcss-preset-env.

v0.1.4

  • 馃憣 IMPROVE: Added cleanup command to flush the default theme and have a fresh start.

v0.1.3

  • 馃憣 IMPROVE: Added support for bitmap and SVG minification, in the production build.
  • 馃摉 DOC: Added documentation for deployment process.

v0.1.2

  • 馃憣 IMPROVE: Converted all variables from 'var' to 'const'.
  • 馃憣 IMPROVE: Replaced long anonymous function with ES6 arrow syntax.
  • 馃悰 FIX: Spelling errors.

v0.1.1

  • 馃摝 NEW: Added support for src/plugins.

v0.1.0

  • 馃憣 IMPROVE: Code readability.
  • 馃憣 IMPROVE: Removed unused packages.
  • 馃摝 NEW: Build success and error messages.
  • 馃憣 IMPROVE: Tasks cleanup.

v0.0.9

  • 馃摉 DOC: Update documentation.

v0.0.8

  • 馃憣 IMPROVE: Name change.

v0.0.7

  • 馃悰 FIX: Fix placemente of DISABLE_WP_CRON.

v0.0.6

  • 馃憣 IMPROVE: Theme cleanup.
  • 馃憣 IMPROVE: Consistent code styles.

v0.0.5

  • 馃悰 FIX: Activated DISABLE_WP_CRON to prevent Node freezing.
  • 馃殌 RELEASE: Back up your build files with all wp-content uploads.

v0.0.4

  • 馃悰 FIX: Whitelabel template.
  • 馃悰 FIX: Renamed classes.
  • 馃憣 IMPROVE: Refactored CSS structure.
  • 馃摝 NEW: Meet WordPressify.

v.0.0.3

  • 馃憣 IMPROVE: Simplified build logic.
  • 馃憣 IMPROVE: Install WordPress only once with npm run install:wordpress.
  • 馃憣 IMPROVE: Cleaner distribution task.

v0.0.2

  • 馃悰 FIX: Bugfixes.
  • 馃摝 NEW: Watch and store new content in wp-content/uploads.