diff --git a/README.md b/README.md index 137de83..13db74a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Pojo Builder Animation # [![Dependency Status](https://david-dm.org/pojome/pojo-builder-animation/dev-status.svg)](https://david-dm.org/pojome/pojo-builder-animation#info=devDependencies) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) -**Contributors:** pojo.me, KingYes, ariel.k +**Contributors:** pojo.me, KingYes, ariel.k, ramiy **Tags:** pojo, animation, builder, widget **Requires at least:** 3.9 -**Tested up to:** 4.3.1 -**Stable tag:** 1.0.3 +**Tested up to:** 4.5 +**Stable tag:** 1.0.4 **License:** GPLv2 or later The Builder Animation plugin makes it possible to animate element by setting some animation in widget's builder with Pojo Framework. @@ -14,7 +14,7 @@ The Builder Animation plugin makes it possible to animate element by setting som **Please Note:** This plugin is only for [Pojo Framework](http://pojo.me/?utm_source=wp-repo&utm_medium=link&utm_campaign=builder-animation) users - Pojo is a premium themes. -Animations: +### Animations ### * Fade In * Fade Down @@ -25,11 +25,11 @@ The Builder Animation plugin makes it possible to animate element by setting som * Bounce * Flash -[youtube https://www.youtube.com/watch?v=fGBXvJ9uznE] +https://www.youtube.com/watch?v=fGBXvJ9uznE -Contributions:
+### Contributions ### -Would you like to like to contribute to Builder Animation? You are more than welcome to submit your pull requests on the [GitHub repo](https://github.com/pojome/pojo-builder-animation). Also, if you have any notes about the code, please open a ticket on ths issue tracker. +Would you like to like to contribute to Builder Animation? You are more than welcome to submit your pull requests to our [GitHub repo](https://github.com/pojome/pojo-builder-animation). Also, if you have any notes about the code, please open a ticket on this issue tracker. ## Installation ## @@ -44,19 +44,24 @@ Would you like to like to contribute to Builder Animation? You are more than wel ### 1. Widget Animation ### ![Widget Animation](http://s.wordpress.org/extend/plugins/pojo-builder-animation/screenshot-1.png) - ## Changelog ## +### 1.0.4 ### +* Prevent direct access to directories +* Remove po/mo files from the plugin +* Use [translate.wordpress.org](https://translate.wordpress.org/) to translate the plugin +* Tested up to WordPress 4.5 + ### 1.0.3 ### * Tweak! - Update animate.css script -* Tested up to WordPress v4.3.1 +* Tested up to WordPress 4.3 ### 1.0.2 ### * Fixed! - HTML5 Fullscreen in chrome browser * Tweak! - Update animate.css script ### 1.0.1 ### -* Tested up to WordPress v4.1 +* Tested up to WordPress 4.1 ### 1.0.0 ### * Initial Public Release! diff --git a/assets/index.php b/assets/index.php new file mode 100644 index 0000000..49d255d --- /dev/null +++ b/assets/index.php @@ -0,0 +1 @@ +, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: pojo-builder-animation 1.0.3\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-18 16:30+0300\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" -"Content-Transfer-Encoding: 8bit\n" - -#: classes/class-pojo-builder-animation-actions.php:16 -msgid "Fade In" -msgstr "" - -#: classes/class-pojo-builder-animation-actions.php:17 -msgid "Fade Down" -msgstr "" - -#: classes/class-pojo-builder-animation-actions.php:18 -msgid "Fade Up" -msgstr "" - -#: classes/class-pojo-builder-animation-actions.php:19 -msgid "Fade Right" -msgstr "" - -#: classes/class-pojo-builder-animation-actions.php:20 -msgid "Fade Left" -msgstr "" - -#: classes/class-pojo-builder-animation-actions.php:22 -msgid "Zoom In" -msgstr "" - -#: classes/class-pojo-builder-animation-actions.php:23 -msgid "Bounce" -msgstr "" - -#: classes/class-pojo-builder-animation-actions.php:24 -msgid "Flash" -msgstr "" - -#: classes/class-pojo-builder-animation-actions.php:44 -msgid "Animation" -msgstr "" - -#: classes/class-pojo-builder-animation-actions.php:46 -msgid "None" -msgstr "" - -#: pojo-builder-animation.php:49 pojo-builder-animation.php:60 -msgid "Cheatin’ huh?" -msgstr "" diff --git a/pojo-builder-animation.php b/pojo-builder-animation.php index 8b6878e..815580d 100644 --- a/pojo-builder-animation.php +++ b/pojo-builder-animation.php @@ -1,13 +1,12 @@ Animations: += Animations = * Fade In * Fade Down @@ -23,11 +23,11 @@ Please Note: This plugin is only for [Pojo Framework](http://pojo.me/?utm_source * Bounce * Flash -[youtube https://www.youtube.com/watch?v=fGBXvJ9uznE] +https://www.youtube.com/watch?v=fGBXvJ9uznE -Contributions:
+= Contributions = -Would you like to like to contribute to Builder Animation? You are more than welcome to submit your pull requests on the [GitHub repo](https://github.com/pojome/pojo-builder-animation). Also, if you have any notes about the code, please open a ticket on ths issue tracker. +Would you like to like to contribute to Builder Animation? You are more than welcome to submit your pull requests to our [GitHub repo](https://github.com/pojome/pojo-builder-animation). Also, if you have any notes about the code, please open a ticket on this issue tracker. == Installation == @@ -43,16 +43,22 @@ Would you like to like to contribute to Builder Animation? You are more than wel == Changelog == += 1.0.4 = +* Prevent direct access to directories +* Remove po/mo files from the plugin +* Use [translate.wordpress.org](https://translate.wordpress.org/) to translate the plugin +* Tested up to WordPress 4.5 + = 1.0.3 = * Tweak! - Update animate.css script -* Tested up to WordPress v4.3.1 +* Tested up to WordPress 4.3 = 1.0.2 = * Fixed! - HTML5 Fullscreen in chrome browser * Tweak! - Update animate.css script = 1.0.1 = -* Tested up to WordPress v4.1 +* Tested up to WordPress 4.1 = 1.0.0 = * Initial Public Release!