Skip to content

Commit

Permalink
prepare for wporg
Browse files Browse the repository at this point in the history
  • Loading branch information
andreilupu committed Oct 5, 2015
1 parent dfac39d commit af613f9
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 28 deletions.
26 changes: 26 additions & 0 deletions .travis.yml
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
4 changes: 2 additions & 2 deletions pix-taxonomy-icons.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Pix Taxonomy Icons
Plugin URI: http://pixelgrade.com
Description: WordPress taxonomy proofing plugin.
Version: 0.0.2
Version: 0.5.0
Author: PixelGrade
Author URI: http://pixelgrade.com
Author Email: contact@pixelgrade.com
Expand All @@ -22,7 +22,7 @@ class PixTaxonomyIconsPlugin {
protected $plugin_basepath = null;
protected $plugin_baseurl = null;
protected $plugin_screen_hook_suffix = null;
protected $version = '0.0.2';
protected $version = '0.5.0';
protected $plugin_slug = 'pix-taxonomy-icons';
protected $plugin_key = 'pix_taxonomy_icons';

Expand Down
38 changes: 12 additions & 26 deletions readme.txt
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

0 comments on commit af613f9

Please sign in to comment.