Skip to content

Commit

Permalink
Fixed typos in CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpolak committed Jun 3, 2024
1 parent c130524 commit 0221831
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## New in version 1.0.5-dev (xx.xx.2024)

* Improved email templates, email contents are now HTML escaped
* Added `fake-smtp` to the development setup
* Added information about the default icon set source and license
Expand All @@ -18,7 +19,7 @@
### Bugfixes and version updates

* PHP 7.4 and PHP 8.0 compatibility improvements
* Removed DMESG module
* Removed `DMESG` module
* Improved MariaDB compatibility of the SQL scripts
* `ip_info` helper switched to use http://www.geoplugin.net/
* Fixed sorting in the `groups` module grid
Expand Down Expand Up @@ -143,7 +144,7 @@
### New features

* Improved translator module that now invalidates optcache of edited translation files under PHP 5.6
* FormBuilder refactored usage of get_instance(), fixed an issue introduced in the previous release
* FormBuilder refactored usage of `get_instance()`, fixed an issue introduced in the previous release
* SimpleSessionMessage and its related code refactored

## 0.2.4.1 (02.07.2015)
Expand Down Expand Up @@ -172,7 +173,7 @@ A mature version of 0.2.3 with minimal backward incompatibility, CodeIgniter upg
* Introduced unit test for selected components
* Brand new SQL Console module
* Application theme improved (menu dropdown, buttons realign, titles/bubbles fixed and removed when not needed)
* Rewriten and compacted JavaScript UI
* Rewritten and compacted JavaScript UI
* Application translation improved, removed outdated Romanian translation for administration panel
* Extended configuration tests
* New dashboard containing grouped links and configuration tests
Expand Down Expand Up @@ -212,7 +213,7 @@ A mature version of 0.2.3 with minimal backward incompatibility, CodeIgniter upg
* `$this->lang->getEnabledLanguages()` renamed to `$this->lang->getEnabledAdminLanguages()`;
* File `array_model.php` becomes `Array_model.php`, check all the includes/requires
* Removed unused `MY_URI`
* Check your validation rules and remove xss_clean and trim - this will cause issues when the field is not required and empty
* Check your validation rules and remove `xss_clean` and trim - this will cause issues when the field is not required and empty
* `$this->lang->load()` for module languages changed into `$this->lang->loadForModule()`
* Method `MY_Upload:do_multiple_upload()` removed
* Removed deprecated library `ReportBuilder`
Expand All @@ -223,10 +224,10 @@ A mature version of 0.2.3 with minimal backward incompatibility, CodeIgniter upg
* New methods `ModuleRunner::isModuleDisplayedInMenu($name)` and `ModuleRunner::isModuleDisplayedInUtilities($name)`
* `MY_Email::set_header()` removed as it has been implemented in the original CI_Email library
* Changed icon paths (!) some icons will not work
* CSS identifiers convention changed to lowercase_underscore
* Changed file path pepiscms/theme/back_12.png -> pepiscms/theme/img/dialog/actions/back_16.png
* Changed file path pepiscms/theme/star.png -> pepiscms/theme/img/dialog/actions/action_16.png
* Changed file path pepiscms/theme/add.png -> pepiscms/theme/img/dialog/actions/add_16.png
* CSS identifiers convention changed to `lowercase_underscore`
* Changed file path `pepiscms/theme/back_12.png` -> `pepiscms/theme/img/dialog/actions/back_16.png`
* Changed file path `pepiscms/theme/star.png` -> `pepiscms/theme/img/dialog/actions/action_16.png`
* Changed file path `pepiscms/theme/add.png` -> `pepiscms/theme/img/dialog/actions/add_16.png`
* CSS selectors `.fileTree` -> `.file_tree`
* Removed legacy CSS `a.add` and `a.action`
* Removed deprecated FormBuilder code
Expand Down Expand Up @@ -300,13 +301,13 @@ A mature version of 0.2.3 with minimal backward incompatibility, CodeIgniter upg
* More restrictive CAS Auth driver
* Improved Generic_model
* Reviewed and improved users module, added possibility to check CAS user status directly from admin panel
* Added html_customization module that allows injecting code into HTML template of the administration panel
* Added email_html helper
* Added `html_customization` module that allows injecting code into HTML template of the administration panel
* Added `email_htm`l helper
* Modified DisplayPage public controller, added possibility to define `mainpage_module` and `mainpage_module_method` for handeling mainpage request by the specified module
* Module generator now generates improved filters for date fields
* CMS modules groups and users now renamed to cms_groups and cms_users
* Improved Google chart generator
* DataGrid got new method getAdvancedFeed() that acts as a proxy to feed object.
* DataGrid got new method `getAdvancedFeed()` that acts as a proxy to feed object.
* Upgraded SQL console module, fixed UTF-8 encoding in data view
* Improved import procedure in `AdminCRUDController`
* Fixed upload for CSV files
Expand Down Expand Up @@ -392,15 +393,15 @@ A mature version of 0.2.3 with minimal backward incompatibility, CodeIgniter upg
* Spreadsheet library method parseCSV now uses native mechanism for reading CSV files
* Improvements to CLI
* Improved widget compatibility
* Fixed an error that was introduced during query builder usage refractoring some minor versions ago, in User_model and Menu_model
* Fixed an error that was introduced during query builder usage refactoring some minor versions ago, in User_model and Menu_model
* Added Array_model that allows building abstract models for CRUD from any source (XML, CSV, web services)
* Added BasicDataFeedableInterface and Moveable interfaces

