Changeset 1408734
- Timestamp:
- 05/02/2016 09:15:08 AM (10 years ago)
- Location:
- exxica-social-marketing
- Files:
-
- 5 edited
- 12 copied
-
tags/1.2.1 (copied) (copied from exxica-social-marketing/trunk)
-
tags/1.2.1/README.txt (copied) (copied from exxica-social-marketing/trunk/README.txt) (2 diffs)
-
tags/1.2.1/admin/class-exxica-social-marketing-admin.php (copied) (copied from exxica-social-marketing/trunk/admin/class-exxica-social-marketing-admin.php) (5 diffs)
-
tags/1.2.1/exxica-social-marketing.php (copied) (copied from exxica-social-marketing/trunk/exxica-social-marketing.php) (1 diff)
-
tags/1.2.1/includes/class-exxica-social-marketing-activator.php (copied) (copied from exxica-social-marketing/trunk/includes/class-exxica-social-marketing-activator.php) (1 diff)
-
tags/1.2.1/includes/class-exxica-social-marketing.php (copied) (copied from exxica-social-marketing/trunk/includes/class-exxica-social-marketing.php) (1 diff)
-
tags/1.2.1/trunk (copied) (copied from exxica-social-marketing/trunk)
-
tags/1.2.1/trunk/README.txt (copied) (copied from exxica-social-marketing/trunk/README.txt) (3 diffs)
-
tags/1.2.1/trunk/admin/class-exxica-social-marketing-admin.php (copied) (copied from exxica-social-marketing/trunk/admin/class-exxica-social-marketing-admin.php) (5 diffs)
-
tags/1.2.1/trunk/exxica-social-marketing.php (copied) (copied from exxica-social-marketing/trunk/exxica-social-marketing.php) (1 diff)
-
tags/1.2.1/trunk/includes/class-exxica-social-marketing-activator.php (copied) (copied from exxica-social-marketing/trunk/includes/class-exxica-social-marketing-activator.php) (1 diff)
-
tags/1.2.1/trunk/includes/class-exxica-social-marketing.php (copied) (copied from exxica-social-marketing/trunk/includes/class-exxica-social-marketing.php) (1 diff)
-
trunk/README.txt (modified) (3 diffs)
-
trunk/admin/class-exxica-social-marketing-admin.php (modified) (5 diffs)
-
trunk/exxica-social-marketing.php (modified) (1 diff)
-
trunk/includes/class-exxica-social-marketing-activator.php (modified) (1 diff)
-
trunk/includes/class-exxica-social-marketing.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
exxica-social-marketing/tags/1.2.1/README.txt
r1260949 r1408734 4 4 Tags: social marketing, marketing, teasing, increase traffic, generate traffic, facebook, twitter, social marketing scheduler, scheduler, social marketing planning, planning, sharing, publicating, sharings, publications, social marketing plan, marketing plan, marketing schedule, timing 5 5 Requires at least: 3.5.1 6 Tested up to: 4. 3.16 Tested up to: 4.5.1 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 88 88 89 89 == Changelog == 90 91 = 1.2.1 = 92 - Updated for WP 4.5.1. 93 90 94 = 1.2.0 = 91 95 - Capability type needed to publish and see publications is now set to "edit_posts", which means only users with the role "Contributor" or higher can access it. -
exxica-social-marketing/tags/1.2.1/admin/class-exxica-social-marketing-admin.php
r1260949 r1408734 21 21 * @author Gaute Rønningen <gaute@exxica.com> 22 22 */ 23 class Exxica_Social_Marketing_Admin 23 class Exxica_Social_Marketing_Admin 24 24 { 25 25 … … 49 49 * @var string $version The version of this plugin. 50 50 */ 51 public function __construct( $name, $version ) 51 public function __construct( $name, $version ) 52 52 { 53 53 $this->name = $name; … … 60 60 * @since 1.0.0 61 61 */ 62 public function enqueue_styles() 62 public function enqueue_styles() 63 63 { 64 64 wp_enqueue_style( $this->name.'-jquery-ui', plugin_dir_url( __FILE__ ) . 'css/jquery-ui.min.css', array(), $this->version ); … … 71 71 * @since 1.0.0 72 72 */ 73 public function enqueue_scripts($hook) 73 public function enqueue_scripts($hook) 74 74 { 75 75 … … 80 80 wp_enqueue_script( 'jquery-ui-datepicker' ); 81 81 wp_enqueue_script( 'jquery-ui-spinner' ); 82 if(__('en_US', $this->name) == 'no_NB') 82 if(__('en_US', $this->name) == 'no_NB') 83 83 wp_enqueue_script( $this->name . '-jquery-ui-datepicker-localization-no', plugins_url( 'js/datepicker-no.js', __FILE__ ), array( 'jquery-ui-datepicker' ), $this->version ); 84 84 85 if( $hook === 'users_page_exxica-sm-settings' ) 85 if( $hook === 'users_page_exxica-sm-settings' ) 86 86 wp_enqueue_script( $this->name . '-settings-script', plugins_url( 'js/settings-page-social-marketing.js', __FILE__ ), array( 'jquery' ), $this->version ); 87 88 if( $hook === 'settings_page_exxica-sm-system-settings' ) 87 88 if( $hook === 'settings_page_exxica-sm-system-settings' ) 89 89 wp_enqueue_script( $this->name . '-system-settings-script', plugins_url( 'js/system-settings-page-social-marketing.js', __FILE__ ), array( 'jquery' ), $this->version ); 90 90 91 91 wp_enqueue_script( $this->name . '-jquery-validate', plugins_url( 'js/jquery.validate.min.js', __FILE__ ), array( 'jquery' ), $this->version ); 92 92 -
exxica-social-marketing/tags/1.2.1/exxica-social-marketing.php
r1260949 r1408734 16 16 * Plugin Name: Exxica Social Marketing 17 17 * Description: A tool that helps you publish your WordPress posts and pages to your selected social platforms. It has been made to help planning and scheduling publications on different social platforms which again increases traffic on your website. 18 * Version: 1.2. 018 * Version: 1.2.1 19 19 * Author: Gaute Rønningen 20 20 * Author URI: http://exxica.com/ -
exxica-social-marketing/tags/1.2.1/includes/class-exxica-social-marketing-activator.php
r1260949 r1408734 29 29 global $wp, $wpdb; 30 30 $sql = ''; 31 32 $latest_version = '1.2. 0';31 32 $latest_version = '1.2.1'; 33 33 $installed_version = get_option('exxica_social_marketing_version', false); 34 34 -
exxica-social-marketing/tags/1.2.1/includes/class-exxica-social-marketing.php
r1260949 r1408734 61 61 62 62 $this->plugin_name = 'exxica-social-marketing'; 63 $this->version = '1.2. 0';63 $this->version = '1.2.1'; 64 64 65 65 $this->load_dependencies(); -
exxica-social-marketing/tags/1.2.1/trunk/README.txt
r1260949 r1408734 4 4 Tags: social marketing, marketing, teasing, increase traffic, generate traffic, facebook, twitter, social marketing scheduler, scheduler, social marketing planning, planning, sharing, publicating, sharings, publications, social marketing plan, marketing plan, marketing schedule, timing 5 5 Requires at least: 3.5.1 6 Tested up to: 4. 3.16 Tested up to: 4.5.1 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 88 88 89 89 == Changelog == 90 91 = 1.2.1 = 92 - Updated for WP 4.5.1. 93 90 94 = 1.2.0 = 91 95 - Capability type needed to publish and see publications is now set to "edit_posts", which means only users with the role "Contributor" or higher can access it. … … 165 169 166 170 == Upgrade Notice == 171 = 1.2.1 = 172 Updated for WP 4.5.1. 173 167 174 = 1.2.0 = 168 175 Minor patch. Update recommended. -
exxica-social-marketing/tags/1.2.1/trunk/admin/class-exxica-social-marketing-admin.php
r1260949 r1408734 21 21 * @author Gaute Rønningen <gaute@exxica.com> 22 22 */ 23 class Exxica_Social_Marketing_Admin 23 class Exxica_Social_Marketing_Admin 24 24 { 25 25 … … 49 49 * @var string $version The version of this plugin. 50 50 */ 51 public function __construct( $name, $version ) 51 public function __construct( $name, $version ) 52 52 { 53 53 $this->name = $name; … … 60 60 * @since 1.0.0 61 61 */ 62 public function enqueue_styles() 62 public function enqueue_styles() 63 63 { 64 64 wp_enqueue_style( $this->name.'-jquery-ui', plugin_dir_url( __FILE__ ) . 'css/jquery-ui.min.css', array(), $this->version ); … … 71 71 * @since 1.0.0 72 72 */ 73 public function enqueue_scripts($hook) 73 public function enqueue_scripts($hook) 74 74 { 75 75 … … 80 80 wp_enqueue_script( 'jquery-ui-datepicker' ); 81 81 wp_enqueue_script( 'jquery-ui-spinner' ); 82 if(__('en_US', $this->name) == 'no_NB') 82 if(__('en_US', $this->name) == 'no_NB') 83 83 wp_enqueue_script( $this->name . '-jquery-ui-datepicker-localization-no', plugins_url( 'js/datepicker-no.js', __FILE__ ), array( 'jquery-ui-datepicker' ), $this->version ); 84 84 85 if( $hook === 'users_page_exxica-sm-settings' ) 85 if( $hook === 'users_page_exxica-sm-settings' ) 86 86 wp_enqueue_script( $this->name . '-settings-script', plugins_url( 'js/settings-page-social-marketing.js', __FILE__ ), array( 'jquery' ), $this->version ); 87 88 if( $hook === 'settings_page_exxica-sm-system-settings' ) 87 88 if( $hook === 'settings_page_exxica-sm-system-settings' ) 89 89 wp_enqueue_script( $this->name . '-system-settings-script', plugins_url( 'js/system-settings-page-social-marketing.js', __FILE__ ), array( 'jquery' ), $this->version ); 90 90 91 91 wp_enqueue_script( $this->name . '-jquery-validate', plugins_url( 'js/jquery.validate.min.js', __FILE__ ), array( 'jquery' ), $this->version ); 92 92 -
exxica-social-marketing/tags/1.2.1/trunk/exxica-social-marketing.php
r1260949 r1408734 16 16 * Plugin Name: Exxica Social Marketing 17 17 * Description: A tool that helps you publish your WordPress posts and pages to your selected social platforms. It has been made to help planning and scheduling publications on different social platforms which again increases traffic on your website. 18 * Version: 1.2. 018 * Version: 1.2.1 19 19 * Author: Gaute Rønningen 20 20 * Author URI: http://exxica.com/ -
exxica-social-marketing/tags/1.2.1/trunk/includes/class-exxica-social-marketing-activator.php
r1260949 r1408734 29 29 global $wp, $wpdb; 30 30 $sql = ''; 31 32 $latest_version = '1.2. 0';31 32 $latest_version = '1.2.1'; 33 33 $installed_version = get_option('exxica_social_marketing_version', false); 34 34 -
exxica-social-marketing/tags/1.2.1/trunk/includes/class-exxica-social-marketing.php
r1260949 r1408734 61 61 62 62 $this->plugin_name = 'exxica-social-marketing'; 63 $this->version = '1.2. 0';63 $this->version = '1.2.1'; 64 64 65 65 $this->load_dependencies(); -
exxica-social-marketing/trunk/README.txt
r1260949 r1408734 4 4 Tags: social marketing, marketing, teasing, increase traffic, generate traffic, facebook, twitter, social marketing scheduler, scheduler, social marketing planning, planning, sharing, publicating, sharings, publications, social marketing plan, marketing plan, marketing schedule, timing 5 5 Requires at least: 3.5.1 6 Tested up to: 4. 3.16 Tested up to: 4.5.1 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 88 88 89 89 == Changelog == 90 91 = 1.2.1 = 92 - Updated for WP 4.5.1. 93 90 94 = 1.2.0 = 91 95 - Capability type needed to publish and see publications is now set to "edit_posts", which means only users with the role "Contributor" or higher can access it. … … 165 169 166 170 == Upgrade Notice == 171 = 1.2.1 = 172 Updated for WP 4.5.1. 173 167 174 = 1.2.0 = 168 175 Minor patch. Update recommended. -
exxica-social-marketing/trunk/admin/class-exxica-social-marketing-admin.php
r1260949 r1408734 21 21 * @author Gaute Rønningen <gaute@exxica.com> 22 22 */ 23 class Exxica_Social_Marketing_Admin 23 class Exxica_Social_Marketing_Admin 24 24 { 25 25 … … 49 49 * @var string $version The version of this plugin. 50 50 */ 51 public function __construct( $name, $version ) 51 public function __construct( $name, $version ) 52 52 { 53 53 $this->name = $name; … … 60 60 * @since 1.0.0 61 61 */ 62 public function enqueue_styles() 62 public function enqueue_styles() 63 63 { 64 64 wp_enqueue_style( $this->name.'-jquery-ui', plugin_dir_url( __FILE__ ) . 'css/jquery-ui.min.css', array(), $this->version ); … … 71 71 * @since 1.0.0 72 72 */ 73 public function enqueue_scripts($hook) 73 public function enqueue_scripts($hook) 74 74 { 75 75 … … 80 80 wp_enqueue_script( 'jquery-ui-datepicker' ); 81 81 wp_enqueue_script( 'jquery-ui-spinner' ); 82 if(__('en_US', $this->name) == 'no_NB') 82 if(__('en_US', $this->name) == 'no_NB') 83 83 wp_enqueue_script( $this->name . '-jquery-ui-datepicker-localization-no', plugins_url( 'js/datepicker-no.js', __FILE__ ), array( 'jquery-ui-datepicker' ), $this->version ); 84 84 85 if( $hook === 'users_page_exxica-sm-settings' ) 85 if( $hook === 'users_page_exxica-sm-settings' ) 86 86 wp_enqueue_script( $this->name . '-settings-script', plugins_url( 'js/settings-page-social-marketing.js', __FILE__ ), array( 'jquery' ), $this->version ); 87 88 if( $hook === 'settings_page_exxica-sm-system-settings' ) 87 88 if( $hook === 'settings_page_exxica-sm-system-settings' ) 89 89 wp_enqueue_script( $this->name . '-system-settings-script', plugins_url( 'js/system-settings-page-social-marketing.js', __FILE__ ), array( 'jquery' ), $this->version ); 90 90 91 91 wp_enqueue_script( $this->name . '-jquery-validate', plugins_url( 'js/jquery.validate.min.js', __FILE__ ), array( 'jquery' ), $this->version ); 92 92 -
exxica-social-marketing/trunk/exxica-social-marketing.php
r1260949 r1408734 16 16 * Plugin Name: Exxica Social Marketing 17 17 * Description: A tool that helps you publish your WordPress posts and pages to your selected social platforms. It has been made to help planning and scheduling publications on different social platforms which again increases traffic on your website. 18 * Version: 1.2. 018 * Version: 1.2.1 19 19 * Author: Gaute Rønningen 20 20 * Author URI: http://exxica.com/ -
exxica-social-marketing/trunk/includes/class-exxica-social-marketing-activator.php
r1260949 r1408734 29 29 global $wp, $wpdb; 30 30 $sql = ''; 31 32 $latest_version = '1.2. 0';31 32 $latest_version = '1.2.1'; 33 33 $installed_version = get_option('exxica_social_marketing_version', false); 34 34 -
exxica-social-marketing/trunk/includes/class-exxica-social-marketing.php
r1260949 r1408734 61 61 62 62 $this->plugin_name = 'exxica-social-marketing'; 63 $this->version = '1.2. 0';63 $this->version = '1.2.1'; 64 64 65 65 $this->load_dependencies();
Note: See TracChangeset
for help on using the changeset viewer.