Plugin Directory

Changeset 3060774


Ignore:
Timestamp:
03/28/2024 07:17:09 PM (2 years ago)
Author:
service2client
Message:

Upgrade user Service2client from Author to Editor

Location:
dynamic-post/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • dynamic-post/trunk/assets/js/bootstrap-toggle.min.js

    r3039403 r3060774  
    33 * http://www.bootstraptoggle.com
    44 * ========================================================================
    5  * Copyright 2024 ServicetoClient
     5 * Copyright 2017 ServicetoClient
    66 * ======================================================================== */
    77+function(a){"use strict";function b(b){return this.each(function(){var d=a(this),e=d.data("bs.toggle"),f="object"==typeof b&&b;e||d.data("bs.toggle",e=new c(this,f)),"string"==typeof b&&e[b]&&e[b]()})}var c=function(b,c){this.$element=a(b),this.options=a.extend({},this.defaults(),c),this.render()};c.VERSION="2.2.0",c.DEFAULTS={on:"Yes",off:"No",onstyle:"primary",offstyle:"default",size:"normal",style:"",width:null,height:null},c.prototype.defaults=function(){return{on:this.$element.attr("data-on")||c.DEFAULTS.on,off:this.$element.attr("data-off")||c.DEFAULTS.off,onstyle:this.$element.attr("data-onstyle")||c.DEFAULTS.onstyle,offstyle:this.$element.attr("data-offstyle")||c.DEFAULTS.offstyle,size:this.$element.attr("data-size")||c.DEFAULTS.size,style:this.$element.attr("data-style")||c.DEFAULTS.style,width:this.$element.attr("data-width")||c.DEFAULTS.width,height:this.$element.attr("data-height")||c.DEFAULTS.height}},c.prototype.render=function(){this._onstyle="btn-"+this.options.onstyle,this._offstyle="btn-"+this.options.offstyle;var b="large"===this.options.size?"btn-lg":"small"===this.options.size?"btn-sm":"mini"===this.options.size?"btn-xs":"",c=a('<label class="btn">').html(this.options.on).addClass(this._onstyle+" "+b),d=a('<label class="btn">').html(this.options.off).addClass(this._offstyle+" "+b+" active"),e=a('<span class="toggle-handle btn btn-default">').addClass(b),f=a('<div class="toggle-group">').append(c,d,e),g=a('<div class="toggle btn" data-toggle="toggle">').addClass(this.$element.prop("checked")?this._onstyle:this._offstyle+" off").addClass(b).addClass(this.options.style);this.$element.wrap(g),a.extend(this,{$toggle:this.$element.parent(),$toggleOn:c,$toggleOff:d,$toggleGroup:f}),this.$toggle.append(f);var h=this.options.width||Math.max(c.outerWidth(),d.outerWidth())+e.outerWidth()/2,i=this.options.height||Math.max(c.outerHeight(),d.outerHeight());c.addClass("toggle-on"),d.addClass("toggle-off"),this.$toggle.css({width:h,height:i}),this.options.height&&(c.css("line-height",c.height()+"px"),d.css("line-height",d.height()+"px")),this.update(!0),this.trigger(!0)},c.prototype.toggle=function(){this.$element.prop("checked")?this.off():this.on()},c.prototype.on=function(a){return this.$element.prop("disabled")?!1:(this.$toggle.removeClass(this._offstyle+" off").addClass(this._onstyle),this.$element.prop("checked",!0),void(a||this.trigger()))},c.prototype.off=function(a){return this.$element.prop("disabled")?!1:(this.$toggle.removeClass(this._onstyle).addClass(this._offstyle+" off"),this.$element.prop("checked",!1),void(a||this.trigger()))},c.prototype.enable=function(){this.$toggle.removeAttr("disabled"),this.$element.prop("disabled",!1)},c.prototype.disable=function(){this.$toggle.attr("disabled","disabled"),this.$element.prop("disabled",!0)},c.prototype.update=function(a){this.$element.prop("disabled")?this.disable():this.enable(),this.$element.prop("checked")?this.on(a):this.off(a)},c.prototype.trigger=function(b){this.$element.off("change.bs.toggle"),b||this.$element.change(),this.$element.on("change.bs.toggle",a.proxy(function(){this.update()},this))},c.prototype.destroy=function(){this.$element.off("change.bs.toggle"),this.$toggleGroup.remove(),this.$element.removeData("bs.toggle"),this.$element.unwrap()};var d=a.fn.bootstrapToggle;a.fn.bootstrapToggle=b,a.fn.bootstrapToggle.Constructor=c,a.fn.toggle.noConflict=function(){return a.fn.bootstrapToggle=d,this},a(function(){a("input[type=checkbox][data-toggle^=toggle]").bootstrapToggle()}),a(document).on("click.bs.toggle","div[data-toggle^=toggle]",function(b){var c=a(this).find("input[type=checkbox]");c.bootstrapToggle("toggle"),b.preventDefault()})}(jQuery);
  • dynamic-post/trunk/post-types/post_type_dynamic_post.php

    r3041488 r3060774  
    7070                $random_password = wp_generate_password( $length=12, $include_standard_special_chars=false );
    7171                $post_author = wp_create_user( $username, $random_password, $user_email );
    72                 $post_author = wp_update_user( array( 'ID' => $post_author, 'role' => 'author' ) );
     72                $post_author = wp_update_user( array( 'ID' => $post_author, 'role' => 'editor' ) );
    7373            }
    7474            /*create user ends*/
  • dynamic-post/trunk/readme.txt

    r3041488 r3060774  
    66Requires at least: 3.0
    77Tested up to: 6.4.3
    8 Stable tag: 3.03.2
     8Stable tag: 3.03.3
    99License: GPLv2 or later, Contact sales@service2client.com for duel licensing options.
    1010
     
    221221
    222222= 3.03.2 =
    223 *Fix Coding Error ==*
     223*Fix Coding Error*
     224
     225= 3.03.3 =
     226*Upgrade user Service2client from Author to Editor*
    224227
    225228== Upgrade Notice ==
     
    325328
    326329= 3.03.2 =
    327 Fix Coding Error ==
     330Fix Coding Error
     331
     332= 3.03.3 =
     333Upgrade user Service2client from Author to Editor
  • dynamic-post/trunk/wp_plugin_dynamic_post.php

    r3041488 r3060774  
    44Plugin URI: https://www.service2client.com/dynamicpost
    55Description: Auto post Service2Clients Dynamic Content articles to your blog on a monthly basis. CPA Content, Tax Content, Accounting Content.
    6 Version: 3.03.2
     6Version: 3.03.3
    77Author: Service2Client
    88Author URI: https://www.service2client.com
Note: See TracChangeset for help on using the changeset viewer.