PHP Classes

File: CHANGELOG.md

Recommend this page to a friend!
  Classes of Josantonius   wp-plugin-rating   CHANGELOG.md   Download  
File: CHANGELOG.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: wp-plugin-rating
Show ratings of WordPress plugins
Author: By
Last change:
Date: 6 years ago
Size: 2,250 bytes
 

Contents

Class file image Download

CHANGELOG

1.0.1 - 2018-02-25

  • Implemented `PHP Mess Detector` to detect inconsistencies in code styles.
  • Implemented `PHP Code Beautifier and Fixer` to fixing errors automatically.
  • Implemented `PHP Coding Standards Fixer` to organize PHP code automatically according to PSR standards.
  • Implemented `WordPress PHPCS code standard` from all library PHP files.
  • Implemented `Codacy` to automates code reviews and monitors code quality over time.
  • Implemented `Codecov` to coverage reports.

1.0.0 - 2017-06-02

  • Added `App\Modules\WP_Plugin_Rating\Controller\Launcher\Launcher` class.
  • Added `App\Modules\WP_Plugin_Rating\Controller\Launcher\Launcher->init()` method.
  • Added `App\Modules\WP_Plugin_Rating\Controller\Launcher\Launcher->admin()` method.
  • Added `App\Modules\WP_Plugin_Rating\Controller\Launcher\Launcher->afterAddMenu()` method.
  • Added `App\Modules\WP_Plugin_Rating\Controller\Launcher\Launcher->setLanguages()` method.
  • Added `App\Modules\WP_Plugin_Rating\Controller\Launcher\Launcher->addStyles()` method.
  • Added `App\Modules\WP_Plugin_Rating\Controller\Admin\Components\Rating\Rating` class.
  • Added `App\Modules\WP_Plugin_Rating\Controller\Admin\Components\Rating\Rating->getPluginRating()` method.
  • Added `App\Modules\WP_Plugin_Rating\Controller\Admin\Components\Rating\Rating->prepareStars()` method.
  • Added `App\Modules\WP_Plugin_Rating\Controller\Admin\Components\Rating\Rating->render()` method.
  • Added `wp-plugin-rating/config/add-urls.php` file.
  • Added `wp-plugin-rating/config/assets.php` file.
  • Added `wp-plugin-rating/config/namespaces.php` file.
  • Added `wp-plugin-rating/config/paths.php` file.
  • Added `wp-plugin-rating/config/set-hooks.php` file.
  • Added `wp-plugin-rating/public/css/wp-plugin-rating.css` file.
  • Added `wp-plugin-rating/public/sass/wp-plugin-rating.sass` file.
  • Added `wp-plugin-rating/resources/screenshot-1.png` file.
  • Added `wp-plugin-rating/resources/screenshot-2.png` file.
  • Added `wp-plugin-rating/src/template/components/rating.php` file.
  • Added `eliasis-framework/eliasis` framework.
  • Added `composer/installers` library.
  • Added `Josantonius/WP_Register` library.
  • Added `Josantonius/Hook` library.
  • Added `Josantonius/WP_Plugin-Info` module.