1
0
mirror of https://github.com/themsaid/ibis.git synced 2025-01-16 13:09:27 +01:00

81 Commits

Author SHA1 Message Date
Mohamed Said
6f6653f427
Merge pull request #58 from roberto-butti/feature/upgrade-php83
Support for PHP 8.3
2024-12-06 20:02:56 +04:00
Roberto Butti
ffbac5c97b Adding php 8.3 2023-12-03 09:12:44 +01:00
Roberto Butti
aee53268b4
Merge pull request #6 from roberto-butti/feat/gitignore-assets
Ignoring assets generated by init command
2023-12-03 09:03:58 +01:00
Roberto Butti
fcaee37dc3 Ignoring assets generated by init command
I'm adding to gitignore files and directories typically generated with init command.
2023-12-03 09:00:20 +01:00
Roberto Butti
e6cb3d1086
Merge pull request #5 from roberto-butti/feature/upgrade-php82
Feature/upgrade php82
2023-12-03 08:48:32 +01:00
Roberto Butti
f75a9f080e
Merge pull request #4 from labservant/feature/upgrade-php82
Laravel 10 support
2023-03-24 17:54:04 +01:00
Edwin Heij
11e8b6124a
Laravel 10 support 2023-03-22 21:38:17 +01:00
Roberto Butti
39ae134c13 Update ci.yml 2022-12-25 10:47:16 +01:00
Roberto Butti
e69bada703 Update ci.yml 2022-12-25 10:42:33 +01:00
Roberto Butti
1a5054e2a3 Update ci.yml 2022-12-25 10:36:00 +01:00
Roberto Butti
08ab4238e8 Update ci.yml 2022-12-25 10:33:59 +01:00
Roberto Butti
40063f5513 Update ci.yml 2022-12-25 10:30:38 +01:00
Roberto Butti
4ea1056b56 Update ci.yml 2022-12-25 10:29:04 +01:00
Roberto Butti
81098406ad upgrading packages 2022-12-25 10:23:41 +01:00
Roberto Butti
965b7eafb3 Update composer.lock 2022-12-25 09:57:02 +01:00
Roberto Butti
34af9d76b4 upgrade to new render for commonmark 2022-11-27 19:31:49 +01:00
Roberto Butti
cd4130b082 update GitHub Actions configuration 2022-11-27 19:30:04 +01:00
Roberto Butti
f37928f6fa
Merge pull request #3 from roberto-butti/feat/upgrade-ghactions
Update ci.yml
2022-11-27 19:08:30 +01:00
Roberto Butti
e2ebb92b59 Update ibis.php 2022-11-27 19:07:34 +01:00
Roberto Butti
e7eba4bf1c Update ci.yml 2022-11-27 19:06:26 +01:00
Roberto Butti
48fe2de6c8
Merge pull request #2 from roberto-butti/feat/upgrade-packages
Upgrading packages
2022-11-27 19:03:51 +01:00
Roberto Butti
f6b3ca3752 Upgrading packages 2022-11-27 19:00:24 +01:00
Roberto Butti
488647345a
Merge pull request #1 from themsaid/master
rebase
2022-11-27 18:21:53 +01:00
Mohamed Said
a77ce003dc Merge branch 'master' of github.com:themsaid/ibis 2022-06-03 17:59:36 +02:00
Mohamed Said
bbf24f20a8 php8.1 support 2022-06-03 17:59:28 +02:00
Mohamed Said
473b4e2614
Merge pull request #51 from elminson/patch-1
Adding default configure_commonmark
2022-06-03 17:56:42 +02:00
Mohamed Said
6e224f489e
Merge pull request #49 from amitmerchant1990/patch-1
Describe ability to add various quotes
2022-06-03 17:49:02 +02:00
Elminson De Oleo Baez
1c9e14d108
Adding default configure_commonmark 2022-03-23 18:28:22 -04:00
Amit Merchant
be5c5da083 describe ability to add various quotes. 2021-12-16 11:34:05 +05:30
Roberto B
15dd637dbd Add ['cover']['image'] in configuration 2021-09-20 21:49:59 +02:00
Mohamed Said
b44b949449
Merge pull request #40 from aarondfrancis/master
Allow Commonmark to be extended
2021-08-04 09:55:16 +02:00
Aaron Francis
c8f4fbebc1 Allow Commonmark to be extended. 2021-07-30 17:41:26 -05:00
Mohamed Said
92a26b5757
Merge pull request #39 from dcblogdev/patch-1
a small typo
2021-07-30 16:57:08 +02:00
David Carr
61c5711254
a small typo 2021-06-30 13:59:39 +01:00
Mohamed Said
5d7b313764 wip 2021-05-19 10:52:03 +02:00
Mohamed Said
5e9b63bb99
Merge pull request #31 from jer3m01/master
feat: configurable table of contents levels
2021-05-19 10:07:23 +02:00
Mohamed Said
68633f4eea
Merge branch 'master' into master 2021-05-19 10:07:18 +02:00
Mohamed Said
d29ee94e5b
Merge pull request #33 from NoCompromises/1-cs-fixer
Issue #32 Code Fixer Updates
2021-05-19 10:05:50 +02:00
Mohamed Said
478906bc12
Merge pull request #34 from shalvah/patch-1
Add documentation on cover image
2021-05-19 10:04:07 +02:00
Mohamed Said
d8a5f5248e
Merge pull request #35 from thinkverse/fix-sample-link
Fix sample link pointing to a 404
2021-05-19 10:03:54 +02:00
Kim Hallberg
2d372e51ef
Fix sample link pointing to a 404 2021-05-04 17:06:47 +02:00
Shalvah
fc031ae8f9
Add documentation on cover image 2021-04-26 11:17:08 +01:00
Aaron Saray
40f24782e5 Adding github workflow for cs fixer 2021-03-20 15:58:14 -05:00
Aaron Saray
718b7e9763 Updated .php_cs file to its own standard. 2021-03-20 15:32:29 -05:00
Aaron Saray
0d38d129f4 Updated all files under standard to PHP CS Standard. 2021-03-20 15:31:47 -05:00
Aaron Saray
e062432464 CS Fixer dev installation and documentation
* Installed PHP CS Fixer as dev dependency so that global installation is not required for dev
* Added documentation for CS Fixer in readme and in composer
* Added a PHP CS Dry run configuration
2021-03-20 15:27:27 -05:00
jer3m01
a70a8ba355 feat: configurable table of contents levels 2021-03-06 17:25:44 +01:00
Mohamed Said
e671d5e1ba
Merge pull request #30 from alexellis/patch-1
Fix missing instructions for images
2021-02-16 13:05:44 +02:00
Alex Ellis
8a6007f951
Fix missing instructions for images
Fixes #7 and #28 by providing a clear example for 
adding images.
2021-01-18 19:42:16 +00:00
Mohamed Said
b4f26abdbe
Merge pull request #20 from eberkund/add-html-cover-support
HTML cover support
v0.1.4
2020-12-23 11:24:57 +02:00