## 0.2.2.6 (01.12.2013)

### New features

* IMPORTANT: CBACL will now throw an error and block access when project ID is set but no API KEY is present
* IMPORTANT: `CBACL` will now throw an error and block access when project ID is set but no API KEY is present
* Localized CAS driver error messages
* Code inspection and reformat
* Added Composer package description
Expand All @@ -423,7 +424,7 @@ A mature version of 0.2.3 with minimal backward incompatibility, CodeIgniter upg
* Improved translator interface
* Fixed CAS logout
* EmailSender is got the possibility to overwrite the default config
* Addedd possibility to define FormBuilder field's options
* Added possibility to define FormBuilder field's options
* Updated CKE to the latest version 3.6.6.1

## 0.2.2.4 (15.08.2013)
Expand All @@ -435,8 +436,8 @@ A mature version of 0.2.3 with minimal backward incompatibility, CodeIgniter upg
* Added logs performance tests
* System backup now sends correct headers for SQL file
* Improved string_helper `niceuri()`
* Added dmesg module
* Interface JavaScript refractored
* Added `dmesg` module
* Interface JavaScript refactored
* Remote models retested and improved
* Changed order of instructions in `Generic_model::getAdvancedFeed()`
* CAS upgraded to 1.3.2+
Expand Down Expand Up @@ -654,13 +655,13 @@ DELETE FROM group2entity WHERE entity=0 AND access=0;
### New features

* Added upload allowed types wildcard
* Added `Dispatcher::getUriPrefix() and Dispatcher::getSiteLanguage()` methods
* Added `Dispatcher::getUriPrefix()` and `Dispatcher::getSiteLanguage()` methods

## 0.1.4.8 (15.02.2011)

### New features

* Added support for PHPTAL via Template class
* Added support for `PHPTAL` via Template class
* `EnhancedController::getParam` is now alias to `URI::getParam`
* `URI::shift` is implemented
* Updated jQuery UI Datepicker and it's style
Expand Down Expand Up @@ -711,12 +712,12 @@ It took 7 months and 26 betas to release this version :)
* CKE Editor upgraded to version 3.5
* Fixed admin menu highlights
* Add possibility to add branding to the top of CMS page
* Modified Loader::config behavior. Now it is simpler to extend configuration as default config values are read from the library path
* Modified `Loader::config` behavior. Now it is simpler to extend configuration as default config values are read from the library path
* Rewritten system Loader

### API Changes in 0.1.4.x branch

* NOTE: All PHP timestamps are now in UTC (time() now returns UTC value), please use UTC_TIMESTAMP() for MySQL
* NOTE: All PHP timestamps are now in UTC (`time()` now returns UTC value), please use `UTC_TIMESTAMP()` for MySQL
* NOTE: Please change `$config['uri_protocol'] = "AUTO";` to `$config['uri_protocol'] = "QUERY_STRING";` in your config file
* NOTE: `$config['permitted_uri_chars'] must be changed to 'a-z 0-9~%.:_&=-',` otherwise you can get "The URI you submitted has disallowed characters" error.
* NOTE: `ModuleController getSitemapLinks()` is now called in static manner
Expand Down

0 comments on commit 0221831

Please sign in to comment.