# v0.1.17
## 12/9/2020

1. [](#bugfix)      
    * Use an absolute path for admin routes
   
# v0.1.16
## 12/8/2020

1. [](#bugfix)      
    * Use CoreServiceUtil to generate URLs
   
# v0.1.15
## 12/7/2020

1. [](#bugfix)      
    * Fix regexp format
   
# v0.1.14
## 12/7/2020

1. [](#improved)
    * Remove hardcoded admin paths
    * Update changelog sections
2. [](#bugfix)      
    * check that 'base_url_relative' is set
   
# v0.1.13
## 12/6/2020

1. [](#improved)
    * Fix whitespace formatting
    * Set minimum height for editor
1. [](#bugfix)
    * Grav 1.7 Compatibility
    * Fix invalid regex
    * Check that base_url_relative is set
    * Check for empty route
    * Catch RuntimeExceptions for empty HTML
    * Lookup root slug name
    * Check for post data not set
    * Strip leading slash
    * Use correct package for Utils::startsWith
    * Workaround for query getting removed
    * Use CoreServiceUtil:save
    * Disable broken tasks for Grav 1.7
   
# v0.1.12
## 09/28/2019

1. [](#bugfix)
    * Fix changelog date formatting
    
# v0.1.11
## 09/22/2019

1. [](#bugfix)
    * Remove hardcoded admin paths from report URLs
    
# v0.1.10
## 10/10/2018

1. [](#bugfix)
    * Add beta version in dependency util
    
# v0.1.9
## 06/22/2018

1. [](#bugfix)
    * Update CSS styling for section editor - Fixes issues with update messages.

# v0.1.8
## 06/22/2018

1. [](#bugfix)
    * Update CSS styling for section editor - Fixes issues with update messages.

# v0.1.7
## 06/12/2018

1. [](#bugfix)
    * Make Save+Back asynchronous

# v0.1.6
## 06/12/2018

1. [](#new)
    * Add syntax highlight support for section editor
    
# v0.1.5
## 06/12/2018

1. [](#feature)
    * Add a Save+Back command to the section editor
    
2. [](#task)
    * Refactor section editor actions

# v0.1.4
## 04/11/2018

1. [](#bugfix)
    * Catch exceptions in version check 

# v0.1.3
## 03/29/2018

1. [](#bugfix)
    * Use correct parameter order for startsWith()

# v0.1.2
## 03/29/2018

1. [](#bugfix)
    * Fix reference to utility function startsWith()
    
# v0.1.1
## 03/26/2018

1. [](#new)
    * Add options to enable move_page and rename_page
    
2. [](#bugfix)
    * Move missing getPages() twig extension function into plugin    
    
# v0.1.0
## 03/25/2018

1. [](#new)
    * Initial commit
