You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update CodeIgniter to 3.1.13
Updates CodeIgniter from 3.1.10 to 3.1.13.
Mostly bug fixes and PHP 8.0 and PHP 8.1 compatibility
Changelog: https://codeigniter.com/userguide3/changelog.html
* Readme update to remove trunk from readme. New default branch is main. Addresses #284
* Updated Docker setup to run PHP 7.4. Updated license. Versioned.
---------
Co-authored-by: Brooke <hi@broo.ke>
Copy file name to clipboardExpand all lines: readme.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,6 @@ Unmark
3
3
4
4
The open source to-do application for bookmarks.
5
5
6
-
**NOTICE June 15, 2020:** The new default branch is named "trunk". ✊
7
-
8
6
We offer this source code for Unmark completely free. We do so in hopes that Unmark will live on for many years even if we stop maintaining it. You can also use it for free (with a paid upgrade) at [Unmark.it](https://unmark.it/)
9
7
10
8
To support its further development please consider [subscribing to Unmark.it](https://unmark.it/), [donating via Paypal](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XSYNN4MGM826N). Or, you can contribute to the code.
@@ -88,7 +86,7 @@ No longer recommended, but do whatever you want!
88
86
- That's it!
89
87
90
88
#### From git repository
91
-
- Run `git pull origin trunk`
89
+
- Run `git pull origin main`
92
90
- Run `npm update` in the app's root directory
93
91
- Run `grunt` in the app's root directory
94
92
- Navigate to [http://localhost/upgrade](http://localhost/upgrade)
@@ -110,7 +108,7 @@ Another way is to contribute your own code via Pull Requests. Here are some note
110
108
### Forking and Pull Requests
111
109
112
110
- Fork [the repository on GitHub](https://github.com/cdevroe/unmark/) into your own account
113
-
- Create your own branch of the trunk branch `git checkout -b your-branch-name`
111
+
- Create your own branch of the main branch `git checkout -b your-branch-name`
114
112
- Update your code and push those code changes back to your fork's branch `git push origin your-branch-name`
115
113
-[Submit a Pull Request](https://github.com/cdevroe/unmark/pulls) using that branch
0 commit comments