Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 15 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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.

<strong>Animations:</strong>
### Animations ###

* Fade In
* Fade Down
Expand All @@ -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

<strong>Contributions:</strong><br />
### 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 ##

Expand All @@ -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!
1 change: 1 addition & 0 deletions assets/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php // Silence is golden.
1 change: 1 addition & 0 deletions classes/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php // Silence is golden.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php // Silence is golden.
62 changes: 0 additions & 62 deletions languages/pb-animation.pot

This file was deleted.

27 changes: 16 additions & 11 deletions pojo-builder-animation.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<?php
/*
Plugin Name: Pojo Builder Animation
Plugin URI: http://pojo.me/
Plugin URI: https://wordpress.org/plugins/pojo-builder-animation/
Version: 1.0.4
Description: The Builder Animation plugin makes it possible to animate element by setting some animation in widget's builder with Pojo Framework.
Author: Pojo Team
Author URI: http://pojo.me/
Version: 1.0.3
Author: Pojo Team
Author URI: http://pojo.me/
Text Domain: pb-animation
Domain Path: /languages/
*/

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
Expand All @@ -30,10 +29,6 @@ final class Pojo_Builder_Animation {

/** @var Pojo_Builder_Animation_Scripts */
public $scripts;

public function load_textdomain() {
load_plugin_textdomain( 'pb-animation', false, basename( dirname( __FILE__ ) ) . '/languages' );
}

/**
* Throw error on object clone
Expand Down Expand Up @@ -69,7 +64,17 @@ public static function instance() {

return self::$_instance;
}


/**
* Load plugin text domain
*
* @since 1.0.4
* @return void
*/
public function load_textdomain() {
load_plugin_textdomain( 'pb-animation' );
}

public function bootstrap() {
// This plugin for Pojo Themes..
// TODO: Add notice for non-pojo theme
Expand All @@ -91,4 +96,4 @@ private function __construct() {
}

Pojo_Builder_Animation::instance();
// EOF
// EOF
26 changes: 16 additions & 10 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
=== Pojo Builder Animation ===
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.

== Description ==

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.
**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.

<strong>Animations:</strong>
= Animations =

* Fade In
* Fade Down
Expand All @@ -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

<strong>Contributions:</strong><br />
= 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 ==

Expand All @@ -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!