-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
andreilupu
committed
Oct 5, 2015
1 parent
dfac39d
commit af613f9
Showing
3 changed files
with
40 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# whitelist branch dev | ||
branches: | ||
only: | ||
- dev | ||
|
||
language: php | ||
|
||
php: | ||
- 5.2 | ||
- 5.3 | ||
- 5.4 | ||
- 5.5 | ||
|
||
before_script: | ||
- sudo apt-get install ruby | ||
- gem install nyx | ||
|
||
script: | ||
- nyx version | ||
- nyx check:php . | ||
|
||
notifications: | ||
email: | ||
recipients: | ||
- andrei.lupu@pixelgrade.com | ||
on_failure: always |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,26 @@ | ||
=== PixCodes === | ||
Contributors: euthelup, babbardel, pixelgrade, cristianfrumusanu | ||
Tags: shortcodes, insert, columns, sliders, tabs, buttons | ||
=== Category Icon === | ||
Contributors: euthelup, babbardel, pixelgrade | ||
Tags: category, taxonomy, term, icon, image, | ||
Requires at least: 4.0.0 | ||
Tested up to: 4.3.0 | ||
Stable tag: 2.3.3 | ||
Tested up to: 4.3.1 | ||
Stable tag: 0.5.0 | ||
License: GPLv2 or later | ||
License URI: http://www.gnu.org/licenses/gpl-2.0.html | ||
|
||
PixCodes offers you a nice interface to add shortcodes into editor. | ||
|
||
== Description == | ||
|
||
With [PixCodes](https://github.com/pixelgrade/pixcodes) you can have a shortcode insert interface. | ||
|
||
The awesome part is that you can filter any shortcode parameters or overwrite any shortcode template with your theme. | ||
|
||
*Note:* this plugin does not add any style to the output of shortcodes. | ||
|
||
We believe that shortcodes functionality should be offered by a plugin and the style should be provided by themes. | ||
|
||
Here is a [detailed documentation](http://github.com/pixelgrade/pixcodes/blob/master/README.md) about how you can configure some plugin settings and output. | ||
A WordPress plugin to easily add an icon to a category, tag or any other taxonomy. | ||
|
||
== Installation == | ||
|
||
1. Install PixCodes either via the WordPress.org plugin directory, or by uploading the files to your `/wp-content/plugins/` directory | ||
2. After activating PixCodes go to any edit page and see the PixCodes in the editor toolbar | ||
1. Install Category Icon either via the WordPress.org plugin directory, or by uploading the files to your `/wp-content/plugins/` directory | ||
2. After activating Category Icon go and edit any category or term to see the upload field. | ||
3. For further instructions and how to filter parameters or overwrite templates, read our [detailed documentation](http://github.com/pixelgrade/pixcodes/blob/dev/README.md) | ||
|
||
== Changelog == | ||
|
||
= 2.3.3 = | ||
* Fix: Shorcode insertion for WordPress 4.3 | ||
|
||
= 2.3.2 = | ||
* Fix: Image Uploder (in TeamMember shortcode) | ||
* Small improvements to the Icon shortcode | ||
= 0.5.0 = | ||
* Deploy on wordpress.org | ||
|
||
= 2.3.1 = | ||
* Small improvements to the OpenTable shortcode | ||
= 0.0.1 = | ||
* Init Plugin |