Skip to content

Commit 4f20f32

Browse files
author
Paul de Wouters
committed
Update change log
1 parent 6342aad commit 4f20f32

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed

readme.txt

+83
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,89 @@ You can also tweet <a href="http://twitter.com/humanmadeltd">@humanmadeltd</a> o
116116

117117
== Changelog ==
118118

119+
120+
#### 3.0.0-beta / 2014-09-08
121+
122+
* Update translatable strings POT file
123+
* Bump version
124+
* Update min WP version and tested up to
125+
* accidently used dash instead of underscore
126+
* namespaced option and added option to uninstall.php
127+
* basic show/hide of premium upsell
128+
* Fix incorrect transient expiry
129+
* Show the spinner in the tab if a schedule other than the current is running
130+
* Snip snip
131+
* Bring back the some javascript enhancements
132+
* Switch to the PHP 5.2 compatible version of Backdrop
133+
* Finish up support
134+
* Brace up single line if's and foreach's
135+
* Only load minified scripts and styles if WP_DEBUG isn't on
136+
* Load the minified css and js files by default
137+
* Remove the combined css files as we only have one now. Stop loading colorbox.
138+
* Remove colorbox
139+
* Improvements
140+
* More improvements
141+
* Don't die when directly running a backup on page load
142+
* Re-factor the backup filesize calculation
143+
* make capability filterable
144+
* use core capabilities instead of custom
145+
* Switch to Backdrop
146+
* Fix typo in prefix
147+
* Hook function onto admin_post
148+
* Update delete link
149+
* Bookmark current admin page for redirect
150+
* Add custom capabilities and role
151+
* Exclude BackUpWP by default
152+
* Ignore the build folder
153+
* Add more build excludes
154+
* minify JS
155+
* generate markdown readme
156+
* minify css
157+
* combine css
158+
* regenerate readme
159+
* Make links consistent for the grunt task
160+
* Convert URLS to markdown
161+
* Update lang files
162+
* Add colorbox as bower dependency
163+
* remove colorbox folder
164+
* Remove colorbox submodule
165+
* Change how we include FAQ
166+
* Add readme partials
167+
* Add package.json
168+
* Add Gruntfile
169+
* Add bower.json
170+
* JSHint rules
171+
* remove from ignore
172+
* Update ignore list
173+
* Add bower config
174+
* Add FAQ strings
175+
* Return the cached directory size early if we have it
176+
* Re-factor the file browser scanner
177+
* correct sprintf usage
178+
* Handle saving service forms
179+
* Codeing standards
180+
* Move the error check outside of the foreach
181+
* Remove uneeded $is_tab_visible
182+
* Only show excludes for backups which include files
183+
* Show destinations in the list of schedule links
184+
* WordPress standard modal for enabling support
185+
* Remove extra slash in include path
186+
* Add a heading to the settings form
187+
* More work on excludes
188+
* Another todo
189+
* Add some todos
190+
* Don't include the parent directory in a browsable list
191+
* More work on Excludes
192+
* Switch to only storing 3 backups by default
193+
* More work on redesign
194+
* commented out enable support button till we figure out what to do with it
195+
* made tabs responsive below 639px
196+
* More work on redesign
197+
* Add more default excludes
198+
* Correctly highlight the tab for the first schedule
199+
* Switch to tabs instead of subsubsub
200+
* First bash at a redesign settings UX
201+
119202
#### 2.6.2
120203

121204
* Reverts a change to how the home path is calculated as it caused issues on installs where wp-config.php was stored outside of web root. Props to @mikelittle for the bug report.

0 commit comments

Comments
 (0)